SQL/MP Messages Manual
SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual—427720-006
11-10
SQL 9033
Cause. The source row did not end on a column boundary. 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 target SQL table. If the error limit in the
ALLOWERRORS option is reached, the command is terminated.
Recovery. Truncate or expand the source row and reissue the command or, if data
loss is acceptable, ignore the error.
SQL 9034
Cause. The source row was too short, and the target columns with missing values did
not have default values.
Effect. The row is not written to the target SQL table. If the error limit in the
ALLOWERRORS option is reached, the command is terminated.
Recovery. Change the source row or re-create the target table with more default
values. If the data loss is acceptable, ignore this error.
SQL 9035
Cause. The utility module could not set its DEFMODE value to ON.
Effect. The utility commands might not execute.
Recovery. Verify that DEFINEs are enabled.
9033 Source row number value-1 ends in the middle of column
value-4.
The source row length is value-2.
(Column value-4 starts at offset value-3.)
9034 The row number value-1 is too short, and the target
columns do not have a default value. The row length is
value-2.
9035 Setting of the DEFINE mode has failed.