Problem | Solution |
|---|
A problem that involves SQL Server Reporting Services. | Open Internet Information Services (IIS) Manager, remove the virtual directories and the application pool associated with Reporting Services, and then restart the installation of Team Foundation Server. Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager. In the tree pane, expand the local computer, and then click Web Sites. For each Web site except Default Web Site, right-click the Web site and click Stop. In the tree pane, expand Web Sites, and then expand the Default Web Site. Right-click Reports, click Delete, and then click Yes to confirm the deletion. Right-click ReportServer, click Delete, and then click Yes to confirm the deletion. In the tree pane, expand Application Pools. Right-click ReportServer, click Delete, and then click Yes to confirm the deletion. To retry the installation of Team Foundation Server, on the Setup Failed page of the installation wizard, click Retry
|
The ISO image file is bad. This problem almost always involves a trial edition of Team Foundation Server. | Obtain a new ISO image file and retry the installation of Team Foundation Server. Download a new image file from this page on the Microsoft Web site: Visual Studio Team System 2008 Team Foundation Server (90-day Trial). To retry the installation of Team Foundation Server, on the Setup Failed page of the installation wizard, click Retry.
|
You started the installation while logged on with an account that is not a member of the Administrators group on the local computer. | Add the user account to the Administrators group on the local computer, or log on as a user that is already a member of that group. For more information, see Add a User Account to the Local Administrators Group). To retry the installation of Team Foundation Server, on the Setup Failed page of the installation wizard, click Retry.
|
The SQL Server sa account is named something other than sa. | Change the SQL Server system administration account name to sa, retry the installation, and then rename the account back to its former name. Note:A Microsoft recommended best practice is to change the name of the SQL Server system administration account. However, the installation of Team Foundation Server requires that this account be named sa. After installation, the account can be renamed. Open SQL Server Management Studio. For more information, see How to: Correct the Data-tier Name Configuration. Optional. To determine the name of the system administrator account, click New Query, type the following text, and then run the query:
use master
select * from sys.server_principals
where principal_id=1
In Object Explorer, expand Security, and then click Logins. In Object Explorer Details, right-click the login for the system administrator account, and then click Rename. Change the account name to sa. Retry the installation of Team Foundation Server. Press the Retry button on the Setup Failed page. Optional. Rename the sa account back to the original name.
For more information, see this document on the Microsoft Web site: SQL Server 2005 Security Best Practices - Operational and Administrative Tasks. |
A non-zero value of -1 and a command-line error that contains "\Microsoft Shared\Web Server Extensions\60\Bin\Stsadm.exe" indicates that a host header has been defined for Default Web Site. | Remove the server binding assigned to Default Web Site, and then retry the installation of Team Foundation Server. Open IIS Manager. Right-click Default Web Site and click Properties. Click Web Site, and then click Advanced. Click the identity of the Web site, and then click Edit. Clear the text from Host Header value, and then click OK. Click OK twice again. To retry the installation of Team Foundation Server, on the Setup Failed page of the installation wizard, click Retry.
|
A non-zero value of -2130246810 in the error message indicates that the Default Web Site is bound to a specific IP address. | Remove the server binding assigned to Default Web Site, and then retry the installation of Team Foundation Server. Open Internet Information Services (IIS) Manager and change the IP address of Default Web Site to All Unassigned. For more information, see How to: Verify or Correct Server Binding Assignments. To retry the installation of Team Foundation Server, on the Setup Failed page of the installation wizard, click Retry.
|
At least one of the report schema files in the database has become corrupted. | |
The return value in the error message is -2130242250 or -1, which indicates an error in the installation of Windows SharePoint Services 2.0. | Uninstall Windows SharePoint Services 2.0. Either reinstall Windows SharePoint Services 2.0 or else install Windows SharePoint Services 3.0. Make sure to install all service packs that are available for the version you choose to install. Make sure that you install Windows SharePoint Services using the Server Farm option. For more inforamtion, see "How to: Install SharePoint Products and Technologies on Windows Server" in the installation guide of Team Foundation. To retry the installation of Team Foundation Server, on the Setup Failed page of the installation wizard, click Retry.
|
Various reasons. | In some cases, the installation of Team Foundation Server continues if, on the Setup Failed page of the installation wizard, you click Retry repeatedly: as many as four times. |