DCSIMG
June 2011 - Posts - Asaf Vishna

Asaf Vishna

This blog will focus on Team System, configuration management, development and QA methodologies.

June 2011 - Posts

Create new Team Project with a name of already deleted Team Project name

One of the customers that I work with have deleted a Team Project from the TFS collection,  when he have tried to create a new Team Project on the same collection he got an error":

Test settings 'Local Test Run' already exists. Test settings must be unique per team project.”

The log file included the following information (which didn’t give any new information): 

Exception Message: Test settings 'Local Test Run' already exists. Test settings must be unique per team project. (type SoapException)SoapException Details: <detail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ExceptionProperties xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><property name="ERRORCODE"><value xsi:type="xsd:int">0</value></property></ExceptionProperties></detail>”

Searching for information about this error and how to resolve it I found the following methods:

  1. Removing all of the temp files in C:\Users\[UserName]\AppData\Local\Microsoft\Team Foundation\3.0\Cache
  2. Recreate the Team Project with a different user account on a different machine.
  3. Restart of the TFS application machine

I have tried both method 1 and 2 but with no success, I still got the same error when I tried to create the Team Project. Only after the TFS Application machine was restarted I could create a new Team Project with the old name.

New videos on the MSDN about TFS2010 and VS2010 ALM

In the latest blog from Esther Fan she wrote about MSDN videos that show how you can use Visual Studio ALM tools and Team Foundation Server to help your team develop software more successfully ( for the full blog new videos from MSDN).

Few section I want to highlight:

Testing

For more information about these topics, see Testing the Application in the MSDN Library.

Team Foundation Server

For more information, see the following topics in the MSDN Library:

Lab Management

For more information, see Using a Virtual Lab for Your Application Lifecycle in the MSDN Library.