New and updated messages in Model 204 version 7.7
******THIS IS A DRAFT DOCUMENT.******
M204 messages
M204.0064: NDBSERVS cannot be less than NSERVS+2, reset to NSERVS+2
If DEBUGOPT=x'02' (server swapping debugging facility) is set, the number of debug servers (NDBSERVS) must be greater than or equal to the number of servers (NSERVS+2).
System manager response: Set NDBSERVS to NSERVS+2 or greater.
Return codes: E 0 4 AUDITAD
M204.0163: SERVSIZE increased to 65536
If the calculated SERVSIZE or the SERVSIZE specified in CCAIN is less than 64K, it is forced to it's minimum value of 64K.
Response: No response is needed. This message is for information only.
Return codes: I 0 0 AUDITMS
M204.0478: RACF message display limit reached; not all messages are displayed
RACF login messages for the current session have exceeded the number of bytes available for their display. Further messages will not be displayed.
Response: No response is needed. This message is for information only.
Return codes: I 0 0 AUDITMS
M204.0509: No action taken by FREE command; ddname not allocated
The FREE command was issued for ddname that has not been allocated to the run.
Response: No response is needed. This message is for information only.
Return codes: I 0 0 AUDITMS
M204.0510: FREE command successful; ddname freed
A successful FREE command was issued for ddname.
Response: No response is needed. This message is for information only.
Return codes: I 0 0 AUDITMS
M204.0543: Warning: procedure can't COPY into itself: procname
As of release 7.7, this message specifies the COPY action and indicates the procedure name.
The running procedure, procname, contains a COPY PROC command that has attempted to copy a procedure into itself.
Response: Specify a different output procedure or previous request with the COPY PROC command.
Return codes: E 0 4 AUDITMS
M204.0598: Free failed - ddname; specified DDNAME or DSNAME associated with an open dataset
The FREE command was issued for ddname but that DDNAME or DSNAME is open by another user. The ddname did not appear in the message previously.
Response: No response is needed. The ddname cannot be freed until it is closed by all users.
Return codes: C 0 4 AUDITER
M204.1070: Allocate failed - ddname; specified DDNAME is in use
The ALLOCATE command was issued using a ddname that is already allocated to the run. The ddname did not appear in the message previously.
Response: No response is needed. The ddname cannot be allocated since it would be a duplicate.
Return codes: C 0 4 AUDITER
M204.1414: ERROR: SORT RECORD > 16MEG
As of release 7.7, this error condition results in an error message and not a snap.
The user has exceeded the 16M sort record limit.
System manager response: Correct and retry.
Return codes: C 0 4 CANCEL AUDITER
M204.1610: Only 4095 images allowed for a single block
As of release 7.7, the number of allowed images has been increased to 4095.
More than 4095 IMAGE statements appear before the first END IMAGE. All of the images describe the same block of data. Model 204 allows a maximum of 4095 images of a single data block.
Response: Reduce the number of images of this block to 4095 or less. Note that items can redefine part of an image using the AT clause without creating a separate image definition. If the images describe separate blocks of data, insert END IMAGE statements between the images. Retry the request.
Return codes: C 0 4 ECHO AUDITER
M204.2316: TCPIP ERROR: category, PROCESS=process_name, REMOTEID=remote_id, SEITUH=data_header
As of release 7.7, this message no longer issues a snap.
Unexpected data has been received on this connection requiring the connection to be closed. process_name identifies the name of the process opened at the time of error. remote_id identifies the remote Internet address. SEITUH is the data header (for Rocket Software internal use).
Response: Contact the System Manager.
System manager response: Obtain the CCAAUDIT file and contact Technical Support.
Return codes: C 0 20 AUDITER NOTERM
M204.2956: File filename is in-memory file
File filename is defined as an in-memory file, which has no zHPF capabilities.
Return codes: I 0 0 AUDITAD
M204.2957: Error errno opening stream streamname for Janus Web port portname
This message indicates why the open failed for the TCPLOG stream streamname for the Janus Web port portname, where errno 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 |
Return codes: I 0 0 AUDITAD NOTERM
M204.2958: APSYPAGE is obsolete as of 7.6. Rocket recommends using RESPAGE and/or TEMPPAGE as the alternative
As of release 7.7, setting APSYPAGE to non-zero results in an error and prevents the Online from coming up.
System manager response: Set APSYPAGE to 0 and use an alternative; see APSYPAGE parameter for details.
Return codes: C 0 4 AUDITER
M204.2960: Initialized interface (ESM) (version)
This message is issued during Model 204 startup when a Model 204 interface to an External Security Manager (RACF, ACF2, or Top Secret) has been successfully initialized. The message identifies the relevant ESM and its version.
The AUTHCTL VIEW command may be used by a System Manager to get more information about the current security environment.
MSIR messages
MSIR.0841: HttpRequest method protocol:host:port page: Timeout= seconds exceeded
This message indicates that the timeout setting specified for this HTTPRequest object has been exceeded. This timeout (in wall-clock seconds) is independent of any timeout set for the socket, and it covers connecting, sending the HTTP request, and fetching all the data.
As of release 7.7, this message displays additional information about where the failure is occurring: the method, protocol, host name, port, and page name (the latter truncated to 64 characters).
As a result of the error, no instance of HTTPResponse is created, and the request is cancelled if the cancel parameter on the Get or Post method call is set to 1.
Return codes: E 0 4 AUDITAD NOCOUNT NOTERM