I have a SQL Merge Replication over HTTP (Replisapi.dll). I'm not very familiar with the internas of the replication conflict solving because it was always working so far.
Now I have two conflicts in the replication which I can resolve but after a few seconds the same two conflicts appear again.
The looser is the subscriber DB which wants to insert a row which already exists on Publisher. Therefore I get a Primary key Violation error.
Has anybody ever discovered such a conflict which can be resolved in the Conflict Viewer but always appears again? How can I resolve this issue?