M204.1495

From m204wiki
Jump to navigation Jump to search

M204.1495  Maximum token conversations exceeded for processgroup token2

An attempt was made to open locally an inbound or an outbound process. The local process belongs to a processgroup which is fully in use. Each processgroup definition specifies a maximum number of inbound and outbound conversations that may be concurrently active, and this limit has been reached.

Response: Try to open the process later on. If the condition persists, contact your system manager.

System manager response: This is an indication that the INLIMIT or OUTLIMIT values specified when the processgroup was defined (DEFINE PROCESSGROUP) have been reached, preventing additional users from using it. This is a normal condition which is alleviated as conversations end; however, you may choose to increase the limits by using the MODIFY PROCESSGROUP command.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
SAVESaves the message in the VIEW ERRORS table

Back to list of messages