SQL 2005 Merge Replication and Sync Framework Toolkit operating parallel on SQL 2005 Server Database

  • Good Day,

    We have recently completed development of an iOS app that allows us to sync with a SQL 2005 Server which is currently running SQL Merge Replication. We successfully created the required tables to sync via the SQL Framework Toolkit however we are now experiencing issues syncing the data to the SQL Server due to Identity Range constraint violations. We created a column with type Unique Identifier for SQL Merge Replication years ago to prevent the creation of the rowguid column however the tables also contain Primary Key columns which are type Int.

    I have increased the Publisher's Identity range to allow for iOS uploads to consume the Identity Range however it does not resolve the issue. I have also executed the sp_adjustpublisheridentityrange command which has not yielded a solution.

    I would like to find out if anyone else has experienced this issue before and if they have been able to find a solution to this issue.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply