M204.2509: 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.2509 skeleton}}
{{Template:M204.2509 skeleton}}


<P>Horizon uses this message to report two types of events:</P>
<P>
<ul><LI>A receipt of request or a response unit for sessions that are in the process of termination and are therefore discarded.</LI><LI>A failed attempt to BIND a session.</LI></ul>
[[Horizon]] uses this message to report two types of events:</P>
<P>The general format of the message in the first case is:</P>
<ul>
<LI>A receipt of request or a response unit for sessions that are in the process of termination and are therefore discarded.</LI>
<LI>A failed attempt to BIND a session.</LI>
</ul>
<P>
The general format of the message in the first case is:
</P>
<P class="code">M204.2509 <var class="term">rutype</var> BEING DISCARDED FOR HS_ID = xxxxxxxx</P>
<P class="code">M204.2509 <var class="term">rutype</var> BEING DISCARDED FOR HS_ID = xxxxxxxx</P>
<P>or</P>
<P>or</P>
<P class="code">M204.2509 DISCARDING <var class="term">rutype</var> FOR HS_ID = xxxxxxxx</P>
<P class="code">M204.2509 DISCARDING <var class="term">rutype</var> FOR HS_ID = xxxxxxxx</P>
<P>where HS_ID is the hexadecimal Half Session identifier and <var class="term">rutype</var> is one of the following:</P>
<P>
<ul><LI>BIND RESPONSE</LI><LI>CINIT (Control Initiate) REQUEST</LI><LI>MESSAGE</LI><LI>NOTIFY REQUEST</LI><LI>TERMINATE REQUEST</LI><LI>UNBIND RESPONSE</LI></ul>
where <code>HS_ID</code> is the hexadecimal Half Session identifier and <var class="term">rutype</var> is one of the following:</P>
<P>The general format of the message in the second case is:</P>
<ul>
<LI>BIND RESPONSE</LI><LI>CINIT (Control Initiate) REQUEST</LI>
<LI>MESSAGE</LI>
<LI>NOTIFY REQUEST</LI>
<LI>TERMINATE REQUEST</LI>
<LI>UNBIND RESPONSE</LI>
</ul>
<P>
The general format of the message in the second case is:
</P>
<P class="code">M204.2509 <var class="term">rutype</var> FAILED | REJECTED SENSE=</P>
<P class="code">M204.2509 <var class="term">rutype</var> FAILED | REJECTED SENSE=</P>
<P>where <var class="term">rutype</var> is one of the following:</P>
<P>
<ul><LI>BIND</LI><LI>BIND RESPONSE</LI></ul>
where <var class="term">rutype</var> is one of the following:</P>
<P>The sense codes are standard SNA codes, which are listed in the IBM manual <var class="book">SNA Formats, GA27-3136</var>.</P>
<ul>
<P>The following table is a sampling of sense codes:</P>
<LI>BIND</LI>
<TABLE BORDER="1"><TR class="head"><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
<LI>BIND RESPONSE</LI>
</ul>
<P>
The sense codes are standard SNA codes, which are listed in the IBM manual <var class="book">SNA Formats, GA27-3136</var>.</P>
<P>
The following table is a sampling of sense codes:</P>
<TABLE>
<TR class="head"><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Code </P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Code </P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Message</P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Message</P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Action to take (if any)</P></TH></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Action to take (if any)</P></TH></TR>
 
<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
08050000 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
08050000 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Session limit exceeded </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Session limit exceeded </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Check the DEFINE PROCESSGROUP INLIMIT parameter, or </P><P CLASS="zcellbody">
Check the <var>DEFINE PROCESSGROUP</var>'s <var>INLIMIT</var> parameter, or </P>
<var>[[DEFINE SESSIONGROUP command|DEFINE SESSIONGROUP]]</var> MAXIMUM and WINNERS parameters for CNOS.</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<P CLASS="zcellbody"><var>[[DEFINE SESSIONGROUP command|DEFINE SESSIONGROUP]]</var> <var>MAXIMUM</var> and <var>WINNERS</var> parameters for CNOS.</P></TD></TR>
 
<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
08090000 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
08090000 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Mode inconsistency (wrong state)</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Mode inconsistency (wrong state)</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
&nbsp;</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
&nbsp;</P></TD></TR>
 
