Article ID: 186001 - Last Review: March 14, 2006 - Revision: 4.0 FIX: Duplicate Jobs Added to the MSjobs and MSjob_commands TablesThis article was previously published under Q186001
SQLBUG_65: 17931
On This PageSYMPTOMS
Two-phase commit replicated transactions can result in duplicate jobs being
added to the MSjobs and MSjob_commands table by the LogReader task.
Two-phase commit transactions include the following:
Error : 14151, Severity: 20, State Replication-Distribution: Task 'server_test2_server_test3' failed. 23000[Microsoft][ODBC SQL Server Driver][SQL Server]Attempt to insert duplicate key row in object 'mytab' with unique index 'PKEY' STATUS
Microsoft has confirmed this to be a problem in SQL Server 6.5. This problem has been corrected in Service Pack 5a for Microsoft SQL Server 6.5.For more information, click the following article number to view the article in the Microsoft Knowledge Base: 197177
(http://support.microsoft.com/kb/197177/
)
INF: How to Obtain SQL Server 6.5 Service Pack 5a For more information, contact your primary support provider.
MORE INFORMATION
Cross-database replicated transactions are transactions that affect
published tables in one database while in the context of another. For
example, if you inserted rows in database 'b' while running a transaction
in the context of database 'a', this would be considered a cross-database
transaction.
Example | Article Translations
|

Back to the top
