BUG: Recursive Error 1203 When Cancelling Striped Table DumpLast reviewed: January 27, 1998Article ID: Q179925 |
The information in this article applies to:
SYMPTOMSCanceling a striped table dump operation may result in SQL Server recursively logging error 1203. To stop logging the error, you must restart SQL Server. The sequence of messages in the errorlog is:
dmptable: User attention received Error : 1203, Severity: 20, State: 2 Caller of lock manager is incorrectly trying to unlock an unlocked object. spid=42 locktype=2 dbid=8 lockid=761105802. ... <repeat of above error 1203>Note that the locktype will be 2 (a shared table lock) for this particular problem.
CAUSEBecause of a synchronization issue, multiple threads are trying to release the same lock on the table, causing the second thread to receive the error 1203. In an effort to clean up, the message is logged recursively.
WORKAROUNDTo work around this problem, do either of the following:
STATUSMicrosoft has confirmed this to be a problem in 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.
|
Additional query words: attn attention cancel SQLCancel dbcancel message
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |