Results 1 to 4 of 4

Thread: Error 15401: Windows NT group or group not found

  1. #1
    Join Date
    Oct 2002
    Posts
    92

    Error 15401: Windows NT group or group not found

    I have a user in SQL Server with a NT login of Mike
    I changed his NT account to Mikel in User Manager

    Now when I try to add Mikel, Im getting error 15401.

    Do I need to delete NT login in SQL Server 'Mike' account first ?..before adding 'Mikel' ?

    Can I go into the Master database and just change Mike login to Mikel ?

    Thank you

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Delete mike first in sql since it's not in domain any more then add mikel as sql login.

  3. #3
    Join Date
    Oct 2002
    Posts
    92
    Thank you...but is there no way to tell SQL Server that 'MIKE' has changed to 'MIKEL' and that all permissions and jobs belonging to MIKE should now belong to MIKEL ?

    A weird thing is that I tried adding MIKEL to 2 different SQL Server 2000, where MIKE already exists and it let me do so, whereas on another 2 SQL Servers I was NOT able to add MIKEL, where MIKE already existed

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    You can't change sql login name in sql.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •