Results 1 to 2 of 2

Thread: Error: 1203, Severity: 20, State: 1

  1. #1
    Sai Guest

    Error: 1203, Severity: 20, State: 1


    We have a customized package which uses 2 middle layers before it hits the database.
    yesterday the sqlserver rebooted all of sudden and I got this error

    Process ID 96 attempting to unlock unowned resource KEY: 7:167671645:4 (8d021bb2cdf2)..

    Error: 1203, Severity: 20, State: 1

    Error 1203
    Severity Level 20
    Message Text
    Process ID %d attempting to unlock unowned resource %.*ls.

    Explanation
    This error occurs when Microsoft® SQL Server™ is engaged in some activity other than normal post-processing
    cleanup and it finds that a particular page it is attempting to unlock is already unlocked. The
    underlying cause for this error may be related to structural problems within the affected database. SQL Server manages
    the acquisition and release of pages to maintain concurrency control in the multi-user environment. This mechanism is maintained
    through the use of various internal lock structures that identify the page and the type of lock present. Locks are acquired
    for processing of affected pages and released when the processing is completed.

    Action
    Execute DBCC CHECKDB against the database in which the object belongs. If DBCC CHECKDB reports no errors, attempt to reestablish the connection and execute the command.



    Important If executing DBCC CHECKDB with one of the repair clauses does not correct the index problem, or if you are unsure what effect DBCC CHECKDB with a repair clause has on your data, contact your primary support provider

    Can anyone help with this.DBCC checkdb returned without errors.

  2. #2
    Guest

    Error: 1203, Severity: 20, State: 1 (reply)

    1203 errors if not many of them r of no concern.
    IF DBCC returned no errors, then u r clean.

    Hakuna Matata!! (Dont worry be happy).


    ------------
    Sai at 8/21/2002 10:18:02 AM


    We have a customized package which uses 2 middle layers before it hits the database.
    yesterday the sqlserver rebooted all of sudden and I got this error

    Process ID 96 attempting to unlock unowned resource KEY: 7:167671645:4 (8d021bb2cdf2)..

    Error: 1203, Severity: 20, State: 1

    Error 1203
    Severity Level 20
    Message Text
    Process ID %d attempting to unlock unowned resource %.*ls.

    Explanation
    This error occurs when Microsoft® SQL Server™ is engaged in some activity other than normal post-processing
    cleanup and it finds that a particular page it is attempting to unlock is already unlocked. The
    underlying cause for this error may be related to structural problems within the affected database. SQL Server manages
    the acquisition and release of pages to maintain concurrency control in the multi-user environment. This mechanism is maintained
    through the use of various internal lock structures that identify the page and the type of lock present. Locks are acquired
    for processing of affected pages and released when the processing is completed.

    Action
    Execute DBCC CHECKDB against the database in which the object belongs. If DBCC CHECKDB reports no errors, attempt to reestablish the connection and execute the command.



    Important If executing DBCC CHECKDB with one of the repair clauses does not correct the index problem, or if you are unsure what effect DBCC CHECKDB with a repair clause has on your data, contact your primary support provider

    Can anyone help with this.DBCC checkdb returned without errors.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •