TS/MP Supplement for Limits Relief (G06.26+)
1004 ZACL-EVT-CP-LAUNCH-ERROR
Event-Message Text.
1004 - Core process creation in CPU cpu-number failed, name process-name, error
errnum, detail error-detail, [ file file-name ]
Unconditional Tokens
ZACL-TKN-EVENT-LEVEL token-type ZACL-TYP-EVENT-LEVEL.
has the value of ZACL-VAL-EVENT-LEVEL-WARNING,
ZACL-VAL-EVENT-LEVEL-ERROR, or ZACL-VAL-EVENT-LEVEL-FATAL.
ZACL-TKN-EVENT-CPU-NUMBER token-type ZSPI-TYP-INT.
contains the number of the CPU on the local system in which the process could not be
started. This token is the subject of the event message.
ZACL-TKN-EVENT-PROCESS-NAME token-type ZSPI-TYP-STRING.
contains the name of the process that was not created.
ZACL-TKN-EVENT-ERROR-CODE token-type ZSPI-TYP-INT.
contains the process-creation error code returned by the PROCESS_LAUNCH_()
procedure.
ZACL-TKN-EVENT-ERROR-DETAIL token-type ZSPI-TYP-INT.
contains additional information about the process-creation error returned by the
PROCESS_LAUNCH_() operation. If the value of this token is 0 (zero), the token is null
and can be regarded as omitted from the message.
Conditional Token
ZACL-TKN-EVENT-FILE-NAME token-type ZSPI-TYP-STRING.
contains the Guardian name of a program file, library file, swap file, home terminal, or
process name associated with the major error code returned by the
PROCESS_LAUNCH_() operation. This token is omitted if no file is associated with the
major error code.
Cause. Either the domain coordinator process cannot create an ACS subsystem process in the
specified CPU on the local system because the PROCESS_LAUNCH_() operation failed or the
ACS subsystem process was created but the PROCESS_LAUNCH_() operation returned a
warning.
Effect. No ACS subsystem processes are started in the specified CPU. If the
PROCESS_LAUNCH_() operation returned an error indicating a programming error in the
domain coordinator process, the event is fatal; the primary domain coordinator process
terminates abnormally and produces a SaveAbend file.