Find deadlock conditions by using these instructions.
A deadlock condition can occur when a job holds a lock on an object, object A, and is waiting to obtain a lock on another object, object B. At the same time, another job or transaction currently holds a lock on object B and is waiting to obtain a lock on object A.
Do the following steps to find out if a deadlock condition has occurred and fix it if it has: