March 25, 2010 at 4:57 am
We have two nodes N1 and N2 with N1 being the distributor and N2 being the Subscriber.
We have Transactional replication running.
Error we got is:
Replication-Replication Distribution Subsystem: <server details> : The row was not found at the Subscriber when applying the replicated command.
March 29, 2010 at 10:54 am
So what is the question? The row was not found at the subscriber like the error says. In another post I detail how to find the offending record then you will need to figure out why it is not in sync with your publisher.
Thanks,
Mike McNeer
April 29, 2010 at 1:05 pm
we have the same problem - did you figure it out?
Log Name: Application
Source: MSSQLSERVER
Description:
Replication-Replication Distribution Subsystem: agent .... failed. The row was not found at the Subscriber when applying the replicated command.
April 29, 2010 at 1:45 pm
Your primary probably issued a *delete* and your row "was already not present" at the subscriber!
* Noel
April 29, 2010 at 2:44 pm
I think you are right!
The puzzling bit is that replication agents continue happily along, as though nothing were the matter. You have to look in the application event log to see the problem.
So, we're in a push model, as opposed to a pull ... is there no other way to restart things other than to reinitialize from a new snapshot?
April 29, 2010 at 3:22 pm
josebrwn (4/29/2010)
I think you are right!The puzzling bit is that replication agents continue happily along, as though nothing were the matter. You have to look in the application event log to see the problem.
So, we're in a push model, as opposed to a pull ... is there no other way to restart things other than to reinitialize from a new snapshot?
If your agents continue happily along is because they were set to use -SkipErrors !!! (Dangerous option)
The approach to not reinitialize is to use a time in which you can run a diff between primary and replica and apply the necessary commands to the replica ( some people use datacompare from RedGate some others tablediff from MS)
* Noel
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply