DCSIMG
ITPRO,Team System - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » ITPRO » Team System (RSS)
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...
The Ultimate Offer – TFS For Everyone
The Ultimate Offer – TFS For Everyone In my previous posts I’ve talked about TFS 2010 Server Licensing , 500$ for TFS retail it’s a very good price, But I have MSDN Subscription Do I Need To Pay More? You don’t need to pay any additional fee, the opposite, you will get a Free Upgrade with many new features and new tools. Each version of Visual Studio 2010 includes a Team Foundation Server , so if you have Visual Studio 2008 Professional with MSDN Professional you can upgrade to Visual Studio 2010...
SourceSafe Users Get Ready To Say – Bye Bye!
SourceSafe Users Get Ready To Say – Bye Bye! Microsoft looks to move SourceSafe users to newer technology The company will offer a special installation option for Team Foundation Server ALM platform as it winds down Visual SourceSafe support….. Brian Harry "We see TFS as the successor to SourceSafe," said Brian Harry, who holds the title of technical fellow at Microsoft.  The Basic Installation option would be featured as part of Visual Studio Team Foundation Server 2010 .   Read...
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...
How To: Fix error MSB3091 During MSBuild
How To: Fix error MSB3091 During MSBuild Building Build Script for a customer I got the following error: C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1756,9): error MSB3091: Task failed because "LC.exe" was not found, or the correct Microsoft Windows SDK is not installed……. It seems like “ LC.EXE ” was not found and I need to install “Microsoft Windows SDK for Server 2008 and .NET Framework 3.5” (Running build on server 2003 machine). “ LC.EXE ” is the License Compiler...
TFS Installation Troubleshooting
TFS Installation Troubleshooting After I have finish installing everything TFS needs new screen appears and gave the option to pick how I want to set my TFS server. I' have picked to install using “Default Configuration” and click “Start Wizard”.   But the Configuration Wizard had couple of errors…       I went back to the start screen and now I picked to use Custom Configuration. The reason is that I didn’t use the default SQL instance name so I need to change it.  ...
TFS 2010 Installation in 30min
TFS 2010 Installation in 30min First thing I have to say is: It was Fast! The new installation of Team Foundation Server 2010 is easy, fast and user friendly. You can install components of Team Foundation on any supported 64-bit or 32-bit edition of Windows Server 2008 or Windows Server 2003, with the exception of any Itanium-based editions.   After we finished the installation a new window will appear called “Team Foundation Server Configuration”. This screen will help you adjust TFS to desire...
Error When Trying To Access Source Control With Team Explorer (vscommod.cpp Line number:173)
Error When Trying To Access Source Control With Team Explorer (vscommod.cpp Line number:173) Today I have installed windows 7 and visual studio 2008 + team explorer. I open visual studio and go to team explorer to open source control and I saw that there is no Source Control there I even try to open source control from the file menu but I got the following error:   Try the following steps to resolve the issue: 1. Open a command prompt. 2. Navigate to the following folder:   "%programfiles...
How To: Users cannot access to Team System SharePoint
How To: Users cannot access to Team System SharePoint Team System works with different levels of security for each module, for example SharePoint, Source Control, Reports etc… One of the most common issue is SharePoint security, I’m getting emails regarding this problem every week, Here is the solution: To perform this operation you need administrator user. Open SharePoint portal by right click on your Team Project and “Show Project Portal” . You should see your project SharePoint portal . Click...
Some Team Foundation Server 2008 Reports give errors with SQL Server 2008
Some Team Foundation Server 2008 Reports give errors with SQL Server 2008 Some reports will generate errors, when no errors occur with the same reports if used against SQL Server 2005. Depending on the specific data available for the report, and parameters selected, you may see errors similar to the following. You may also see some variations of these error messages, or see errors listed under a reports below when viewing other reports. The full error information will appear only if viewing the reports...
How To Debug MSBuild Projects And Tasks
How To Debug MSBuild Projects And Tasks Almost everyone customize their MsBuild scripts for the company needs. But some times because those customization you spend a lot of time try to make this script works as you want. There is no easy way to debug those MSBuild script / Tasks and here is a list of links to help you accomplish this:   published by - Buck Hodges - Debug your build with MSBuild Sidekick v2.3 Powerful MSBuild projects debugger with extended functionality: step through mode, visual...
I'm a Microsoft MVP!!!!!!!!!!
I'm a Microsoft MVP!!!!!!!!!! Yes I did it! Dear Shai Raiten, Congratulations! We are pleased to present you with the 2009 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. Here is my story…. Approximatly two years ago I was a developer at ICQ, than my boss came and ask me if I know about Team System ? And my answer was No. I went to a private college to learn more about Team System, during...
How To Add File Upload To Team System Web Test
How To Add File Upload To Team System Web Test May times people asks me how can I Upload File with Web Test, The first thing is to record the Web Test using “Web Test Recorder” or Fiddler. But when running the Web Test its fails in the Upload section. Why? Before understanding the problem let get familiar with “File Upload Parameter”     Right click on the required request and select “Add File Upload Parameter” Then you can add the field name and the file location. So why file...
Running Unit Tests End With - “The specified module could not be found”
Running Unit Tests End With - “The specified module could not be found” “The specified module could not be found. (Exception from HRESULT: 0x8007007E)” Some times your test relay on additional file that need to be in the same folder where Team System running the Test. Those files can’t be add into the GAC and you can’t copy them manually each time. So What Do Do? We need to use Deployment settings Deployment settings specify deployment location and any file to be deploy in the addition to the target...
TFS Check-in Validation Tool – V 1.0.0.75
TFS Check-in Validation Tool There is a new version available in CodePlex Project Description The TFS Check-in Validation Tool extends TFS Team Build 2008 by enabling buddy build queuing (pre-checkin), validating checkins using shelvesets, and build agent pooling, all from the VS 2008 IDE. Buddy Build Process Flow
More Posts Next page »