How to fix this SQL Server error Could not obtain information about Windows NT group/user 'FANSHAWE\jdonoghue', error code 0x54b. (Framework Microsoft SqlClient Data Provider)

Donoghue, James 0 Reputation points
2024-10-18T10:44:04.6433333+00:00

Ho to fix this SQL server error : Could not obtain information about Windows NT group/user 'FANSHAWE\jdonoghue', error code 0x54b. (Framework Microsoft SqlClient Data Provider)

SQL Server Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2024-10-18T21:46:45.5066667+00:00

    Without any context where you get the error, it's difficult to say what the fix would be. But 0x54b = 1355 in decimal, and NET HELPMSG 1355 reports The specified domain either does not exist or could not be contacted.

    So a possible fix could be to spell the domain name correctly. But it could also be a network issue.

    0 comments No comments

  2. MikeyQiaoMSFT-0444 3,300 Reputation points
    2024-10-21T02:28:59.38+00:00

    Hi,Donoghue, James

    Try the following steps: Select the corresponding job, right click - Properties - change owner to sa.

    Regards

    Mikey Qiao


    If you're satisfied with the answer, don't forget to "Accept it," as this will help others who have similar questions to yours.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.