Hitachi

Hitachi Advanced Database Messages


KFAA50265-E

A setting for the column structure information file is invalid. (column name = aa....aa, option = bb, reason = cc....cc) (M)

The specification for the column structure information file contains an error.

aa....aa: Column name specified in -n option of the column structure information file's adbcolumninfo operand

If no column name can be output, three asterisks (***) are displayed.

bb:

Name of option that contains the error

cc....cc: Cause of the error
  • not column name

    The column name specified in the -n option of the adbcolumninfo operand does not exist in the processing-target table.

  • duplicate

    The column name specified in the -n option of the adbcolumninfo operand is a duplicate.

  • not specified

    No option is specified.

  • invalid value

    The specified value is invalid.

  • The total value of the start position and the length exceeds the record length.

    The sum of the start position and length specified in the -p option of the adbcolumninfo operand exceeds the input record length specified in the adb_import_input_record_size operand.

  • The length value exceeds the number of characters that can be specified.

    The value specified for length in the -p option of the adbcolumninfo operand exceeds the number of characters that can be specified for the column specified in the -n option of the adbcolumninfo operand.

  • The length value is less than the number of characters that can be specified.

    The value specified for length in the -p option of the adbcolumninfo operand is less than the number of characters that can be specified for the column specified in the -n option of the adbcolumninfo operand.

  • The lengths of the values specified for the -c option and for the -p option do not match.

    The length of the specified value of the -c option of the adbcolumninfo operand does not match the value specified for length in the -p option of the adbcolumninfo operand.

  • The length value specified is odd.

    The value specified for length in the -p option of the adbcolumninfo operand is an odd number.

  • The definition data type of the column is not a binary type.

    The data type defined for the column is not a binary type.

  • For a column that cannot store null values, the value empty_string can not be specified.

    For a column that cannot store null values, empty_string cannot be specified for the -r option of the adbcolumninfo operand.

  • The values specified for the -b option between the column name dd....dd do not match.

    The value specified for the -b option of the adbcolumninfo operand do not match that of column name dd....dd.

  • If the value empty_string is specified in the -r option, the -b option cannot be specified.

    If empty_string is specified for the -r option of the adbcolumninfo operand, the -b option cannot be specified.

S:

Terminates processing.

Action:

Correct the specification of the column structure information file.