FIX: LogReader Fails with Error 14151 or Error 624ID: Q156860
|
BUG #: 15539 (Windows NT: 6.0)
15571 (6.5)
The LogReader process fails with either of the following errors:
Error 14151:
Replicated transaction (x,y) not found in log; unable to run sp_repldone
on 'PUBLISHER'
Error 624:
Attempt to retrieve row from page via RID failed because the requested
RID has a higher number than the last RID on the page. %S_RID.%S_PAGE.
Microsoft 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.
Sp_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
Version : 6.0 6.5
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 3, 1999