unable to connect to tfs repository

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
dnegley
Posts: 2
Joined: Thu 19 Jun 2014 14:38

unable to connect to tfs repository

Post by dnegley » Thu 19 Jun 2014 14:41

when i try to add a TFS repository, I get this error:

TF31002: Unable to connect to this Team Foundation Server: https://myserver:444/tfs.
Team Foundation Server Url: https://myserver:444/tfs.

Possible reasons for failure include:
- The name, port number, or protocol for the Team Foundation Server is incorrect.
- The Team Foundation Server is offline.
- The password has expired or is incorrect.

Technical information (for administrator):
The remote server returned an error: (404) Not Found.


I have tried the urls https://myserver:444/tfs as well as http://myserver:8080/tfs, both of which work fine inside a browser.

I am using Windows Authentication.

please help me evaluate this product!

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: unable to connect to tfs repository

Post by AlexeyN » Thu 19 Jun 2014 15:26

Try to add 'DefaultCollection'. So your url will be like https://myserver:8080/tfs/DefaultCollection

dnegley
Posts: 2
Joined: Thu 19 Jun 2014 14:38

Re: unable to connect to tfs repository

Post by dnegley » Thu 19 Jun 2014 18:16

thanks. it wasn't DefaultCollection, which i had tried after reading an earlier post. however, it occurred to me to check the name of the Team Project Collection, and I was able to connect after appending this name to the URL.

Post Reply