M204.2398: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (misc formatting)
 
Line 2: Line 2:


<P>
<P>
A remote LU tried to establish an LU 6.2 session with Horizon. Horizon could not find a definition for the remote LU, and rejects the attempt. </P>
A remote LU tried to establish an LU 6.2 session with [[Horizon]]. Horizon could not find a definition for the remote LU, and rejects the attempt. </P>
<P>
<P>
For Horizon to accept sessions from a remote LU, you must define the LU to Horizon in one of two ways: </P>
For Horizon to accept sessions from a remote LU, you must define the LU to Horizon in one of two ways: </P>
<ul>
<ul>
<li>Option 1: DEFINE PROCESSGROUP, with LINK=<var class="term">linkname</var> and REMOTEID=<var class="term">remoteid</var> </li>
<li>Option 1: <var>DEFINE PROCESSGROUP</var>, with <var>LINK=<i>linkname</i></var> and <var>REMOTEID=<i>remoteid</i></var> </li>


<li>Option 2:
<li>Option 2:
<ul>
<ul>
<li>DEFINE PROCESSGROUP <var class="term">pppppppp</var>, with LINK=<var class="term">linkname</var> and SESSIONGROUP=<var class="term">ssssssss</var> </li>
<li><var>DEFINE PROCESSGROUP <i>pppppppp</i></var>, with <var>LINK=<i>linkname</i></var> and <var>SESSIONGROUP=<i>ssssssss</i></var> </li>


<li>DEFINE REMOTE <var class="term">rrrrrrrr</var>, with LINK=<var class="term">linkname</var> and REMOTEID=<var class="term">remoteid</var> </li>
<li><var>DEFINE REMOTE <i>rrrrrrrr</i></var>, with <var>LINK=<i>linkname</i></var> and <var>REMOTEID=<i>remoteid</i></var> </li>


<li>DEFINE SESSIONGROUP <var class="term">ssssssss</var>, with REMOTE=<var class="term">rrrrrrrr</var> and MODENAME=<var class="term">modename</var> </li>
<li><var>DEFINE SESSIONGROUP <i>ssssssss</i></var>, with <var>REMOTE=<i>rrrrrrrr</i></var> and <var>MODENAME=<i>modename</i></var> </li>
</ul>
</ul>
</ul>
</ul>

Latest revision as of 22:35, 16 March 2018

M204.2398  REMOTEID​=​'token' MODENAME​=​'token2': undefined for link 'token3'

A remote LU tried to establish an LU 6.2 session with Horizon. Horizon could not find a definition for the remote LU, and rejects the attempt.

For Horizon to accept sessions from a remote LU, you must define the LU to Horizon in one of two ways:

  • Option 1: DEFINE PROCESSGROUP, with LINK=linkname and REMOTEID=remoteid
  • Option 2:
    • DEFINE PROCESSGROUP pppppppp, with LINK=linkname and SESSIONGROUP=ssssssss
    • DEFINE REMOTE rrrrrrrr, with LINK=linkname and REMOTEID=remoteid
    • DEFINE SESSIONGROUP ssssssss, with REMOTE=rrrrrrrr and MODENAME=modename

System manager response: Issue the necessary DEFINE commands mentioned above, and try again to establish the session. For details on the Horizon DEFINE commands, refer to DEFINE 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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
OPRWrites the message to the (operator) console

Back to list of messages