Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Messages


KAVU3284-W

A system call error occurred in the internal process (logical-host-name). (module:reason-location[reason-location], reason code1:reason-code-1, system call name:system-call-name, reason code2:reason-code-2)

A system call error occurred in the internal process.

(S)

Cancels the requested processing.

(O)

Determine the cause of the error from system-call-name and reason-code-1 or reason-code-2.

The following value is output in reason-code-1 or reason-code-2.

Windows

Value obtained by Win32 API function GetLastError

UNIX

Value obtained by errno

The following describes the cause of the error that corresponds to each reason-code, and the corrective action to be taken.

In Windows:
  • reason-code-2: 0x00000020

    If system-call-name in the message indicates CreateFile, an attempt to open the result file (standard output file or standard error output file) failed. Another process might be using the result file.

    Check the following:

    - Check whether the result file is used in a program that will be executed as a job. In the detailed definition of the job, specify unique names for the file used in the program that will be executed as a job, and for the result file. Then, re-execute the job.

    - Check whether concurrent accesses were made to a result file that was used by a job. Either eliminate the concurrent file accesses, or specify unique file names in the detailed definition of the job, and then re-execute the job.

In UNIX:
  • reason-code-1: 0x00000016

  • reason-code-1: 0x0000002b

    If no value is indicated in system-call-name in the message, the shared memory used by JP1/AJS3 to execute jobs might have been deleted. Restart the JP1/AJS3 service to recover from the error. Also review the operation to make sure that the shared memory has not been deleted.