Article ID: 324321 - Last Review: November 9, 2007 - Revision: 6.3 How to troubleshoot error 15401This article was previously published under Q324321 On This PageSUMMARY
You may see the following error when you add a Microsoft Windows NT user or a Microsoft Windows NT group as a login to Microsoft SQL Server, or when you move logins from a server in one domain to a server in a different domain:
Error 15401: Windows NT user or group '%s' not found. Check the name again.
The login does not exist
Duplicate security identifiersIn a Windows domain, unique Security Identifiers (SIDs) are automatically assigned to Windows logins in the domain. When you add a Windows login as a SQL Server login, the SID is stored in a system table in SQL Server. If you try to add a new login which has the same SID as an existing SQL Server login, the 15401 error occurs.Note In SQL Server 2005, duplicate SIDs are not allowed.
Authentication failureYou might receive error 15401 when the domain controller for the domain where the login resides (the same or a different domain) is not available for some reason.
Case sensitivityYou may be experiencing case-sensitivity problems, which are described in the following Microsoft Knowledge Base article:245768
(http://support.microsoft.com/kb/245768/
)
Case-sensitive Unicode collating sequence and Windows NT logins
In this case, use the sp_configure or sp_helpsort stored procedure to determine if the sort order or collation of your instance of SQL Server is case sensitive. If the server is case-sensitive, follow the steps in the referenced article (Q245768) to successfully add the login. Local accountsLocal (non-domain) accounts require special handling. If you are trying to add a local account from the local computer that is running SQL Server, view the following Microsoft Knowledge Base article for the correct steps:322988
(http://support.microsoft.com/kb/322988/
)
sp_grantlogin "NT AUTHORITY\SYSTEM" fails on Microsoft Windows NT 4.0
Name resolutionIf you have problems resolving the name of a computer that is involved in adding the login or group, you might receive error 15401.Verify that your name resolution mechanism (such as, WINS, DNS, HOSTS or LMHOSTS) is configured correctly. APPLIES TO
| Article Translations
|
Back to the top
