1
votes

TFSConfig Identities listed all TFS accounts and all but one matched Windows.

How do I fix the lone user account where the Match is False?

While this may not be relevant, I add it to the post in case it provides any additional clues. I tried to reapply the user in the Application Tier Console Users list and it failed. The log stated the account is also an orphaned SQL Server Login. I assume that makes sense if the SID is mismatched, though.

1
What have you done for this specifically TFS account? Domain moved or deleted/reapplied?PatrickLu-MSFT
That is an insightful observation. I am trying to move a single server TFS system w/ SharePoint to a new domain; it is a VM. I have a series of problems I'm dealing with. This post was about just one of the difficulties I am facing. I will continue to ask additional questions about the overall task I am working toward in other posts.Alan

1 Answers

1
votes

Since you have reapply the user in the Application Tire Console Users list. Changes you make to local or Active Directory groups do not get reflected in TFS immediately.

It may be a identity synchronization issue. You must wait for the next identity synchronization with Windows before the properties of accounts that you do some account change will be updated. This requirement includes changes from group to user, user to group, and domain account to local account.

You could also force TFS to sync, details please refer this blog. After this run the TFSConfig Identities again.