M204.0724: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 5: Line 5:
<P>
<P>
The following table describes each sense code: </P>
The following table describes each sense code: </P>
<TABLE BORDER="1">
<TABLE>
<TR CLASS="head"><TH ROWSPAN="1" COLSPAN="1"><P>
<TR CLASS="head"><TH><P>
Code </P></TH>
Code </P></TH>
<TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
<TH><P CLASS="zcellheading">Description</P></TH></TR>
Description</P></TH></TR>


<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">04xx </P></TD>
04xx </P></TD>
<TD><P CLASS="zcellbody">Contact [[Contacting Rocket Software Technical Support|Technical Support]] </P></TD></TR>
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Contact [[Contacting Rocket Software Technical Support|Technical Support]] </P></TD></TR>


<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">08xx </P></TD>
08xx </P></TD>
<TD><P CLASS="zcellbody">Contact Technical Support </P></TD></TR>
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Contact Technical Support </P></TD></TR>


<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">0C01 </P></TD>
0C01 </P></TD>
<TD><P CLASS="zcellbody">Temporary Model&nbsp;204 storage shortage. Try the request again later, or increase the Model&nbsp;204 region size.</P></TD></TR>
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Temporary Model&nbsp;204 storage shortage. Try the request again later, or increase the Model&nbsp;204 region size.</P></TD></TR>


<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">0C02 </P></TD>
0C02 </P></TD>
<TD><P CLASS="zcellbody">
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Temporary Model&nbsp;204 storage shortage. Try the request again later, or increase the Model &nbsp;204 region size.</P></TD></TR>
Temporary Model&nbsp;204 storage shortage. Try the request again later, or increase the Model &nbsp;204 region size.</P></TD></TR>


<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">
0C03 </P></TD>
0C03 </P></TD>
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TD><P CLASS="zcellbody">
Temporary remote (client or gateway) storage shortage. Try the request again later. </P></TD></TR>
Temporary remote (client or gateway) storage shortage. Try the request again later. </P></TD></TR>


<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">1001 </P></TD>
1001 </P></TD>
<TD><P CLASS="zcellbody">Received an SQL record that is longer than what was specified by <var>SQLBUFSZ</var>. Ask the end user to send a shorter request, or increase the <var>SQLBUFSZ</var> value on the CCAIN <var>IODEV</var> card. </P></TD></TR>
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Received an SQL record that is longer than what was specified by SQLBUFSZ. Ask the end user to send a shorter request, or increase the SQLBUFSZ parameter on the CCAIN IODEV card. </P></TD></TR>


<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">1002 </P></TD>
1002 </P></TD>
<TD><P CLASS="zcellbody">Received an SQL record segment that is longer than what was specified by <var>DATALEN</var>. Increase the <var>DATALEN</var> parameter value on the <code>DEFINE PROCESS CCARSQL</code> command. </P></TD></TR>
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Received an SQL record segment that is longer than what was specified by DATALEN. Increase the DATALEN parameter on the DEFINE PROCESS CCARSQL command. </P></TD></TR>


<TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">1003 </P></TD>
1003 </P></TD>
<TD><P CLASS="zcellbody">NLM has been unloaded (the gateway server is not ready). Have the appropriate system manager initialize the gateway server. </P></TD></TR>
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
NLM has been unloaded (the gateway server is not ready). Have the appropriate system manager initialize the gateway server. </P></TD></TR>
</TABLE>
</TABLE>
{{Template:M204.0724 footer}}
{{Template:M204.0724 footer}}
<!-- skeleton as it was in pdf/COMMUNICATION ERROR - SENSE=sense_code /-->
<!-- skeleton as it was in pdf/COMMUNICATION ERROR - SENSE=sense_code /-->

Latest revision as of 23:24, 1 March 2018

M204.0724  Communication error - SENSE ​=​ hexValue

The Model 204 SQL communication layer is reporting an error that occurred within either Model 204 or the partner communication layer. This message is issued prior to ERROR 2012 which restarts the SQL thread. It only appears in the audit trail and therefore will only be seen by the Model 204 system manager.

The following table describes each sense code:

Code

Description

04xx

Contact Technical Support

08xx

Contact Technical Support

0C01

Temporary Model 204 storage shortage. Try the request again later, or increase the Model 204 region size.

0C02

Temporary Model 204 storage shortage. Try the request again later, or increase the Model  204 region size.

0C03

Temporary remote (client or gateway) storage shortage. Try the request again later.

1001

Received an SQL record that is longer than what was specified by SQLBUFSZ. Ask the end user to send a shorter request, or increase the SQLBUFSZ value on the CCAIN IODEV card.

1002

Received an SQL record segment that is longer than what was specified by DATALEN. Increase the DATALEN parameter value on the DEFINE PROCESS CCARSQL command.

1003

NLM has been unloaded (the gateway server is not ready). Have the appropriate system manager initialize the gateway server.

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