M204.1493

From m204wiki
Jump to navigation Jump to search

M204.1493  Stop processgroup token in progress

An attempt to start a Horizon conversation has failed because the processgroup to which the process belongs has been stopped. This error can occur in two different situations:

  • A local SOUL request has issued an OPEN PROCESS statement. The destination (that is, the location of the remote partner) is represented by a processgroup which has been stopped by a Model 204 operator or system administrator.
  • Model 204 has received a request from a remote partner to establish a conversation with a local process belonging to a processgroup that has been stopped.

Response: Notify your system manager

System manager response: No processes, inbound or outbound, that belong to this processgroup can be opened while the processgroup is stopped. You must issue a START PROCESSGROUP command to make it available again.

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
SAVESaves the message in the VIEW ERRORS table

Back to list of messages