hi,
in our project we work (five users) with the team foundation server (RC). All is good and we haven't problems at all. In that time a colleague ask me, whether he could connect to the server. i said to him that the only thing he has to do is to install the team explorer and connect to our project server. He get the following error even though he works in the same domain.
Error:
TF31002: Unable to connect to this team foundation server: ServerIP
conditions:
Team Foundation Sever (RC) on Windows 2003 Server (Application and data tier on the same maschine)
Any ideas.

Can't connect to the tfs
bsandlier
Hi,
the property "Bypass proxy for local adresses" is enabled and the exception for the tfs server is added. The url test can be executed.
I take a view at the web server logs an found this:
2006-03-17 08:25:36 <ServerIP> POST /Services/v1.0/ServerStatus.asmx - 8080 domain\user <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 500 0 0
500 --> Internal Server Error
Why
The log for a user it will be passed:
2006-03-17 08:30:01 W3SVC2 <ServerIP> POST /Services/v1.0/ServerStatus.asmx - 8080 domain\user <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 200 0 0
2006-03-17 08:30:02 W3SVC2 <ServerIP> POST /Services/v1.0/GroupSecurityService.asmx - 8080 domain\user <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 200 0 0
2006-03-17 08:30:02 W3SVC2 <ServerIP> POST /Services/v1.0/CommonStructureService.asmx - 8080 domain\user <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 200 0 0
2006-03-17 08:30:17 W3SVC2 <ServerIP> POST /Services/v1.0/ServerStatus.asmx - 8080 - <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 401 2 2148074254
2006-03-17 08:30:17 W3SVC2 <ServerIP> POST /Services/v1.0/ServerStatus.asmx - 8080 - <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 401 1 0
2006-03-17 08:30:17 W3SVC2 <ServerIP> POST /Services/v1.0/ServerStatus.asmx - 8080 domain\user <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 200 0 0
2006-03-17 08:30:19 W3SVC2 <ServerIP> POST /Services/v1.0/Registration.asmx - 8080 domain\user <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 200 0 0
2006-03-17 08:30:19 W3SVC2 <ServerIP> POST /Services/v1.0/GroupSecurityService.asmx - 8080 domain\user <ClientIP> Team+Foundation+(devenv.exe,+8.0.50727.127) 200 0 0
martin_eifert
Prodigal Son
Here is the output of the tfssecurity.exe for the user:pdvcom\mp2wegn
*************************************************************************************************
C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools>tfsse
curity.exe /server/imx pdvcom\mp2wegn
GSSUTIL - TFS Group Security Client Tool
(c)Copyright, Microsoft Corporation, 2004. All rights reserved.
WARNING: Unrecognized command-line switch is ignored: /server
Connecting to the Team Foundation Server Web service...
Resolving identity "domain\mp2wegn"...
SID: xxx
DN: CN=Markus Wegner,OU=xxx,OU=xxx,DC=xxx,DC=xxx,DC=xxx
Identity type: Windows user
Logon name: domain\mp2wegn
Mail address: Markus.Wegner@pdvcom.de
Display name: Markus Wegner
Member of 4 group(s):
domain\domain
domain\xxx-group
[SERVER]\Team Foundation Valid Users
[test1]\Contributors
e
Done.
*************************************************************************************************
foosnazzy
Also, as a simple check, can your developer run this URL from his/her machine
http://<server-name>:8080/services/v1.0/registration.asmx
PeterWard
cakalfurkan44
Cesar Atoche
Hi,
i have added the user at this group but the problem is the same. The error appaers very fast.
RobertNet
Luigip
You can verify that the user is recognized by the system using TFSSecurity.exe (a command-line tool installed in the Tools folder on the AT)
TfsSecurity.exe /server:<AT name> /imx <domain\user>