Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Messages


KAVU3574-W

An error occurred while generating a job process. (reason code:reason-code)

An error occurred while the system was generating a job process.

(S)

Cancels the requested processing.

(O)

reason-code indicates either of the following values:

In Windows:

The value obtained by the GetLastError function of the Win32 API

In UNIX:

The value obtained by errno

The following describes probable causes for reason codes, and suggests corrective actions:

In Windows
  • reason-code: 87

    The probable causes are:

    - The size of the environment variable statement specified in the environment variable or environment variable file name might exceed the upper limit of environment-variable character strings permitted by the OS. Review the environment variable statement specified in the environment variable or environment variable file name.

    - An invalid format of environment variable statement might be specified in the environment variable or environment variable file name. Use the following format to specify an environment variable statement in the environment variable or environment variable file name.

    Example: environment-variable-name = value<return>

    For example, if only an environment name, without a value, is specified as an environment variable statement in the environment variable or environment variable file name, the OS determines it as an invalid format, and the job ends abnormally.

    Example: environment-variable-name<return>

  • reason-code: 740

    If you are using the Windows UAC function and the OS user executing the job belongs to the Administrators group, Administrators permission might be disabled for this job. Either execute the job by using the built-in Administrator account, or enable the settings for executing jobs as a user with administrator permissions when the UAC is enabled, and then execute the job. For details, see 6.2.22 Settings for executing jobs as a user with administrator permissions when the UAC is enabled in the JP1/Automatic Job Management System 3 Configuration Guide.

    For details on the Windows UAC function, see the Microsoft website.

  • reason-code: 1816

    The OS resources might be insufficient. Check whether the OS resources are sufficient for executing the job.

In UNIX
  • reason-code: 28

    The OS resources might be insufficient. Check whether the OS resources are sufficient for executing the job.

If reason-code indicates a value other than the one indicated above, check the meaning of your OS error codes, and then take appropriate action. If the error persists, collect the internal trace log, and then contact the system administrator.