|
If you find you cannot run the Warehousemanager utility to rebuild the warehouse (see previous post) you can do this manually by running the Microsoft utility SetupWarehouse.exe.
Logon to your TFS server using your TfsSetup account. Open a command window and do the following:
c: cd "C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools" Setupwarehouse -v -s VSTSDEV05 -d TfsWarehouse -c Warehouseschema.xml -a INT\TFSService -ra INT\TFSReports -rebuild -mturl http://VSTSDEV05:8080
The items in red need to be replaced. Replace VSTSDEV05 with the machine name of your server. Replace INT\TFSService with the domain and account name of your "tfsService" account. Replace INT\TFSReports with the domain and account name of your "tfsReports" account.
The program may take a minute or two to run. After running it, your warehouse will be empty. Follow the instructions at http://scrumforteamsystem.com/ProcessGuidance/FAQ/TeamSystemFAQ.html#warehouse to force an update.
When the update is complete all the reports in your new v1.1 projects should be ok.
regards
Mark Lines-Davies Conchango, Egham, UK
|