M204.1307: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <code>s)
 
Line 1: Line 1:
{{Template:M204.1307 skeleton}}
{{Template:M204.1307 skeleton}}
<p>The MODEL 204 3270 terminal handler has rejected a logon request from a 3270 terminal for the reason stated. The following reason codes are defined:</p>
<p>
The Model&nbsp;204 3270 terminal handler has rejected a logon request from a 3270 terminal for the reason stated. The following reason codes are defined:</p>
<ol>
<ol>
<li>There are no control blocks available for new logons. Increase the number of IODEV 7 terminal definitions. The reason text is: NOT ENOUGH 3270 TERMINALS.</li>
<li>There are no control blocks available for new logons. Increase the number of <var>IODEV</var> 7 terminal definitions. The reason text is: <code>NOT ENOUGH 3270 TERMINALS</code>.</li>
<li>The terminal has been defined with a non-3270 transmission services profile. The LU type must be 2.  The reason text is: LU TYPE NOT = 2.</li>
 
<li>The terminal has been defined with a non-3270 transmission services profile. The LU type must be 2.  The reason text is: <code>LU TYPE NOT=2</code>.</li>
 
<li>The terminal has been defined to require definite responses to messages it sends inbound to the host. The transmission services profile must be 3. <br>
<li>The terminal has been defined to require definite responses to messages it sends inbound to the host. The transmission services profile must be 3. <br>
The reason text is: TS PROFILE NOT = 3.</li>
The reason text is: <code>TS PROFILE NOT=3</code>.</li>
<li>There has been an error on this terminal. This is a retryable error. The reason text is: LOSTERM SET FOR THIS TERMINAL.</li>
 
<li>The terminal definition is in use. This error should not occur. The reason text is: TERMINAL ALREADY IN USE.</li>
<li>There has been an error on this terminal. This is a retryable error. The reason text is: <code>LOSTERM SET FOR THIS TERMINAL</code>.</li>
 
<li>The terminal definition is in use. This error should not occur. The reason text is: <code>TERMINAL ALREADY IN USE</code>.</li>
</ol>
</ol>
<p><b>System manager response:</b> Contact your SNA Communications Server (VTAM) systems programmer to correct the SNA Communications Server definition. </p>
<p>
<b>System manager response:</b> Contact your SNA Communications Server (VTAM) systems programmer to correct the SNA Communications Server definition.  
</p>
{{Template:M204.1307 footer}}
{{Template:M204.1307 footer}}
<!-- skeleton as it was in pdf/termid LOGON REJECTED - SESSION PARMS NOT ACCEPTABLE (REASON CODE:reason) /-->
<!-- skeleton as it was in pdf/termid LOGON REJECTED - SESSION PARMS NOT ACCEPTABLE (REASON CODE:reason) /-->

Latest revision as of 22:19, 6 March 2018

M204.1307  token logon rejected - token2 (reason code: hexValue)

The Model 204 3270 terminal handler has rejected a logon request from a 3270 terminal for the reason stated. The following reason codes are defined:

  1. There are no control blocks available for new logons. Increase the number of IODEV 7 terminal definitions. The reason text is: NOT ENOUGH 3270 TERMINALS.
  2. The terminal has been defined with a non-3270 transmission services profile. The LU type must be 2. The reason text is: LU TYPE NOT=2.
  3. The terminal has been defined to require definite responses to messages it sends inbound to the host. The transmission services profile must be 3.
    The reason text is: TS PROFILE NOT=3.
  4. There has been an error on this terminal. This is a retryable error. The reason text is: LOSTERM SET FOR THIS TERMINAL.
  5. The terminal definition is in use. This error should not occur. The reason text is: TERMINAL ALREADY IN USE.

System manager response: Contact your SNA Communications Server (VTAM) systems programmer to correct the SNA Communications Server definition.

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
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console
SAVESaves the message in the VIEW ERRORS table

Back to list of messages