M204.1545

From m204wiki
Jump to navigation Jump to search

M204.1545  Session not established for inbound process token

A Horizon SOUL program has issued OPEN PROCESS ACCEPT from a thread other than IODEV 27. OPEN PROCESS ACCEPT may be issued only by a Horizon Server program, which may be invoked only by a Client program over an LU 6.2 SNA Communications Server (also known as VTAM) session.

Generally this error is the result of a user accidentally including a Horizon Server program request from a terminal thread, or of coding a Server OPEN PROCESS (contains ACCEPT keyword) instead of a Client OPEN PROCESS (contains AT keyword).

Response: Correct the OPEN PROCESS statement if in fact this was intended to be a Horizon Client program.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages