the merge process was unable to create a new generation at the subscriber
Spent the day with MS trying to fix a similar problem. Found that they have a bug with no fix yet it is caused by generation leveling throwing sp_MSmakegeneration into a loop. The work around that I was given is to turn off generation leveling.update sysmergepublications set [generation_leveling_threshold] = 0
Spent the day with MS trying to fix a similar problem. Found that they have a bug with no fix yet it is caused by generation leveling throwing sp_MSmakegeneration into a loop. The work around that I was given is to turn off generation leveling.update sysmergepublications set [generation_leveling_threshold] = 0
Comments