August 20, 2008 at 9:08 am
We have a system that uses merge replication over FTP (ADSL) to keep a web based application up to date. We have been having problems with random missing rows which we have tracked down to an error which is occurring during merge.
It appears as though inserts at the subscriber fail with a foreign key constraint error and this then causes the rows to be deleted at the publisher.
Publisher is SQL2000 Standard SP4
Subscriber is SQL2000 Enterprise SP3
Our problem looks like this issue http://support.microsoft.com/kb/326483 but service packing does not match.
Any help appreciated.
September 3, 2008 at 2:00 pm
So your FK constraints are failing the inserts and therefore rolling back the insert on the publisher.
Have you though of making your FKs on the subscriber NOT FOR REPLICATION?
Graeme
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply