Welcome to MSDN Blogs Sign in | Join | Help

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, http://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

KNOWN ISSUE: Some Antivirus Applications Interfere with Setup

Problem:
Some antivirus applications delete the contents of the Temporary Files folder (%temp%) as part of a reboot. Setup programs, such as Team Foundation Server and Visual Studio, may require restarting your computer during installation to complete part of the installation. In many cases, state information is written to the temp folder to support the continuation of the installation after the computer restarts. When antivirus software is configured to delete items in the Temporary Files folder on reboot the setup program is unable to maintain state and therefore the installation process cannot continue.

Solution:
Disable your antivirus program during setup, or at least disable the feature to delete the contents of the Temporary Files folder. In addition, disabling your antivirus program may reduce the time necessary for setup to complete.

Applicability: Visual Studio 2005 Team Foundation Server, Beta 2

Posted by AskBurton | 1 Comments

KNOWN ISSUE: AD/AM Installation Failure

Problem:
We have tracked down a problem during the installation of the middle-tier that impacts the ability to install AD/AM correctly, which is installed by Team Foundation Server setup. The issue is that under certain configurations, path names are resolved to long filenames, which in this particular case resolves to a path with spaces in it. The space is causing the command to fail when installing AD/AM.

The user will notice several attempts to install AD/AM ultimately leading to a failed installation of the Team Foundation Server application tier.  Reviewing the AD/AM installation log in %systemdrive%\windows\debug will indicate that the Answer File could not be located.

Solution:
Install AD/AM manually prior to installing the Team Foundation Server application tier. We use defaults for most settings, with the following exceptions:

InstallType=Unique
InstanceName=BISGSS
LocalLDAPPortToListenOn=2420

Applicability: Visual Studio 2005 Team Foundation Server, Beta 2

Posted by AskBurton | 2 Comments

Q: Where can I find documentation for Team System, including walkthroughs?

A: Product documentation, including walkthroughs, is available by installing the MSDN Library that ships with Team System. In addition, during the Beta 2 timeframe the Visual Studio 2005 Beta Documentation should be updated with the content that ships with Visual Studio 2005 Beta 2. For more information, see the Visual Studio Team System dev center.

Applicability: Visual Studio 2005 Team System

Posted by AskBurton | 4 Comments
Filed under:

KNOWN ISSUE: CQConverter Analyze Command Does Not Work

Problem: Running the IBM Rational ClearQuest to Visual Studio Team Foundation work item tracking system converter (CQConverter.exe) with the analyze command (/c:analyze) throws an exception.

Workaround: You will not be able to use the CQConverter to analyze and generate a schema of your IBM Rational ClearQuest database. Neither will you be able to use the analyze command (/c:analyze) to generate the required field mapping and user mapping file. To migrate the work items from IBM Rational ClearQuest to Visual Studio Team Foundation, you will need to manually create a schema in the Team Foundation work item tracking system, and then manually create the schemamap file, field mapping files & user map file. See the converter walkthrough in the product documentation for examples of these files. After creating the schema and the required files, you can then use the converter to migrate the work items to VSTS using the migrate command (/c:migrate).

Applicability: Visual Studio 2005 Team System December 2004 CTP

Posted by AskBurton | 0 Comments

KNOWN ISSUE: Various Issues Cause Error 32000 During Team Foundation Server Application Tier Installation

Problem: During the Application Tier setup, Error 32000 occurs when performing quiet execution (QuietExec) of certain Windows Installer custom actions (CAs). This may happen for the following executables:

  • Bisregedit.exe
  • SetupWarehouse.exe
  • templateuploader2.exe
  • tfsadaminst.exe

Workaround: Troubleshoot causes for this error by:

  1. Verifying connectivity exists between the application and data tiers.
  2. Ensuring data tier installation is complete, the data tier computer has restarted, and all SQL Server 2005 services are running as per the Team Foundation Installation Guide.
  3. Restoring the data tier computer to pre-application tier installation condition if the application tier setup failed previously.
  4. Uninstalling Active Directory Application Mode (Adam Instance BISGSS) and rebooting the application tier computer before starting a new installation.

Applicability: Visual Studio 2005 Team System December 2004 CTP

