Search

VSSConverter cannot connect to the Team Foundation Server by Sander van Vliet

Closed
as Fixed Help for as Fixed

4
0
Sign in
to vote
Type: Bug
ID: 500032
Opened: 10/23/2009 5:33:14 AM
Access Restriction: Public
1
Workaround(s)
3
User(s) can reproduce this bug
When trying to migrate a Source Safe database to TFS2010 the VSSConverter tool exits with the following error:

TF60070: Unable to connect to the Team Foundation Server: 'http://ts01:8080/'. Please ensure that the Team Foundation Server exists and try again.

The Team Foundation Server exists but at http://ts01:8080/tfs (default installation) The VSSConverter tool is unable to access this location.

UPDATE!
There is a new configuration option in the TeamFoundationServer element to specify the collection to which the sourcesafe database should be merged. It's nowhere to be found in the documentation yet.
The solution is to add collection="tfs/DefaultCollection" to the TeamFoundationServer to specify which collection should be used.
Details (expand)

Product Language

English

Version

Team Foundation Server 2010 Beta 2

Operating System

Windows Server 2003

Operating System Language

English

Steps to Reproduce

Simply running the command:
VSSConverter Migrate migrate_settings.xml

Actual Results

TF60070: Unable to connect to the Team Foundation Server: 'http://ts01:8080/'. Please ensure that the Team Foundation Server exists and try again.

Expected Results

A successful migration.
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey. [Details]

 

File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 10/27/2009 at 4:21 PM
Thanks for reporting this issue. We have actually added a new configuration setting that is undocumented in Beta2. We're tracking the documentation need, and will ensure that it is in RTM. In the meantime, check out this forum post for the proper syntax/workaround: http://social.msdn.microsoft.com/Forums/en-US/tfsprerelease/thread/f4066269-d6b9-4fe0-84a8-ffaf619f0dd4

-Matt
Posted by Microsoft on 10/25/2009 at 8:42 PM
Thank you for your feedback, We are currently reviewing the issue you have submitted.
Sign in to post a workaround.
Posted by Sander van Vliet on 10/27/2009 at 4:09 AM
There is a new configuration option in the TeamFoundationServer element to specify the collection to which the sourcesafe database should be merged. It's nowhere to be found in the documentation yet.
The solution is to add collection="tfs/DefaultCollection" to the TeamFoundationServer to specify which collection should be used.