Entering content frame

-60: Work rolled back Locate the document in its SAP Library structure

Explanation:

The user's transaction was implicitly cancelled and reset by a ROLLBACK statement. for the following possible reasons:

  1. The user failed to carry out any operations in the database system within a certain period of time (installation parameter LOCK_TIMEOUT), but was holding locks which other users were waiting for.
  2. The database server was in a deadlocked situation, that is, a situation in which two or more users are holding locks and request further locks that are being held by other users. In the simplest case of two users, one user holds one lock at least and requests another lock. But this lock is held by another user who is himself waiting for the lock held by the first user. This situation can only be resolved if one of the users releases the lock already obtained.

User Action:

In some cases, the error message contains a more detailed description of the error.

In both cases, the lock requests must be checked and modified, if necessary. Repeat the last transaction.

It may also be necessary to check and modify the value of the installation parameter LOCK_TIMEOUT.

 

 

Leaving content frame