DCSIMG
DOS (8.3) short path issue in VSSConverter - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

DOS (8.3) short path issue in VSSConverter

DOS (8.3) short path issue in VSSConverter

Enable a feature on the Application Tier server that makes Visual Server 2008 Team Foundation Server allow the MS-DOS-compatible short name format. To do this, follow these steps:

1.Make sure that you have Visual Studio 2008 Team Foundation Server Service Pack 1 installed.

2.On the Application Tier server, locate the following folder: Installation folder\web services\version control

3.In Notepad, open the Web.config file.

4.Under the <configuration> element, locate the <appSettings> element, and then add the following element.

   1: <add key="allow8Dot3Paths" value="true" />

For example, update the code as follows.

   1: <configuration>
   2: ...
   3:     <appSettings>
   4: ...
   5:         <add key="allow8Dot3Paths" value="true" />
   6: ...
   7:     </appSettings>
   8: ...
   9: </configuration>

Save the Web.config file and perform the migration.

After the migration is done change the allow8Dot3Paths key back to false.

Comments

Dave McKinstry said:

Ahh - so this is the blog of the famous Shai Raitan.  You are correct...  the blog is informative and well written.  And if it weren't for the footer in Hebrew and the .IL in the URL, it would be indistinguishable from any decent VSTS blog in the US.  Keep the great posts coming!

# September 23, 2008 12:06 PM

Team System News said:

Charles Sterling on 4 New Training Sessions for Application Lifecycle Management (ALM) with Visual Studio...

# September 24, 2008 9:02 AM
Leave a Comment

(required) 

(required) 

(optional)

(required) 


Enter the numbers above: