Hello!
The jobs which has domainaccounts specified as the job owner fails with the following error message:
"The job failed. Unable to determine if the owner (domain\account) of job TestDB backup has server access (reason: Could not obtain information about Windows NT group/user 'domain\account'. [SQLSTATE 42000] (Error 8198))."
When I run the xp_logoninfo from the queryanalyzer I get the following error:
"Server: Msg 8198, Level 16, State 24, Procedure xp_logininfo, Line 58
Could not obtain information about Windows NT group/user 'domain\account'."
According to Microsoft, state 24 indicates some sort of access problem:
"When the SQL Server engine queried the Windows operating system to retrieve information about a Windows account name, access was denied."
The jobs work just fine when I change the owner to local accounts or native SQL-accounts but what I really what is for it to work under domainaccounts. I've tried starting the SQL-agent with an domain account. I've also tried setting the domainaccount to local admin and ever included them into the system admin role but I didn't get it to work. No doubt this looks like an access problem but I can't understand where and why it fails? Does anyone have a clue?
SQL2k std, w2k3sp1 std
Please excause my poor english.
The jobs which has domainaccounts specified as the job owner fails with the following error message:
"The job failed. Unable to determine if the owner (domain\account) of job TestDB backup has server access (reason: Could not obtain information about Windows NT group/user 'domain\account'. [SQLSTATE 42000] (Error 8198))."
When I run the xp_logoninfo from the queryanalyzer I get the following error:
"Server: Msg 8198, Level 16, State 24, Procedure xp_logininfo, Line 58
Could not obtain information about Windows NT group/user 'domain\account'."
According to Microsoft, state 24 indicates some sort of access problem:
"When the SQL Server engine queried the Windows operating system to retrieve information about a Windows account name, access was denied."
The jobs work just fine when I change the owner to local accounts or native SQL-accounts but what I really what is for it to work under domainaccounts. I've tried starting the SQL-agent with an domain account. I've also tried setting the domainaccount to local admin and ever included them into the system admin role but I didn't get it to work. No doubt this looks like an access problem but I can't understand where and why it fails? Does anyone have a clue?
SQL2k std, w2k3sp1 std
Please excause my poor english.