FIX: LogReader Fails with Error 14151 or Error 624Last reviewed: April 30, 1997Article ID: Q156860 |
The information in this article applies to:
15571 (6.5) SYMPTOMSThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |