M204.2398

From m204wiki
Jump to navigation Jump to search

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