DCSIMG
TFS,SQL - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » TFS » SQL (RSS)
SharePoint API – Download \ Upload Documents (Tool)
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...
Create OLAP Failed – XML parsing failed at line 1, column 0: A document must contain exactly one root element.
Create OLAP Failed – XML parsing failed at line 1, column 0: A document must contain exactly one root element. I’ve visit one of my customers and saw a strange error in the event log: Errors in the metadata manager. An error occurred when instantiating a metadata object from the file, '\\?\C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\TfsWarehouse.0.db\Today.886.dim.xml'. Detailed Message: Create OLAP failed Exception Message: XML parsing failed at line 1, column 0: A document must...
Cannot open database "TfsWarehouse" requested by the login
Cannot open database "TfsWarehouse" requested by the login I Installed TFS 2008 on Server 2008 with SQL 2008, everything during the installation went fine except the reports. When I tried to process the cube using SSMS I got the following error: Detailed Message: Cube processing runtime error: \r\nMicrosoft.AnalysisServices.OperationException: Internal error: The operation terminated unsuccessfully.Internal error: The operation terminated unsuccessfully.OLE DB error: OLE DB or ODBC error...
Working With TFS Data Manager
Working With TFS Data Manager In the post I talked about Disaster Recovery for VSTS 2008 and now I will show how to work with TFS Data Manager. Every one can download the trial version and check for your self Download Page After downloading (9.5mb) the install is very simple. Choose the backup location, make sure you have al least 800mb , basiclly it’s like SQL backup. Select your Team System database and proper User & Password After the installation you can open TFS Data Manager, Perform Backup...
Disaster Recovery for VSTS 2008
Disaster Recovery for VSTS 2008 Team System has become the kernel for many companies, We all know that we can Backing Up a Team Foundation Server database using simple maintance plan in the database, but is it enough? What is TFS Data Manager? At its core, TFS Data Manager provides Disaster Recovery for VSTS 2008, specifically Team Foundation Server. This includes backing up and restoring an entire TFS server, individual Team Projects, or Entities, such as Work Items, Reports, Source Code, Builds...