M204.2957: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add info from 7.7 rel notes)
 
Line 2: Line 2:
__NOTOC__
__NOTOC__
<p>
<p>
>** Replace this with an <b><i>explanation of the message</i></b>, such as the conditions causing it **<
This message indicates why the open failed for the indicated TCPLOG stream and Janus Web port; the error number in the message indicates the problem: </p>
</p>
<table>
<p>
<tr class="head">
<b>Response:</b>
<th>Number</th>
>** Replace this with a <b><i>description of the action</i></b> the customer should take **<
<th>Meaning</th>
</tr>
<tr><td> 1 </td> <td>Operation failed</td></tr>
<tr><td> 2 </td> <td>Stream id is not available</td></tr>
<tr><td> 3 </td> <td>Nonexistent stream or unauthorized access</td></tr>
<tr><td> 4 </td> <td>Permanent I/O error</td></tr>
<tr><td> 5 </td> <td>End-of-data or record not found</td></tr>
<tr><td> 6 </td> <td>Data length greater than buffer length</td></tr>
<tr><td> 7 </td> <td>Data validation error</td></tr>
<tr><td> 8 </td> <td>Stream not ring or concatenated</td></tr>
<tr><td> 9 </td> <td>All ring members full, cannot switch</td></tr>
<tr><td> 10 </td> <td>Offload process failed</td></tr>
<tr><td> 11 </td> <td>Terminal attention</td></tr>
<tr><td> 12 </td> <td>File full condition</td></tr>
<tr><td> 13 </td> <td>Reread required for OS-concatenation</td></tr>
<tr><td> 14 </td> <td>GCORE problem for arbitration buffers</td></tr>
<tr><td> 15 </td> <td>Parallel stream members differ</td></tr>
</table>
 
<p><b>Response:</b> Correct the problem indicated by the error number.
</p>
</p>
<p><b>Version introduced:</b>
<p><b>Version introduced:</b>
x.x
7.7
</p>
</p>
{{Template:M204.2957 footer}}
{{Template:M204.2957 footer}}
[[Category: Pending messages]]

Latest revision as of 21:29, 17 August 2018

M204.2957  Error hexValue opening stream token for Janus Web port token2

This message indicates why the open failed for the indicated TCPLOG stream and Janus Web port; the error number in the message indicates the problem:

Number Meaning
1 Operation failed
2 Stream id is not available
3 Nonexistent stream or unauthorized access
4 Permanent I/O error
5 End-of-data or record not found
6 Data length greater than buffer length
7 Data validation error
8 Stream not ring or concatenated
9 All ring members full, cannot switch
10 Offload process failed
11 Terminal attention
12 File full condition
13 Reread required for OS-concatenation
14 GCORE problem for arbitration buffers
15 Parallel stream members differ

Response: Correct the problem indicated by the error number.

Version introduced: 7.7

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
NOTERMDoes not display the message on the user's terminal

Back to list of messages