all groups > sql server replication > december 2006 >
You're in the

sql server replication

group:

Conflicts due to table order



Conflicts due to table order David
12/18/2006 2:30:01 PM
sql server replication: Merge replication, SQL 2000. Does anyone know if there is a problem with
syncronizing caused by the physical order of the inserts/updates in related
tables? I am getting some conflicts that indicate a failure due to "...
Referential integrity rules require a related record in the table
'<tablename>'

When I check the tables on the publisher they are all there and fine, but
when a laptop user tries to synch they get the above message and the related
table records do not get added.

David

Re: Conflicts due to table order Hilary Cotter
12/18/2006 10:43:51 PM
Modify your tables so that each constraint has a not for replication clause
on all constraints.

--
Hilary Cotter

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Re: Conflicts due to table order David
12/19/2006 5:01:14 PM
When I look at table properties and the Relationships tab, it has the box
checked "Enforce relationship for replication". Is that what you are
referring to...and if so, do I uncheck it?

Also, I assume I will need to completely re-create all merge publications to
the laptops?

David

[quoted text, click to view]

Re: Conflicts due to table order Hilary Cotter
12/19/2006 7:09:46 PM
Yes, that is it. I think you will need re-create all publications and
subscriptions.

--
Hilary Cotter

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button