A cursor declaration containing a NOLOCK optimizer hint within the scope of
a transaction, and running under stressful conditions on a multiprocessor
computer may generate error 3307 when a rollback command is issued:
Error : 3307, Severity: 21, State: 1
Process 12 was expected to hold logical lock on page 416.
WARNING: Process being freed while holding Dataserver semaphore
The following is an example of an sp_cursoropen call:
SQL Server suppressed duplicate key violations. When the user connection
issued the rollback statement, some of the pages involved in the NOLOCK
operation where still considered part of the transaction scope. The
rollback attempt then encounters the error 3307 because it does not have a
valid lock on the page.
Microsoft has confirmed this to be a problem in SQL Server 6.5. This problem has been corrected in Service Pack 5a for Microsoft SQL Server 6.5.For more information, click the following article number to view the article in the Microsoft Knowledge Base:
197177
(http://support.microsoft.com/kb/197177/
)
INF: How to Obtain SQL Server 6.5 Service Pack 5a
For more information, contact your primary support provider.
Kernel Process 10 has nonzero semaphore count = 2407.
Error: 814, Severity: 20, State: 1
Keep count of buffer 0xf029a0 holding logical page 610 in database
dbTest has become negative.
Unable to connect. The maximum number of '100' configured user
connections are already connected. System Administrator can configure to
a higher value with sp_configure.
Error: 1108, Severity: 21, State: 1
Cannot deallocate extent 464, database 2. Object id 0, index id 0,
status 0 in extent does not match object id -597577519, index id 1,
status 0 in object being deallocated. Run DBCC CHECKALLOC.
Error: 3904, Severity: 21, State: 1
Can't unsplit logical page 1477 in object 'tblA' in database 'dbTest' -
both pages together contain more data than will fit on one page.
Error while undoing log row in database 'dbTest'. Rid pageid is 0x2ec9
and row num is 0x20.
Error: 3414, Severity: 21, State: 1
Database 'dbTest' (dbid 7): Recovery failed. Please contact Technical
Support for further instructions.
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.