ZIS Error Message Codes
ZIS Error Message Codes
The following codes can appear in either the ZIS SYSPRINT or JESMSGLG log, or both. Use the following message code references and the corresponding reasons and actions to help troubleshoot issues.
ZIS cross-memory server messages
ZWES0001I
ZSS Cross-Memory Server starting, version is major.minor.patch+datestamp
Reason:
The cross-memory server with the specified version is starting.
Action:
No action required.
ZWES0002I
Input parameters at address:
hex_dump
Reason:
The message shows a hex dump of the parameters passed in the started task JCL.
Action:
No action required.
ZWES0003I
Server name not provided, default value 'name' will be used
Reason:
The user did not provide a server name.
Action:
The cross-memory server uses the indicated default value name. If needed,
specify a server name either via the NAME
parameter in the JCL or via
the ZWES.NAME
parameter in the PARMLIB member; the JCL parameter takes
precedence.
ZWES0004I
Server name is 'name'
Reason:
The message indicates this server's name.
Action:
No action required.
ZWES0005E
ZSS Cross-Memory server not created, RSN = reason_code
Reason:
The cross-memory server failed to create the cross-memory server's data structure.
Action:
The cross-memory server terminates. Contact support.
ZWES0006E
ZSS Cross-Memory server resource not allocated (resource_name)
Reason:
The cross-memory server failed to allocate storage for a resource.
Action:
The cross-memory server terminates. Contact support.
ZWES0007E
ZSS Cross-Memory server PARMLIB member suffix is incorrect - 'suffix'
Reason:
The cross-memory's PARMLIB member suffix is invalid.
Action:
The cross-memory server terminates. Ensure that the suffix consists of two characters that are allowed in a member name.
ZWES0008E
ZSS Cross-Memory server configuration not read, member = 'member_name', RC = return_code_1 (return_code_2, reason_code_2)
Reason:
The cross-memory server failed to read the specified PARMLIB member.
Action:
The cross-memory server terminates. Review the error codes and contact support if you cannot resolve the issue.
Possible return codes and the corresponding actions:
return_code_1 | return_code_2 | reason_code_2 | Action |
---|---|---|---|
RC_ZISPARM_MEMBER_NOT_FOUND(2) | N/A | N/A | Ensure the member exists |
RC_ZISPARM_DDNAME_TOO_LONG(8) | N/A | N/A | Contact support |
RC_ZISPARM_MEMBER_NAME_TOO_LONG(9) | N/A | N/A | Contact support |
RC_ZISPARM_PARMLIB_ALLOC_FAILED(10) | Return code from IEFPRMLB REQUEST=ALLOCATE | Reason code from IEFPRMLB REQUEST=ALLOCATE | Review the IEFPMLB return and reason codes |
RC_ZISPARM_READ_BUFFER_ALLOC_FAILED(11) | N/A | N/A | Contact support |
RC_ZISPARM_PARMLIB_READ_FAILED(12) | Return code from IEFPRMLB REQUEST=READMEMBER | Reason code from IEFPRMLB REQUEST=READMEMBER | Review the IEFPMLB return and reason codes |
RC_ZISPARM_PARMLIB_FREE_FAILED(13) | Return code from IEFPRMLB REQUEST=FREE | Reason code from IEFPRMLB REQUEST=FREE | Review the IEFPMLB return and reason codes |
RC_ZISPARM_SLH_ALLOC_FAILED(16) | Start line number | End line number | Contact support |
RC_ZISPARM_CONTINUATION_TOO_LONG(19) | Start line number | End line number | Review the lines and fix continuation |
ZWES0009E
ZSS Cross-Memory server configuration not found, member = 'member_name', RC = return_code
Reason:
The cross-memory server could not find the specified PARMLIB member.
Action:
The cross-memory server terminates. Ensure that the name is correct and the member is available.
ZWES0010E
ZSS Cross-Memory server configuration not loaded, RC = return_code, RSN = reason_code
Reason:
The cross-memory server failed to load the configuration.
Action:
The cross-memory server terminates. Contact support.
ZWES0011E
ZSS Cross-Memory server not started, RC = return_code
Reason:
The cross-memory server could not start.
Action:
The cross-memory server terminates. Review the messages preceding this message. If you cannot resolve the issue, contact support.
ZWES0012I
ZSS Cross-Memory Server terminated
Reason:
The cross-memory server fully terminated.
Action:
No action required.
ZWES0013E
ZSS Cross-Memory Server terminated due to an error, status = status_code
Reason:
The cross-memory server terminated due to an error.
Action:
The cross-memory server terminates. Review the messages preceding this message. If you cannot resolve the issue, contact support.
ZWES0014E
Fatal config error - details, RC = return_code
Reason:
A fatal error occurred during processing of the configuration.
Action:
The cross-memory server terminates. Review the messages preceding this message. If you cannot resolve the issue, contact support.
ZWES0015E
LPA lpa_action failed for module module_name, RC = csvdylpa_return_code, RSN = csvdylpa_reason_code
Reason:
The cross-memory server failed to perform the specified link pack area (LPA) action for a plug-in module.
Action:
The cross-memory server terminates. Review the provided CSVDYLPA return and reason codes (see "z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN") and contact support if you cannot resolve the issue.
ZWES0016I
Service 'plug-in_name':'service_name' version has been added
Reason:
The cross-memory server successfully added the specified service.
Action:
No action required.
ZWES0017W
Plug-in 'plug-in_name' failure - details
Reason:
One of the callbacks of a plug-in failed.
Action:
Depending on the stage, some of the plug-in functionality might be impacted. Contact support if you cannot resolve the issue.
ZWES0018W
Plug-in 'plug-in_name' version plug-in_version doesn't match anchor version anchor_version, LPA module discarded
Reason:
The cross-memory server detected that a plug-in module was outdated; this usually happens when a plug-in gets updated.
Action:
The cross-memory server discards the old module and loads the latest version to the link pack area (LPA).
ZWES0019W
Parameter 'parameter_name' has an invalid value
Reason:
The cross-memory server detected an invalid parameter.
Action:
The cross-memory server uses the default parameter. Fix the reported parameter and restart the cross-memory server.
ZWES0020E
ZSS Cross-Memory server PARMLIB member name not determined, RC = return_code
Reason:
The cross-memory server could not determine which PARMLIB member to use.
Action:
The cross-memory server terminates. Contact support.
ZWES0021E
ZSS Cross-Memory server module member name not determined, RC = csvquery_return_code
Reason:
The cross-memory server could not determine its module name.
Action:
The cross-memory server terminates. Review the provided CSVQUERY return code (see "z/OS MVS Programming: Assembler Services Reference ABE-HSP") and contact support if you cannot resolve the issue.
ZWES0098I
debug_message
Reason:
This is a debug message.
Action:
No action required.
ZWES0099I
hex_dump
Reason:
This is a debug hex dump.
Action:
No action required.
ZIS Auxiliary Server messages
ZWES0050I
ZIS AUX Server starting, version is major.minor.patch+datestamp
Reason:
The cross-memory auxiliary server with the specified version is starting.
Action:
No action required.
ZWES0051I
ZIS AUX Server terminated
Reason:
The cross-memory auxiliary server fully terminated.
Action:
No action required.
ZWES0052I
Input parameters at address:
Reason:
The message shows a dump of the parameters passed to this address space.
Action:
No action required.
ZWES0053E
Not APF-authorized (testauth_status)
Reason:
One or more data sets in the STEPLIB concatenation is not APF-authorized.
Action:
The cross-memory auxiliary server terminates. Ensure that all the STEPLIB data sets are APF-authorized.
ZWES0054E
ZIS AUX Server started in wrong key key
Reason:
The cross-memory auxiliary server detected that it was running in the wrong key.
Action:
The cross-memory auxiliary server terminates. Ensure that you have added the correct PPT-entry (see the documentation) for the ZIS AUX module.
ZWES0055E
ZIS AUX Server resource not allocated (resource_name)
Reason:
The cross-memory auxiliary server failed to allocate storage for a resource.
Action:
Depending on the location of the failure some functionality might be affected. Contact support.
ZWES0056E
RESMGR failed, RC = return_code, service RC = resmgr_return_code
Reason:
The cross-memory auxiliary server failed to install the task resource manager.
Action:
The cross-memory auxiliary server terminates. Review the RESMGR ADD service return code value in resmgr_return_code (see "z/OS MVS Programming: Authorized Assembler Services Reference LLA-SDU"). If you cannot resolve the issue, contact support.