BUG: Dynamic Sysprocesses Cursor May Cause Error 616

Last reviewed: April 9, 1997
Article ID: Q156662
The information in this article applies to:
  • Microsoft SQL Server, version 6.5
BUG #: 15943

SYMPTOMS

A dynamic or scrolling cursor created against the sysprocesses, syslocks, or syscurconfigs system tables may cause the following error, if run by more than one client with a symmetric multiprocessor (SMP) computer:

   Error : 616, Severity: 20, State: 1
   Attempt to hash a previously hashed descriptor for object '-352'  in
   database 'tempdb'.

WORKAROUND

To work around this problem, change the cursor to INSENSITIVE rather than DYNAMIC.

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

In addition, this problem may also cause one or more of the following errors:

   Error : 605, Severity: 21, State: 1
   Attempt to fetch logical page 360 in database 'tempdb' belongs to
   object  '-384', not to object '-416'.

   Error : 16905, Severity: 16, State: 1
   The cursor is already open.

   Error : 16915, Severity: 16, State: 1
   A cursor with the name '<cursor name>' already exists.

   Getpage: bstat=0x100c/0x1, sstat=0x40, cache
   pageno is/should be: objid is/should be:
   0x168(360)     0xfffffe80(-384)
   0x168(360)     0xfffffe60(-416)
   ... extent objid 0, mask 0/0, next/prev=0/0

   closetable: table already closed for sdes 00abdf58

NOTE: the previous two errors will only occur in the SQL Server errorlog.


Additional query words: getpage closetable
Keywords : kbbug6.50 kbother kbusage SSrvGPF SSrvTran_SQL
Version : 6.5
Platform : WINDOWS


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: April 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.