When you add an article to a merge publication in Microsoft SQL Server, you receive the following error message:
This issue occurs if the following conditions are true:
<Time stamp> Category:SQLSERVER
Source: <Publisher>
Number: 20671
Message: Cannot find the identity range allocation entry for the Subscriber in the MSmerge_identity_range table. Reinitialize the subscription.
Source: <Publisher>
Number: 20671
Message: Cannot find the identity range allocation entry for the Subscriber in the MSmerge_identity_range table. Reinitialize the subscription.
This issue occurs if the following conditions are true:
- The merge publication is in one of the following versions of SQL Server:
- Microsoft SQL Server 2005
- Microsoft SQL Server 2008
- Microsoft SQL Server 2008 R2
- Microsoft SQL Server 2012
- The merge publication contains articles that have identity range management enabled.
- All articles that have identity range management enabled have the @subscriber_upload_options = 2 definition.
- The subscription has the @subscriber_type = N'Local' definition.
- The article that is being added has the @subscriber_upload_options = 0 definition.