Browse by Tags
All Tags »
TFS 2010 »
Share Point (
RSS)
Tweet A long time ago I wrote about SharePoint 2007 Files Restore Tool , tool that allows you to connect to SharePoint content database (not need to have SharePoint installation) and extract documents. The reason I wrote this tool was a customer that upgrade TFS and perform a new installation of SharePoint so he lost all his documents, this tool helped me to extract all documents and added them to the new SharePoint site. SharePoint upgrade/migration can be unpleasant and sometimes I prefer to do...
SharePoint 2007 Files Restore Tool I had a customer that need to restore some files from a deleted SharePoint site (long story….) in TFS 2010, the first option is to restore the entire TFS 2010 database include the SharePoint content database but instead of doing all this work I’ve written a small tool to help with that issue. Just restore the WSS_Content database (the version before the deletion) to another sql instance and use the tool to hook the database and restore the files you needed...
WSS 2.0 Upgrade To WSS 3.0 Failed With Violation of UNIQUE KEY constraint 'AllUserData_Url' Couple of days a ago I had a very strange problem performing full upgrade from TFS 2005 to TFS 2010, the TFS upgrade went just fine but the WSS upgrade from 2 to 3 throws many couple of wired errors. The WSS 2.0 to WSS 3.0 upgrade suppose to be “easy”, but this time I was though I got to a dead-end: WSS 2.0 Prescan –> Scan finished without failure. Installed WSS 3.0 and choose to perform Upgrade...
TFS 2010 - TF30177 – Team Project Creation Failed Today I tired to create new Team Project on TFS 2010 (Upgraded from 2008) and I got the following error: The Project Creation Wizard encountered a problem while uploading documents to the following server running Sharepoint Products: server..,. The reason for the failure cannot be determined at this time. Because the operation failed, the wizard was not able to finish creating the team project. I’ve checked for permissions and everything is Fine,...