M204.1545: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1545 skeleton}}
{{Template:M204.1545 skeleton}}
<P>
<P>
A Horizon SOUL program has issued <code>OPEN PROCESS ACCEPT</code> from a thread other than IODEV 27. <code>OPEN PROCESS ACCEPT</code> may be issued only by a Horizon Server program, which may be invoked only by a Client program over an
A Horizon SOUL program has issued <code>OPEN PROCESS ACCEPT</code> from a thread other than <var>IODEV</var> 27. <code>OPEN PROCESS ACCEPT</code> 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. </p>
LU 6.2 SNA Communications Server (also known as VTAM) session. </p>
<p>
<p>
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). </P>
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 <var>OPEN PROCESS</var> (contains <var>ACCEPT</var> keyword) instead of a Client <var>OPEN PROCESS</var> (contains <var>AT</var> keyword). </P>
<p>
<p>
<b>Response:</b> Correct the OPEN PROCESS statement if in fact this was intended to be a Horizon Client program. </p>
<b>Response:</b> Correct the <var>OPEN PROCESS</var> statement if in fact this was intended to be a Horizon Client program.  
</p>
{{Template:M204.1545 footer}}
{{Template:M204.1545 footer}}
<!-- skeleton as it was in pdf/SESSION NOT ESTABLISHED FOR INBOUND PROCESS processname /-->
<!-- skeleton as it was in pdf/SESSION NOT ESTABLISHED FOR INBOUND PROCESS processname /-->

Latest revision as of 00:13, 8 March 2018

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