Hi!
We have set identity cols as "Not for replication" and different range for the publisher and subscriber using merge replication. Now the subscriber we are getting an error "The identity range managed by replication is full and must be updated by a replication agent. The insert conflict occurred in database <BDName>, TABLE <TableName>, COLUMN <ColName>" while trying to insert in a table having identity field. The val in that col has reached the max value. How do I increase it using a script, or is there anyother way of doing this.
Thanks
Quisar
We have set identity cols as "Not for replication" and different range for the publisher and subscriber using merge replication. Now the subscriber we are getting an error "The identity range managed by replication is full and must be updated by a replication agent. The insert conflict occurred in database <BDName>, TABLE <TableName>, COLUMN <ColName>" while trying to insert in a table having identity field. The val in that col has reached the max value. How do I increase it using a script, or is there anyother way of doing this.
Thanks
Quisar