Hitachi

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


KNAX6521-E

The command command-name (line=line-number) failed. exit status=exit-status-code execution time=execution-time-in-seconds CPU time=CPU-time-in-seconds

The command 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.

line-number

Number of lines in the job definition script on which the command is specified

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 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.