Error: "No mapping between account names and security ids was done."
This error message popped up when adding a domain user during SQL Server installation on a client server.
Found out a solution using SYSPREP.
If you do choose the SYSPREP route though here is what you need to do:
- From the Start Menu select Run
- Enter C:\Windows\System32\sysprep\sysprep.exe in the box and click OK
- Be sure that Enter System Out-of-Box Experience (OOBE) is selected
- Check the box next to Generalize (If this is not select the SID won’t get changed)
- Click OK and follow the prompts when the system reboots.
It took me about 15 minutes on a Hyper-V vm.
Here are some references:
http://www.bradleyschacht.com/error-no-mapping-between-account-names-and-security-ids-was-done/
http://blogs.technet.com/b/markrussinovich/archive/2009/11/03/3291024.aspx
No comments:
Post a Comment