Could not obtain information about Windows NT group/user '', error code 0x5. [SQLSTATE 42000] (Error 15404)).
Hi everyone!
This post will be a quick and easy fix.
Scenario:
You have a SQL agent job that will not execute.
The specific error says:
Could not obtain information about Windows NT group/user 'domain\username', error code 0x5. [SQLSTATE 42000] (Error 15404)).
Thank you and Happy reading,
-marshé hutchinson
#learnSQLwithme
This post will be a quick and easy fix.
Scenario:
You have a SQL agent job that will not execute.
The specific error says:
Could not obtain information about Windows NT group/user 'domain\username', error code 0x5. [SQLSTATE 42000] (Error 15404)).
Here's how to fix this:
- Double click the SQL agent job to open the job properties.
- On the 'General' page change the Owner of the job to 'sa' by clicking the box to the right of the field and then checking the username 'sa exists. Hit 'Ok' .
Your job will now run successfully.
If you have any further questions, please post below.
Thank you and Happy reading,
-marshé hutchinson
#learnSQLwithme
Comments
Post a Comment