DSNL091I MCONQN=maxconqn-value MCONQW=maxconqw-value

Explanation

This message is a section of output from the DISPLAY DDF command, which is part of message DSNL080I.

DSNL091I: Subsystem parameter information (MAXCONQN and MAXCONQW)

If the DETAIL option was specified on the DISPLAY DDF command, the output also includes subsystem parameter information that is associated with DDF:

DSNL091I MCONQN=maxconqn-value MCONQW=maxconqw-value
maxconqn-value
The depth of the queue of connections that are waiting for a DBAT to process the next request. When this value is reached, and the threshold that is specified by the MAXDBAT subsystem parameter is also reached, Db2 closes the oldest waiting client connection.

This value corresponds to the MAXCONQN subsystem parameter.

maxconqw-value
The maximum amount of time that a client connection waits for a thread to process its request. Db2 attempts to close any connection that waits longer than this value.

This value corresponds to the MAXCONQW subsystem parameter.

Related information