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.
Author |
Topic |
shahab03
Starting Member
28 Posts |
Posted - 2007-06-12 : 16:27:03
|
I am running into an error when running a package using a scheduled job under SQL Server Agent account. I am getting following error:Date 6/12/2007 4:19:15 PMLog Job History (VistaODSFeed)Step ID 0Server 006-DEVSQL2005Job Name VistaODSFeedStep Name (Job outcome)Duration 00:00:00Sql Severity 0Sql Message ID 0Operator Emailed Operator Net sent Operator Paged Retries Attempted 0MessageThe job failed. Unable to determine if the owner (ACI\snasir) of job VistaODSFeed has server access (reason: Could not obtain information about Windows NT group/user 'ACI\snasir', error code 0x6ba. [SQLSTATE 42000] (Error 15404)).ACI\snasir is not the account under which SQL Server Agent service runs. However ACI\snasir has sa priveleges. not sure why am I getting ACI\snasir in the error and not the account under which sql server agent runs.ideas? |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-12 : 20:33:02
|
Seems sql server lost communication with domain controller. |
 |
|
|
|
|