Quantcast
Channel: Step Bi Step » SQL Server
Viewing all articles
Browse latest Browse all 9

TF255507: The security identifier (SID) for the following SQL Server login conflicts with a specified domain or workgroup account

0
0

When I was configuring the TFS 2010 after completing the installation, I have got the following error message!

17

This is the brief error message and you can see the details results and solution here

"TF255507: The security identifier (SID) for the following SQL Server login conflicts with a specified domain or workgroup account"

Basically the workgroup account I have choosen to host the TFS databases ( SP2010\STEPBISTEPSQL) is SP2010\Administrator but the original SQL server login account is WIN-5DWGQLQJNRV\Administrator  so both conflicting!

To solve this issue, we need to rename the conflicts login and we will see the steps below!

Solution 1: Open the command prompt and type the following command and then hit Enter key!

“sqlcmd -E -S “””

Actually this command is altering the login id with the correct account.

22

Solution 2: Add the account using the SQL server UI!  Open the SQL server and select the Security–>Logins, you could see the conflict login id, just remove this id.

18

Right click on the logins and then select the New Login..

19

You will get the following window, enter the Login name and hit OK

20

That’s all, we are good to go! Here is the renamed login screen!

23

Thanks,

R./



Viewing all articles
Browse latest Browse all 9

Latest Images

Trending Articles





Latest Images