Hi All
I am getting this error during Merge Replication "Unable to synchronize the row because the row was updated by a different process outside of replication."
I could not reproduce this error in my development enviornment, can anyone tell me what is cause of the above error and how do I reproduce this error in my development machine I am able to get which is outside process
The Conflict Type is 10 for above error which is logged into Conflict Table.
Thanks

Unable to synchronize the row because the row was updated by a different process outside of replication.
sigme
bostontech2
Hi Greg,
Thanks for your reply, I am trying to solve this problem since couple of weeks but no luck.
I am having SQL Server 2000 Enterprise Edition 8.00.2039(SP4).
Topology
1. Central Head Office SQL Server which act as Publisher and Distribution database is kept on same machine.
2. There are 4 SQL Servers which are subscribers and connected to Head Office.
3. There are 10 Range Offices SQL Server acts as Publishers and Distribution databases kept on respective machines. Range SQL Server are subscribers for Head Office also.
4. There are 32 Circle Offices SQL Servers acts as Subscribers, they are only connected to Range Office. And Range Office is connected to HO.
Thanks
LYx
Hi Coniah, in what order was your topology set up
Was P1 set up first, with S1 and P2 as subscribers, then P2 configured to be a republisher with S2 as a subscriber to P2
TGF
Ok, for a republisher scenario to work, you have to create it as a top-down approach. Meaning:
P1
/ \
S1 P2
\
S2
So you create publisher P1, with subscribers S1 and P2 with P2 having global/server property set (this enables P2 to be a republisher).
Then create your publication on P2 with subscriber S2.
If you create it out of order, you run the risk of nonconvergence, or errors such as the one you're seeing, caused by having two totally different publications with different article nicknames in the triggers/procs. One set ends up overwriting the other.
I. Silvestri
Any assistance would be greatly appreciated. Thank you.
10010101
Hi
I am getting this error at Head Office (HO) SQL Server and number of conflicts are in high number. There is no error reported at Rang or Circle level SQL Servers.
Thanks
Buzzy teh Cicada
uncle_peter
Mathava Gnanananthan
DIW
Alfo
Milind,
Since you say you are seeing this error on the Head Office, is there a chance that a row which was updated by a subscriber, is being synchronized by the merge agent and at the same time, there are updates to this particular row at the Head Office by someone else
And if this is true, are all such rows (which are reported) having the same issue, that is, being merged but being updated by some (user) at the same time