FIX: 'Load Tran' May Cause 806, 605, 2620, or 6902 with IRL on

Last reviewed: June 27, 1997
Article ID: Q165166
The information in this article applies to:
  • Microsoft SQL Server, version 6.5
BUG#: 16666 (6.5)

SYMPTOMS

With Insert Row Locking (IRL) turned on, if lock escalation occurred during an index page split, and the transaction was still open when 'dump tran' was performed, 'load tran' using this dump file may result in any one of the following error messages:

  • Msg 806, Level 21, State 1, Line 1 Could not find virtual page for logical page %Id in database '%.*s'
  • Msg 605, Level 21, State 1, Line 1 Attempt to fetch logical page %ld in database '%.*s' belongs to object
       '%.*s', not to object '%.*s'.
    
    
  • Msg 2620, Level 21, State 3, Line 1 The offset of the row number at offset %d does not match the entry in the offset table of the following page: %S_PAGE.
  • Msg 6902, Level 21, State 0, Line 1 Page timestamp value falls between the old and new timestamps from log. Page #=%ld, object id = %ld, page timestamp=%04x %08lx. Log: old timestamp=%04x %08lx, new timestamp=%04x %08lx.

CAUSE

The log record type was set to IRL at beginning of the transaction, but size was set to something else since lock escalation had occurred.

WORKAROUND

It is possible to avoid this problem by increasing sp_configure option

'LEThreshold Maximum'. See SQL Server Books-Online for more information on
this option.

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.


Additional query words: tlog wrong begin incomplete rollback forward abort
Keywords : kbusage SSrvGen kbbug6.50
Version : 6.5
Platform : WINDOWS
Issue type : kbbug


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 27, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.