I am having a conflict issue on just one table out of 37 table articles
The database is for Food recipes I have 3 users making changes, they each have their own menus so they should not work on anyone else's dishes [tblRecipe] but they do need to be able to copy and view other users dishes.
Each dish is in a menu and a dish type and has 2 child tables one for ingredients and one to methods
The problem: is in [tblRecipe]
When a user makes changes to one of their dishes and synchronises a conflict is thrown, even when no one else has synchronised, they will also get conflicts for other users dish changes even though they have not made any changes to the other users dishes.
It trust my users when they say they have not changed other users data
The database is sqlserver 2005 it is merge replication
the publisher is set to win
37 table articles mostly bidirectional
there is no row filtering
I have scripted the publication and as far as I can see all bidirectional articles have the same properties.
I would be gratefull if someone can give me some pointers to a solution or some things I can try
jnc