The information in this article applies to:
SYMPTOMS
The LogReader process fails with either of the following errors:
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 6.0 and 6.5. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.0, and in U.S. Service Pack 1 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider. MORE INFORMATIONSp_repldone scans the log for the next replicated transaction, starting from the oldest distributed transaction. If the transaction log contains a large number of non-replicated transactions between replicated transactions, and the DUMP TRANSACTION command is started after sp_repldone, DUMP TRANSACTION truncates past the oldest non-distributed transaction. Therefore, sp_repldone does not update the checkpoint record with the proper value for the oldest non-distributed transaction, and causes the LogReader to fail with the errors noted above. Additional query words: failure sp1 sp3 6.00 6.50
Keywords : kbusage SSrvRep SSrvStProc kbbug6.50 kbbug6.00 kbfix6.00.sp3 kbfix6.50.sp1 |
Last Reviewed: April 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |