MSSQL_ENG021286
Message Details
Product Name |
SQL Server |
Product Version |
9.0 |
Product Build Number |
9.00.1399.60 |
Event ID |
21286 |
Event Source |
MSSQLSERVER |
Component |
SQL Server Database Engine |
Symbolic Name |
|
Message Text |
Conflict table '%s' does not exist. |
Explanation
This error is raised if the conflict table for an article listed in sysmergearticles (Transact-SQL) does not actually exist. The error can occur when you attempt to add a column to or drop a column from a table published for merge replication.
User Action
Execute DBCC CHECKDB (Transact-SQL) on the database with the missing conflict table to verify there are no data consistency issues.
If the conflict table is missing on a Subscriber, drop the subscription and recreate it. If the conflict table is missing on a Publisher, drop all subscriptions, drop the publication, and then recreate the publication and all subscriptions. For more information, see Publishing Data and Database Objects and Subscribing to Publications.
See Also
Concepts
Cause and Resolution of Replication Errors