SQL/MP Messages Manual

SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual427720-006
11-5
SQL 9015
Cause. The source row of the COPY, LOAD, APPEND, or APPENDRESTART
operation had a column that could not be converted to its target column. See the
message following this error for more information about the conversion error.
Column names of the form copy of SQL-column-name are used for a non-SQL file
when a DDL record is not specified.
Effect. The row is not written to the output file. If the error limit in the ALLOWERRORS
option is reached, the command terminates.
Recovery. Correct rows with nonconvertible columns and reissue the command or, if
data loss is acceptable, ignore the error.
SQL 9016
Cause. The indicated source column could not be converted to the indicated target
column because of the incompatible types.
Effect. The command fails.
Recovery. Correct the type map.
SQL 9017
Cause. The DDL column type you specified is not supported.
Effect. The command fails.
Recovery. Use a supported column type.
9015 Source row number value-1 has a conversion error in
column value-3.(Column value-3 starts at offset value-2.)
9016 The source column type is not compatible with the target
column type. The source column name is value-1. The target
column name is value-2.
9017 This DDL column type is not supported. The column name
is value-1.