I have a SQL Server 2000 DTS package scheduled as a job.
The DTS package queries Active Directory and imports / updates all info into SQL.
The owner of the DTS package is an account that has access to A/D. The Sql Box itself has permissions to access A/D.
If I am logged into the console and manually run the package under my credentials it succeeds.
When I am not logged in the job fails, even if I run it under my account.
=======================================================
SQL Server Scheduled Job 'UPDATE Employee Tables' (0xBC84EC21A2323D4F872895739B115EBF) -
Status: Failed - Invoked on: 2005-04-26 09:02:38 -
Message: The job failed. Unable to determine if the owner (xxx\jspicolli) of job UPDATE Employee Tables has server access (reason: Could not obtain information about Windows NT group/user 'xxx\jspicolli'. [SQLSTATE 42000] (Error 8198)).
=======================================================
Any ideas?
The DTS package queries Active Directory and imports / updates all info into SQL.
The owner of the DTS package is an account that has access to A/D. The Sql Box itself has permissions to access A/D.
If I am logged into the console and manually run the package under my credentials it succeeds.
When I am not logged in the job fails, even if I run it under my account.
=======================================================
SQL Server Scheduled Job 'UPDATE Employee Tables' (0xBC84EC21A2323D4F872895739B115EBF) -
Status: Failed - Invoked on: 2005-04-26 09:02:38 -
Message: The job failed. Unable to determine if the owner (xxx\jspicolli) of job UPDATE Employee Tables has server access (reason: Could not obtain information about Windows NT group/user 'xxx\jspicolli'. [SQLSTATE 42000] (Error 8198)).
=======================================================
Any ideas?