SQL/MP Messages Manual

SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual427720-006
11-6
SQL 9018
Cause. The DDL column name was not fully qualified, and another column had the
same name.
Effect. The COPY command fails.
Recovery. Change the map to add more levels of qualification to the ambiguous
name.
SQL 9019
Cause. The DDL column name or SQL column name was not found. The DDL column
name or SQL column name must be present because the name participates in an
explicit move (MOVE option) or move by name (MOVEBYNAME).
Effect. The COPY command fails.
Recovery. Change the MOVE option to point to the correct name.
SQL 9020
Cause. In the MOVE option, the column had a subscript larger than the subscript
allowed by the DDL definition for this column.
Effect. The COPY or LOAD command fails.
Recovery. Correct the syntax for the MOVE option and reissue the command.
SQL 9021
Cause. As a result of mapping, the indicated target column did not have a source
column or default value associated with it.
Effect. The COPY or LOAD command fails.
Recovery. Correct either the map or the data definition (DDL or SQL) so that it
specifies the default value.
9018 Reference to the column value-1 is ambiguous.
9019 Column name value-1 cannot be found.
9020 The subscript value-1 of the column value-2 exceeds the
maximum value of value-3.
9021 The column value-1 has no source column mapped into it
and no default value.