ANR0481W
Session session number for node node name (client platform) was terminated. The client did not respond within commtimeout seconds seconds.

Explanation

The server ends a client session because the client was holding database locks during a transaction. The client did not respond within the number of seconds specified by the COMMTIMEOUT server option.

System action

The server rolls back the transaction that was in progress and the session is ended. Server operation continues.

User response

If this message appears frequently, consider incrementing the value specified for the COMMTIMEOUT option. Use the SETOPT command to change the value of the COMMTIMEOUT option without stopping or restarting the server. This update changes the amount of time that the server waits for an expected client message during an operation that causes a database update.