Link to home
Create AccountLog in
Avatar of hke72
hke72Flag for Norway

asked on

TFS connection to SharePoint failed, user does not exist

First the problem: From TFS when running the SharePoint-repair-connection-program i get for some of my TFS-projects (not all??):

Connecting project portal site at http://svm-sp2010/WEBSITE/ (1 of 20)
Connection failed for project portal site at http://svm-sp2010/WEBSITE/: Server was unable to process request. ---> The user does not exist or is not unique. ---> The user does not exist or is not unique.


We have upgraded from a single server solution TFS 2008, SQL 2005, WSS 3.0 to three seperate servers for TFS 2010, SharePoint 2010 and SQL 2008.

I installed, configured and upgraded the TFS and SQL, but I hired some indian guys to upgrade the SharePoint solution. Now I am not sure they did everything correct.
Avatar of bradgcoza
bradgcoza
Flag of South Africa image

Try add the user to SharePoint manually.

stsadm -o adduser -url http://swm-sp2010 -userlogin username -useremail username@email.com -username username

Or check to see in central admin if you have site collection rights on the site http://swm-sp2010
TFS doesn't work with 2010 web apps that use Claims based authentication.  
Avatar of hke72

ASKER

So when this is our reality:

We already have a working SharePoint-Claims based server with project documents and user-rights.

What should we do?
Use classic authentication, or wait for Microsoft to put out a fix. Only options really.
Avatar of hke72

ASKER

But it is not possible to change from Claims to Classic! Is it?
i don't believe so. You could migrate to a classic web app.
Avatar of hke72

ASKER

What about this:
Classic to claims
ASKER CERTIFIED SOLUTION
Avatar of hke72
hke72
Flag of Norway image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of hke72

ASKER

I had help from someone fixing this!