Hitachi

Hitachi Advanced Database Messages


KFAA31734-E

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

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.

S:

Invalidates this transaction.

Action:

Take the following action depending on the executed system-defined function and the displayed cause of error.

Executed system-defined function (aa....aa)

Cause of the error (bb....bb)

Corrective action to take

SQLSTATE

ADB_AUDITREAD

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.

2252A

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.

2252B

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.

2252C

ADB_CSVREAD

INVALID PATH FORMAT

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

22523

LENGTH ERROR

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

22524