We are using merge replication to provide backup and multi site access for our customers. We are running SQL 2008 r2 and the subscribers and running SQL express 2008 r2. I have one subscriber that is getting a id conflict error on 1 table when inserting a new row. when I run a dbcc checkident on the table it comes back the next id is 9 when I look at the tables on the publisher I can see that subscription has been allocated id's 20001 through 30000. This mismatchexplains the error but I have no idea how it could get in this state or how to fix it. This table was not part of the original publication but added later we let the schema change replicate to the subscriber and then add data to the table and let that replicate. any help would be appreciated
↧