Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Messages


KAVS8108-E

The execution file (file-name) is missing at the agent (agent-name).

The executable file does not exist on the agent.

(S)

Cancels processing.

(O)

Check whether any of the following probable causes are present:

  1. A relative path to the executable file has been specified, but the folder or directory necessary for execution has not been specified in the PATH environment variable for the agent host.

  2. The specified executable file is on a network drive.

  3. The agent host runs in a WOW64 environment, and an executable file in %systemroot%\system32 has been specified.

  4. The specified executable file is not found on the agent host when the host is executed.

  5. The file path to the specified executable file cannot be accessed.

Take one of the following actions according to the cause of the error, and then reissue the request:

  1. Make sure that the folder or directory necessary for the PATH environment variable on the agent host is specified correctly.

  2. Do not specify a path beginning with a network drive name. Instead, specify a path beginning with a computer name (for example, \\computer-name\shared-folder\executable-file-name).

  3. If a file in %systemroot%\system32 is specified in a WOW64 environment, file access is redirected to %systemroot%\syswow64.

    Specify a file in %systemroot%\sysnative instead of %systemroot%\system32, and then re-execute the job.

  4. Make sure that the executable file exists on the agent host, and then re-execute the job. Also make sure that an operation that moves or deletes the executable file is not performed.

  5. Make sure that the execution OS users can access the file path of the specified executable file.