Hitachi

Hitachi Advanced Database Messages


KFAA30177-E

The system-defined function "aa....aa" is invalid. (reason = bb....bb, query number = cc....cc) (M+J+O)

The specification of system-defined function aa....aa is invalid.

aa....aa:

System-defined function name, or schema identifier and system-defined function name

bb....bb: Cause of the error
  • number of arguments is incorrect: The number of arguments specified in the system-defined function is invalid. <SQLSTATE: 4277E>

  • argument data type is incorrect: The data type of the argument specified in the system-defined function is invalid. <SQLSTATE: 4277F>

  • argument value is incorrect: The value of the argument specified in the system-defined function is invalid. <SQLSTATE: 4277G>

  • function name is incorrect: The specified system-defined function name is invalid. <SQLSTATE:42786>

cc....cc: Query position number

For details about query position numbers, see 1.5 Query position numbers.

S:

Ignores this SQL statement. Alternatively, the system invalidates this transaction.

Action:

Correct the SQL statement.