Microsoft KB Archive/278629

From BetaArchive Wiki
Knowledge Base


FIX: Merge Replication Agent Fails with "The merge process could not initialize the subscription" Error Message

Article ID: 278629

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Standard Edition



This article was previously published under Q278629

BUG #: 57826 (SQLBUG_70)

SYMPTOMS

When a SQL Server 7.0 subscribing database has two or more merge subscriptions coming from the same merge publishing database, the Merge Agent may fail with the following error messages:

The merge process could not initialize the subscription.

-or-


The merge process could not update the list of subscriptions.

The error details in the agent history show the following:

Violation of UNIQUE KEY constraint 'unique_pubsrvdb'. Cannot insert duplicate key in object 'sysmergesubscriptions'.

-or-


Cannot insert duplicate key row in object 'sysmergesubscriptions' with unique index 'uc1sysmergesubscriptions'

This behavior only occurs when the Publisher is running Microsoft SQL Server 2000, the Subscriber is running SQL Server 7.0 and one of the merge subscriptions is a Pull subscription.

WORKAROUND

Creating Push subscriptions in lieu of Pull subscriptions prevents this behavior.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

274799 INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0


For more information, contact your primary support provider.



Additional query words: could not initialize error message

Keywords: kbbug kbfix KB278629