Hitachi

JP1 Version 11 JP1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide 


KNAX6551-E

Execution of the command command-name for the function function-name failed. exit status=exit-status-code execution time=execution-time-in-seconds CPU time=CPU-time-in-seconds

A command executed by the function indicated by function-name terminated with an error.

command-name

Name of the command that executed. If the command name exceeds the maximum path length permitted by the OS, it is truncated at the maximum length.

function-name

Name of the function that executed the command. One of the following is displayed:

command substitution: Command substitution function

trap action: Action of the trap command

exit-status-code

Command's return code

execution-time-in-seconds

Command execution time. This is a reference value obtained by using the OS's API.

CPU-time-in-seconds

Command's CPU time. This is a reference value obtained by using the OS's API.

(S)

Resumes processing. If the erroneous command is in a job step, the system performs the following processing:

  • If the job step's onError attribute is stop, the system executes the job step error block without executing the processing that follows the job step normal block.

  • If the job step's onError attribute is cont, the system executes the processing that follows the job step normal block.

Note that if the batch job needs to be canceled on the basis of command execution results, the system issues the KNAX6584-I message and then terminates the processing without taking the above action.

(O)

Check the command's execution results, and then eliminate the cause of the error.