Q: What's the most common cause for Team Foundation Server application tier setup failures?
A: The most common cause of Team Foundation Server application tier setup failures (36%) in Beta 2 is SQL Server services (in particular, Reporting Services) not running prior to installing the application tier. Before installing the Team Foundation Server database and application tiers, check that SQL Server services are running:
On the data tier computer, verify SQL Server is running. In Control Panel, open Administrative Tools and then open Services. Verify that the following services (each of which is configured to start automatically at system startup) are running on the data tier computer:
· Analysis Server (MSSQLSERVER)
· Report Server (MSSQLSERVER)
· SQL Server (MSSQLSERVER)
· SQL Server Agent (MSSQLSERVER)
If any of these services are not running, start them before proceeding.
Next, check that the Report Server site is working:
Verify Report Server is running by opening a Web browser and navigating to the Report Server URL (for example, https://localhost/reports).
If the page does not display properly, or if an error message appears, refer to the SQL Server 2005 product documentation to troubleshoot the problem.
You can also use the new SQL Server Surface Area Configuration tools to control SQL Server services and features.
Applicability: Visual Studio 2005 Team System Beta 2
Comments
- Anonymous
May 08, 2005
Visual Studio Team System
If you’re installing Beta 2 using Virtual PC, you should learn to appreciate... - Anonymous
October 07, 2005
I have a server that keeps having a problem with the install.
RS 2005 goes down fine and works.
install SharePoint from the download link and it works fine....
but now report server is broken!
As of yet I have not found a fix or why this is happening... - Anonymous
February 16, 2006
A compilation of wort-to-read articles on installing Team Foundation Server Beta 2:
Updated: Visual... - Anonymous
July 01, 2010
You forgot to mention SQL Server Intergration Services in your post.