Team Foundation Server installation error
I'm trying to install the Team Foundation server (Single Server) and I get this error (taken from the installation log file):
[05/17/05,12:25:31] vs70uimgr: DisplayMessage_START:Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\uninstall\createds.exe" "http://STARBUCK/ReportServer/ReportService.asmx" TfsReportDS "Data source=STARBUCK;initial catalog=BisDWDB" "SPRINGFIELD\tfsservice" "01000000d08c9ddf.. ... .. ..a8710a6e4d66" 0 1' returned non-zero value: 3.
Does anyone know what this error code 3 is? It might help me look in the right direction to complete the installation...
Many thanks,
Gwyn
Many thanks for your reply Bruce,
The firewall was turned off and I can load and run the Reporting Services Configuration facility. All the items seem to indciate that they are okay with green ticks. I restarted the Reporting service also...
However, I cannot browse the "Default Web Site\ReportServer" or "Default Web Site\Reports" (inc Home.aspx). Is this something that I should be able to do?
Many thanks,
Gwyn
This may be due to the Report Server being in the default app pool if you are doing single server setup.
Please ensure that you have Reports and ReportServer as a Virtual Directory on your IIS machine. To do this you can run IIS console manager, and expand the default Web site. If you do not see the Reports and ReportServer virtual Directory, then Report Server must be re-installed.
If you do see it, make sure that it is under it's own App pool which is then running under Local System user.
If this isn't the issue, it could be that the user name has changed. You will need to follow the directions on using Report Services to delete the key and recreate the key used to access Reporting.
Checked that they were virtual directories: Yes.
Checked that they were using their own app pool: Yes.
Check that the app pool ran as Local System: it did not, it was set to Network Service. I changed this to Local System.
Restarted IIS and it made no difference...
I'm giving up on this machine and may try another clean machine when I have the time.
Many thanks for your advice!
Gwyn
You may look at the visual step by step guide I have prepared:
http://www.oazabir.com/vsts.html
This may help. You can cross check you installation steps with mine. My installation runs perfectly.