Friday, January 16, 2009

DPM SP1 -גיבוי שיחזור חוות SP

אתר מעולה ללימוד פונקציונאלית של DPM בהקשר של גיבוי שיחזור SP

https://www.microsoft.com/systemcenter/dataprotectionmanager/en/us/protect-sharepoint.aspx

המוצר יכול לשחזר את ה LEVELS הבאים :


o Farm recovery
o Site recovery
o Item recovery

לפי נתונים של מיקרוספט גיבוי של חווה עם 50 TB של תוכן כולל בניית קטלוג אורכת כשעתיים ורבע , המוצר משתמש בטכנולוגיה של VSS (volume shadow copy) – שמגבה block של מידע

לא מזמן שוחרר SP1 של המוצר, שמביא איתו חידושים משמעותיים :

· שיפור ניכר של יצירת הקטלוג לאחר הגיבוי – מיקרוסופט מוסרים נתונים של שיפור בניית של קטלוג מ 10 שעות לשיפור של 15 דקות בלבד !!!
· גיבוי האינדקס של SP -מה שמונע מאיתנו ביצוע full crawl לאחר שיחזור (בחוות גדולות זוהי פעולה שיכולה לקחת ימים שלמים !)

נראה ששינויים אלו יכולים לדחוף את המוצר לקו הקדמי של השחקנים המשמעותיים בשוק גיבוי / שיחזור SP

· חיסרון של המוצר (לאחר בדיקה עם מיקרוסופט) שהמוצר אינו תומך בחוות שהיא cross domain – כלומר ה SP וה SQL חייבים להיות באותו דומין בכדי שיהיה קשר בין ה Agent לבין קונסולה הניהול של DPM
כנראה שעוד שני דורות של המוצר זה יהיה ניתן לביצוע .


יניב שאשא

Thursday, January 15, 2009

Visual Studio 2008 Extensions for SharePoint v1.3

Microsoft releases finally the VS Extensions for SharePoint
The Extensions can help development to create various SharePoint artifacts such as Web Parts, Content Types, Event Receivers and a number of others
The biggest one in my opinion is x64 support, it mean that now you can develop on an x64 Os

The new features in VSeWSS 1.3 are

o Can be installed on x64 Server OS machines running SharePoint x64. Previously only x86 Server OS could be used

o Separate build commands for package, deploy and retract are added

o Command line build, package and retract commands are included enabling continuous integration and build servers. Previously command line build of SharePoint projects was very difficult

o Refactoring support for renaming of Web Parts. Previously renaming a web part required changes in several files in the project

o WSP View improvements for consistency of deleting feature elements, merging features and adding event receivers to features

o Solution Generator can now generate solutions from publishing sites. Previously only regular sites could be generated

o Allowing partial trust BIN deployments of web parts. CAS configuration must still be provided by the developer.

o New project item template for SharePoint RootFiles items

o Deployment will now optionally remove conflicting existing features on the development server prior to redeployment. Previously any feature name conflicts would result in an error

o Ancillary assemblies such as for business logic can now be added to the SharePoint Solution WSP

o Hidden features related to Site Definition projects are now shown in WSP View. They are no longer hidden

o For advanced users a fast deploy is included to update only the compiled assembly on the SharePoint development installation

o The User Guide is now installed with the extensions instead of being a separate download

Download from here
https://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=428&DownloadID=15946


Yaniv shasha

Friday, January 2, 2009

SharePoint Analyzer


SharePoint Analyzer v1.1

Same useful free tool from Bamboo

With this tool you can display the following information about your SharePoint farm:

· The information for the entire farm topology, from Web Application down to individual lists.
· Server information, including patches and updates.
· Database information that are being used as part of your SharePoint deployment.
· Solutions and Features that are deployed, which are displayed per Web App, Site Collection or Site scope.
· Services and their status.
· Information about Bamboo products that are used in your farm.
http://community.bamboosolutions.com/media/p/7160.aspx

Thursday, January 1, 2009

Semantic URL's in SharePoint Sites

The URL of Must the internet faced SharePoint site which I know, is look like:

http://blablabla/Pages/defult.aspx

The critical disadvantage in this URL structure is it's Not user friendly URL
And another reason, why semantic URL's are important, is the Search Engine Optimization (SEO).
Same tool that I find that can be were helpful for URL rewriting is

Imtech SharePoint Semantic URL's v1.0.0.0

That can be finding here
http://www.codeplex.com/tmt/Release/ProjectReleases.aspx?ReleaseId=14648


Imtech SharePoint Semantic URL's allows you to use semantic URL's in Microsoft Office SharePoint Server 2007 WCM solutions
For example:
http://myorganization.com/Division/Pages/Services.aspx
Becomes http://myorganization.com/Division/Services


More information about the Feature and screenshots available http://blog.mastykarz.nl/2008/06/23/semantic-urls-in-moss-2007-imtech-sharepoint-semantic-urls-free-feature/

Thanks yaniv shasha