Microsoft KB Archive/272426

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:25, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


FIX: Error Message 1203 Followed by Stack Overflow With Keyset Cursors

Article ID: 272426

Article Last Modified on 9/6/2006



APPLIES TO

  • Microsoft SQL Server 6.5 Service Pack 2



This article was previously published under Q272426

BUG #: 18833(SQLBUG_65)

SYMPTOMS

When the FETCH process of a keyset cursor is blocked by another user transaction during lock escalation and is then subsequently released from blocking, the following 1203 error message occurs:

Caller of lock manager is incorrectly trying to unlock an unlocked object. spid=%d locktype=%d dbid=%d lockid=%Id

The error message may be followed by "stack overflow" error messages in the errorlog and sometimes the SQL Server server becomes unresponsive.

CAUSE

When the FETCH process completes, it tries to release the locks that are no longer held due to lock escalation.

WORKAROUND

Change to a different cursor type (for example, Dynamic).

STATUS

Microsoft has confirmed this to be a problem in SQL Server version 6.5. This problem has been corrected in the Post Service Pack 5a Update for Microsoft SQL Server version 6.5. To install the Post Service Pack 5a Update, you must have either SQL Server 6.5 SP5 or SP5a installed.

For information about how to download and install the SQL Server 6.5 Service Pack 5a, refer to the following article in the Microsoft Knowledge Base:

197177 INF: How to Obtain SQL Server 6.5 Service Pack 5a


If you already have SQL Server 6.5 SP5 or SP5a installed, you can download the Post SP5a Update from the following article in the Microsoft Knowledge Base:

274036 INF: How to Obtain SQL Server 6.5 Post Service Pack 5a Update


For more information, contact your primary support provider.


Additional query words: keyset cursorfetch hang

Keywords: kbbug kbfix kbqfe KB272426