Results 1 to 1 of 1

Thread: URGENT: deadlock issue

  1. #1
    Join Date
    Jul 2003
    Posts
    29

    URGENT: deadlock issue

    Here is the problem description:

    If we edit a report using our custom application and save the same concurrently by 6-7 users application hangs and we receive a deadlock or timeout error (SQL0911N with reason code: "2"). On investigating further we realized there is an exclusive lock on a table and this result in a deadlock situation hanging the server. The application just fires a delete and select statements within a JTA. Each of these applications act on different rows all the time. Attached is the db snapshot of locks when the system failed.

    Any help is greatly appreciated. Please treat this as urgent.

    Thanks

    Note:
    We have set isolation level to "Uncommitted Read". DB and DBM configuration parameters are enclosed for further reference.
    Attached Files Attached Files

Posting Permissions

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