M204.2600: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>s)
No edit summary
 
Line 2: Line 2:


<P>
<P>
A client's <var>OPEN PROCESS</var> request for a TCP/IP session initiation has been rejected by the remote peer.</P>
A client's <var>[[Horizon_SOUL_interface#OPEN_PROCESS_statement|OPEN PROCESS]]</var> request for a TCP/IP session initiation has been rejected by the remote peer.</P>
<p>
<p>
<b>Response:</b> Retry the <var>OPEN PROCESS</var>. If this fails, ensure that the remote peer is available to the network.
<b>Response:</b> Retry the <var>OPEN PROCESS</var>. If this fails, ensure that the remote peer is available to the network.

Latest revision as of 20:25, 30 March 2018

M204.2600  Sessinit rejected: socket token remoteid​=​token2 port​=​token3 link​=​token4

A client's OPEN PROCESS request for a TCP/IP session initiation has been rejected by the remote peer.

Response: Retry the OPEN PROCESS. If this fails, ensure that the remote peer is available to the network.

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

Back to list of messages