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.

 All Forums
 SQL Server 2005 Forums
 Replication (2005)
 Transaction Replication Error

Author  Topic 

amsqlguy
Yak Posting Veteran

89 Posts

Posted - 2008-10-28 : 16:34:11

I have suddenly started getting this errors which is stopping from data being pushed to Subscriber.

Is there any way troubleshoot this errors, since this is pretty generic for al DMLs that are not getting pushed to subscriber.

Replication-Replication Distribution Subsystem: agent NV-DEVSQL2 Test-TestPI-NV-DEVSQL4-14 failed. The row was not found at the Subscriber when applying the replicated command.

Any suggestions and inputs will help

Thanks

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-28 : 16:55:19
Did you restore subscriber database from backup and tried to Resync?
Go to Top of Page

amsqlguy
Yak Posting Veteran

89 Posts

Posted - 2008-10-28 : 17:01:22
quote:
Originally posted by sodeep

Did you restore subscriber database from backup and tried to Resync?



I restored from the backup and set up the replication, it worked fine for couple of hours. I did not try to resync it is there any to check if it was indded trying to resync

Thanks
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-28 : 17:23:03
See this why:
http://www.replicationanswers.com/NoSyncInitializations.asp

See this how to solve:
http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=60&threadid=50188&enterthread=y
Go to Top of Page

amsqlguy
Yak Posting Veteran

89 Posts

Posted - 2008-10-28 : 20:30:08
sodeep

Thank you for the reply

from the forum link
"
I added -skiperrors 20598 parameter to the agent properties and then started synchronizing distribution agent and looks like replication worked. I can see transactions replicated to subscriber database.
"

where do we add "-skiperrors 20598 parameter" parameter in sql server 2005

Thanks
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-29 : 00:18:45
http://msdn.microsoft.com/en-us/library/ms151331.aspx
Go to Top of Page
   

- Advertisement -