Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 server access cannot be determined

Author  Topic 

MGouders
Starting Member

30 Posts

Posted - 2009-09-08 : 17:10:13
Hi,

A job assigned to run an SSIS package fails returning the following error message:

Unable to determine if the owner (yourGroup\yourUserID) of job yourJobName has server access (reason: Could not obtain information about Windows NT

group/user '\yourUserName', error code 0x5. [SQLSTATE 42000] (Error 15404)).


Any help is appreciated,

Mike

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-09-08 : 17:10:56
Change the job owner to sa.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

MGouders
Starting Member

30 Posts

Posted - 2009-09-10 : 10:54:45
Hi tkizer,
Thanks for your contribution

Speaking with the system engineering group it was brought up to me that the sql dba team are working on sql server delegation using Active Directory and changing the job owner to a default user would solve the problem. They are not using sa but rather one with specific rights for their environment.

Mike
Go to Top of Page
   

- Advertisement -