MSSQL_REPL027056
SQL Server 2005
|
Product Name |
SQL Server |
|
Product Version |
9.0 |
|
Product Build Number |
9.00.1399.60 |
|
Event ID |
27056 |
|
Event Source |
MSSQLSERVER |
|
Component |
SQL Server Database Engine |
|
Symbolic Name | |
|
Message Text |
The merge process was unable to change generation history at the '%1'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write. |
To resolve the issue:
-
Decrease the value of the -DownloadGenerationsPerBatch and -UploadGenerationsPerBatch parameters for the Merge Agent to allow processing to continue while you address the underlying issue causing the error. Agent parameters can be specified in agent profiles and on the command line. For more information, see:
-
How to: Work with Replication Agent Profiles (SQL Server Management Studio)
-
How to: View and Modify Replication Agent Command Prompt Parameters (SQL Server Management Studio)
-
How to: Work with Replication Agent Profiles (Replication Transact-SQL Programming)
-
Programming Replication Agent Executables.
-
How to: Work with Replication Agent Profiles (SQL Server Management Studio)
-
Specify the lowest setting possible for the publication retention period. For more information, see Subscription Expiration and Deactivation.
-
As part of maintenance for merge replication, occasionally check the growth of the system tables associated with merge replication: MSmerge_contents, MSmerge_genhistory, and MSmerge_tombstone, MSmerge_current_partition_mappings, and MSmerge_past_partition_mappings. Periodically re-index these tables. For more information, see Reorganizing and Rebuilding Indexes.