Groups | Blog | Home
all groups > sql server replication > april 2004 >

sql server replication : [SQLSTATE 42000] (Error 8198)).



larry
4/27/2004 5:37:36 PM
Running SQL 2000 & Win 2000.

My main server was upgraded/replaced today. We stopped
SQL on the ond server and copied the dBs to the new
server, which has the same name as old server. I receive
the following message on all my subscriptions from my
remote locations.

The job failed. Unable to determine if the owner
(domain.COM\user) of job sqlname-StoreMain-
vCost,vItem,PLU-remotesqlSERVER-StoreMain-D80E140D-1D56-
4A0A-96D3-E33335441348 has server access (reason: Could
not obtain information about Windows NT
group/user 'domain.COM\user'. [SQLSTATE 42000] (Error
8198)).

I have done some research and found I need to change the
owner of the job.

How do I do that??


HELP!!!!

Hilary Cotter
4/27/2004 9:45:27 PM
locate the job in the jobs subfolder of the management folder. Right click
on it, select properties and modify it there.

You can also use sp_update_job to make this change.

[quoted text, click to view]

Paul Ibison
4/28/2004 9:03:12 AM
Larry,
the job owner is only validated in AD and not actually used as the job runs
as SQL Agent. With that in mind, you can change the job owner to sa to fix
this type of problem.
Regards,
Paul Ibison

AddThis Social Bookmark Button