<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
080F6051 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
080F6051 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Security violation </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Security violation </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">Check that the partner is opening the process with a valid user ID and password; check the <var>LOGON</var> and <var>GUESTUSER</var> parameters on the local and partner <var>DEFINE PROCESSGROUP</var> [[:Category:Commands|commands]].</P></TD></TR>
Check that the partner is opening the process with a valid user ID and password; check the LOGON and GUESTUSER parameters on the local and partner DEFINE PROCESSGROUP [[:Category:Commands|commands]].</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
 
<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
08150000 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
08150000 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Function already active</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Function already active</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
&nbsp;</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
&nbsp;</P></TD></TR>
 
<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
0835nnnn </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
0835nnnn </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Parameter error in BIND image</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Parameter error in BIND image</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
&nbsp;</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
&nbsp;</P></TD></TR>
 
<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
084B0000 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
084B0000 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Resources are not available</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Resources are not available</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Check storage to see if it is a problem.</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Check storage to see if it is a problem.</P></TD></TR>
 
<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
08520001 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
08520001 </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Session activation request received while earlier one pending</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Session activation request received while earlier one pending</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
&nbsp;</P></TD></TR></TABLE>
&nbsp;</P></TD></TR>
<p><b>System manager response:</b> The DISCARDED messages usually point to some earlier session failure, and no further action is usually necessary.</p>
</TABLE>
<P>When there is a BIND failure, check the BIND parameters--the MODENAME parameter on the DEFINE PROCESSGROUP or DEFINE SESSIONGROUP--on both ends of the session. Refer also to the previous table on specific sense codes.</P>
<p>
<b>System manager response:</b> The <code>DISCARDED</code> messages usually point to some earlier session failure, and no further action is usually necessary.</p>
<P>
When there is a <code>BIND</code> failure, check the <var>BIND</var> parameters &mdash; the <var>MODENAME</var> parameter on the <var>DEFINE PROCESSGROUP</var> or <var>DEFINE SESSIONGROUP</var> &mdash; on both ends of the session. Refer also to the previous table of specific sense codes.
</P>
{{Template:M204.2509 footer}}
{{Template:M204.2509 footer}}
<!-- skeleton as it was in pdf/errortype hexdump/-->
<!-- skeleton as it was in pdf/errortype hexdump/-->

Latest revision as of 22:07, 19 March 2018

M204.2509  token hexValue

Horizon uses this message to report two types of events:

  • A receipt of request or a response unit for sessions that are in the process of termination and are therefore discarded.
  • A failed attempt to BIND a session.

The general format of the message in the first case is:

M204.2509 rutype BEING DISCARDED FOR HS_ID = xxxxxxxx

or

M204.2509 DISCARDING rutype FOR HS_ID = xxxxxxxx

where HS_ID is the hexadecimal Half Session identifier and rutype is one of the following:

  • BIND RESPONSE
  • CINIT (Control Initiate) REQUEST
  • MESSAGE
  • NOTIFY REQUEST
  • TERMINATE REQUEST
  • UNBIND RESPONSE

The general format of the message in the second case is:

M204.2509 rutype FAILED | REJECTED SENSE=

where rutype is one of the following:

  • BIND
  • BIND RESPONSE

The sense codes are standard SNA codes, which are listed in the IBM manual SNA Formats, GA27-3136.

The following table is a sampling of sense codes:

Code

Message

Action to take (if any)

08050000

Session limit exceeded

Check the DEFINE PROCESSGROUP's INLIMIT parameter, or

DEFINE SESSIONGROUP MAXIMUM and WINNERS parameters for CNOS.

08090000

Mode inconsistency (wrong state)

 

080F6051

Security violation

Check that the partner is opening the process with a valid user ID and password; check the LOGON and GUESTUSER parameters on the local and partner DEFINE PROCESSGROUP commands.

08150000

Function already active

 

0835nnnn

Parameter error in BIND image

 

084B0000

Resources are not available

Check storage to see if it is a problem.

08520001

Session activation request received while earlier one pending

 

System manager response: The DISCARDED messages usually point to some earlier session failure, and no further action is usually necessary.

When there is a BIND failure, check the BIND parameters — the MODENAME parameter on the DEFINE PROCESSGROUP or DEFINE SESSIONGROUP — on both ends of the session. Refer also to the previous table of specific sense codes.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' 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