Hitachi

Hitachi Advanced Database Messages


KFAA31241-E

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

The argument specified in the system-defined function aa....aa is invalid.

aa....aa:

System-defined function name

bb....bb:

Number of the argument that contains the error in the system-defined function

cc....cc:

Cause of the error

  • data type is incorrect

    The data type is invalid. <SQLSTATE: 427K1>

  • the argument cannot be omitted in a multi-node configuration

    If the multi-node function is used, a required argument is omitted. <SQLSTATE: 427K2>

dd....dd: Position number of the query that specified aa....aa

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.