M204.1953

From m204wiki
Revision as of 17:37, 7 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1953  Type of 'open process' conflicts with type of process definition

This message can result from two different situations:

  • SOUL request issues an Open Process statement for a process that is defined as inbound
  • Model 204 receives a request from a remote partner to begin a conversation with a local process that is defined as outbound.

Response: A SOUL programmer will ordinarily receive this message only in the first situation. Contact your system manager.

System manager response: A process is inbound or outbound depending on whether its definition specifies FROM and SUBSYSTEM, or DESTINATION and PARTNER, respectively. A remote partner may open only an inbound process at the local site; a local SOUL request may open only outbound processes with remote partners. If this is a definition error rather than a user error, correct the DEFINE PROCESS 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