all groups > sql server replication > september 2003 >
You're in the

sql server replication

group:

Error 20598 in trans Replication


Error 20598 in trans Replication Sam Moayedi
9/4/2003 9:08:09 AM
sql server replication:
I am getting error 20598 in transactional replication
The row was not found at the Subscriber when applying the
replicated command.
{CALL sp_MSupd_tblAcct
(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,791.0500,NULL,NULL
,NULL,'17360906-1',0x0001)}

It seems that the primary key value is missing( 1st column
should be PK)
This was working before, just happen today
Re: Error 20598 in trans Replication Hilary Cotter
9/5/2003 12:47:34 AM
Someone has removed or modified the row on the subscriber.

You could do a -SkipErrors 20598 in your distribution agent for this
subscriber.

Your database integrity has been compromised. If you can live with this
this will work for you.

I would advise re-initializing this subscription.

[quoted text, click to view]

AddThis Social Bookmark Button