Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Messages


KFPR16101-E

File I/O error occurred, reason=aa....aa, func=bb....bb, errno=cc....cc, (dd....dd) (L+S)

An error occurred during file I/O processing.

aa....aa: Cause of the error
File-lock:

The file you want to use cannot be read or written to because it has been locked by another utility. The file name specified on the command line or in the control statement might be a file name that is being used by another job. Alternatively, file-lock resources specified in an OS kernel parameter might be insufficient.

Invalid-device:

The entry type (attribute) of the specified file is invalid. A directory name might be specified in a location that requires a file name (or vice versa), or a character type special file might be assigned to a file that cannot use a character type special file.

Invalid-path:

The path name is invalid.

Invalid-permission:

The permission for the specified file is invalid (access permission error). It is possible that the embedded database system administrator does not have access permission to use the file.

No-file:

The file that was to be opened for reading was not found. Alternatively, the file being written to was deleted.

No-space:

The file to be written to does not have sufficient free space. Allocate sufficient free space.

In UNIX, if this error occurs when there is sufficient free space on the disk, the limit value of an OS kernel parameter might have been exceeded.

bb....bb: Name of the function in which the error occurred
  • A function name, beginning with p_f_ios, for the embedded database file system is displayed if the error was detected in the embedded database file system.

  • *** is displayed if the error was detected in the embedded file system in those cases in which a function was not being used.

  • In all other cases, a system function name is displayed.

cc....cc: Error number returned by the function (errno)
  • The error code of the embedded database file system is displayed if the error was detected in the embedded database file system.

  • The error number returned by the system function (errno: external reference variable indicating the error status) is displayed if the OS detected the error.

dd....dd: Source file name and line number where the error was detected

(S)

Terminates processing.

Action

Take appropriate action according to the following table.

Cause of the error

Action

The error was detected in the embedded database file system.

Correct the error by referring to C. Error Codes Returned from Access Requests for an Embedded Database File System, and then retry the operation.

The error was not detected in a function.

Correct the error indicated by aa....aa, and then retry the operation.

The OS detected the error.

Correct the error by referring to the OS documentation, and then retry the operation.