Hello,
I'm querying the table dbo.MSmerge_conflicts_info on the publisher and the conflicts shown in that query are the real ones I can see on the View conflicts dialog within Microsoft Sql Server Management Studio. In the subscriber, I also see the conflicts in
that table.
The problem is the following: If I resolve one conflict with the View Conflicts dialog, this table is updated on the publisher and the number of entries for this conflict table dbo.MSmerge_conflicts_info is reduced. However, after the sinchronization between the publisher and the subscriber, the query in the subscriber is still returnning the old conflict and new ones are added (never is updated deleting the solved ones), this table is not refreshed and I cannot see the real pending conflicts on the subscriber as I can see on the same table in the publisher.
Is there any way to obtain the real pending conflicts on the subscriber that were not solved in the publisher?
Thanks in advance!