Background documentation700: Session inactivity timeout (work rolled back) Locate this document in the navigation structure

 

Explanation

Your transaction was implicitly canceled and rolled back by an implicit ROLLBACK statement. The database session was implicitly terminated because the user failed to carry out any operations during a certain period of time (special database parameter SessionTimeout, or the timeout value specified in the CONNECT statement).

User Response

Repeat the CONNECT statement and, if necessary, specify a larger timeout value. You will also need to check the value of the SessionTimeout database parameter, and possibly change this value.