Hitachi

Hitachi Advanced Database Messages


KFAA51270-E

The path of the input data file of the system-defined function aa....aa is invalid. (reason = bb....bb, file = cc....cc) (M)

An error occurred during check of the path name of the file that will be the input data of the system-defined function aa....aa.

aa....aa: System-defined function name
  • ADB_AUDITREAD

  • ADB_CSVREAD

bb....bb: Cause of the error
  • INVALID PATH FORMAT: The specification format of the path name is invalid.

  • LENGTH ERROR: The specified path name is too long.

  • INVALID PATH: The file of the specified path cannot be used as the input data of the system-defined function.

cc....cc: Path name of the file in which the error occurred

If the path name of the file cannot be acquired, an asterisk (*) is displayed.

S:

Invalidates this transaction.

Action:

■ If aa....aa is ADB_AUDITREAD

  • If bb....bb is INVALID PATH FORMAT

    Specify the path name of the audit trail file by using an absolute path.

    Also, make sure that the special character is correctly specified in the audit trail file path.

  • If bb....bb is LENGTH ERROR

    Reduce the length of the audit trail file path name (excluding leading and trailing spaces) to 1,024 bytes or less.

    If the audit trail file path name contains a special character, reduce the length of the target audit trail file path name to 1,024 bytes or less.

  • If bb....bb is INVALID PATH

    The path to the current audit trail file cannot be specified in the ADB_AUDITREAD function. Specify an audit trail file other than the current file.

■ If aa....aa is ADB_CSVREAD

  • If bb....bb is INVALID PATH FORMAT

    Specify the path name of the CSV file by using an absolute path.

  • If bb....bb is LENGTH ERROR

    Reduce the length of the CSV file path name (excluding leading and trailing spaces) to 510 bytes or less.