Error TF31004 when connecting to TFS2008

I try to connect to the TFS2008 server through Visual Studio 2008 (Tools \ Connect to Team Foundation Server) and get this error when trying to add our server:

TF31004: Team Foundation encountered an unexpected error connecting to Team Foundation Server. Wait a few minutes and try again. If the problem persists, contact your Team Foundation Server administrator.

Needless to say, waiting doesn't help. I tried using the ip address instead of the host name, but getting the same error.

I can log in through the browser, in fact IE and Chrome, and I’m SSO right in.

The server is used only for testing one of our TFS plugins, so it is not very useful.

+3
source share
2 answers

I found a problem, register it here for someone else.

It turned out that I was not in the ADFS group with licensed TFS users. I found this while trying to connect to TFS from VS2008 installed on the server, which gave me the exact error message.

+3
source

Another reason for this error is that the proxy server was configured on a proxy server that cannot access the TFS server.

Steps to fix:

  • Open Internet Options (Windows-R inetcpl.cpl)
  • Go to the Connections tab
  • Click "LAN Settings"
  • Uncheck "Use a proxy server ..." or set a proxy server that can connect to your TFS server.
0
source

Source: https://habr.com/ru/post/1741715/


All Articles