KNOWN ISSUE: DSL Tools December 2004 CTP Release

Known issues for the December 2004 CTP release of the Microsoft Tools for Domain-Specific Languages (DSL Tools) are available online. For more information, see:

http://blogs.msdn.com/jochens/articles/360261.aspx

Applicability: Microsoft Tools for Domain-Specific Languages December 2004 CTP

Posted by AskBurton | 3 Comments

KNOWN ISSUE: Cannot type certain characters in the work item query builder

Problem: You cannot type a lowercase ‘q’  or a period ‘.’ in the work item query builder.

Workaround: Use an uppercase ‘Q’. There is no workaround for typing periods.

Applicability: Visual Studio 2005 Team System December 2004 CTP

Posted by AskBurton | 4 Comments

KNOWN ISSUE: Team Foundation version control history window does not display file history

Problem: The checkin/out history of a file does not display in the history window even if it has been modified multiple times.

Workaround: To view file history, run the history command from a command prompt in the local workspace:

          h history [/server:serverName]

Applicability: Visual Studio 2005 Team System December 2004 CTP

Posted by AskBurton | 6 Comments

KNOWN ISSUE: Could not load file or assembly CleanBuildPolicy when creating a new checkin policy

Problem: When trying to create a new checkin policy, you receive the following error:

Could not load file or assembly ‘CleanBuildPolicy, Version=8.0.1200.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. HRESULT 0x8013141A Strong name validation failed.

Workaround: Delete the following value from the Registry:

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

  • Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Hatteras\Checkin Policies
  • Value Name: CleanBuildPolicy
  • Type: REG_SZ
  • Data: C:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\CleanBuildPolicy.dll

Applicability: Visual Studio 2005 Team System December 2004 CTP

Posted by AskBurton | 5 Comments

KNOWN ISSUE: Microsoft.Pcw.currituck fails with error: "Access Denied: Not a system user"

Problem: Initialization for plugin "Microsoft.Pcw.currituck" failed with error: "Access Denied: Not a system user". This error has a similar root cause as the issue described in this Ask Burton FAQ item: Q: What can cause SyncWithAD_Lookup to fail when creating a new team project?. In this release, the user principal name (UPN) must match the primary e-mail address for the user in Active Directory.

For example, the TFSSetup account in a domain named Contoso (CONTOSO\TFSSetup) would have a UPN and primary e-mail address similar to: TFSSetup@contoso.com.

Workaround:  Ensure the UPN and primary e-mail address are the same for Team Foundation users.

Applicability: Visual Studio 2005 Team System December 2004 CTP

Posted by AskBurton | 3 Comments

KNOWN ISSUE: Project Portal displays error messages in reporting-related Web parts

Problem: For the most part, reporting is not available in this release. Web parts that are designed to display current project health reports on the Project Portal instead display error messages.

Workaround: None.

Applicability: Visual Studio 2005 Team System December 2004 CTP

KNOWN ISSUE: Team Foundation Server Application Tier Setup does not block installation if SharePoint Portal Server is installed

Problem: During Team Foundation Server application tier setup, setup does not block installation if SharePoint Portal Server is installed. While setup may still succeed, creating a Team Project will fail.

Workaround: Remove SharePoint Portal Server prior to installing Team Foundation Server application tier.

Applicability: Visual Studio 2005 Team System December 2004 CTP

Posted by AskBurton | 4 Comments

Q: Does Microsoft Visual Studio 2005 Team Foundation Server integrate with Microsoft Project Server?

A: Microsoft Visual Studio 2005 Team Foundation Server will integrate with Microsoft Project Server through the use Microsoft Project Professional 2003  (VSTS <-> Microsoft Project Professional 2003 <-> Microsoft Project Server 2003). There is no direct integration (server to server). Our current plans for the next version include Microsoft Project Server integration.

Applicability: Visual Studio 2005 Team Foundation Server

Q: Where can I find additional information regarding the distributed system designers?

A: You can find whitepapers, demos, presentations, and community forums such as blogs and newsgroups on the distributed system designers on the Visual Studio Team System Developer Center for Architects.
More Posts Next page »
 
Page view tracker