saandii777
2010-07-12 17:32:57 UTC
Hello All,
We are facing a issue with merge replication.
Suppose I have a table customer (cid,cname) which we have published.
Note cid is primary key and it is not identity.
Initially there is one row in customer table (1,'Mohan')
After replication process
At publisher: one row is inserted with cid=2
At subscriber: one row is inserted with cid=2(allowed as working on its own
copy)
When we syncronize it throws an error as there are 2 rows with cid=2.
Note : we cannot set cid as identity.
Can anyone tell me how this issue is to be resolved.
Thanks
saandii777
We are facing a issue with merge replication.
Suppose I have a table customer (cid,cname) which we have published.
Note cid is primary key and it is not identity.
Initially there is one row in customer table (1,'Mohan')
After replication process
At publisher: one row is inserted with cid=2
At subscriber: one row is inserted with cid=2(allowed as working on its own
copy)
When we syncronize it throws an error as there are 2 rows with cid=2.
Note : we cannot set cid as identity.
Can anyone tell me how this issue is to be resolved.
Thanks
saandii777