Check the constraint to see what the range is. You can insert up to this
value and then run a sync. This should update the range.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com [quoted text, click to view] <jgmeinder@gmail.com> wrote in message
news:1167937361.253647.109410@51g2000cwl.googlegroups.com...
> SQL 2005 merge replication.
>
> I took the defaults on an article for publication - auto identity
> management and the default ranges. If I attempt to insert >2000 rows
> (the size of the 2 ranges assigned), I recieve the following error:
>
> The insert failed. It conflicted with an identity range check
> constraint in database 'DHD_73', replicated table
> 'dbo.tblAlaska_Facility_Manager', column 'facilityID'. If the identity
> column is automatically managed by replication, update the range as
> follows: for the Publisher, execute sp_adjustpublisheridentityrange;
> for the Subscriber, run the Distribution Agent or the Merge Agent.
>
> Does this mean I cannot do an insert of more than 2000 rows at a time
> to this particular article?
>
> TIA,
> john g.
>