SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
19-21
SQL 20079
Cause. You do not have the minimum required privileges to perform the IMPORT
operation.
Effect. The operation fails.
Recovery. Obtain the required INSERT privileges and resubmit.
SQL 20080
Where rownum is the number of the last row that was processed before this failure.
Cause. An error occurred while processing the input data file, and import terminated
after processing the row number specified.
Effect. The import was partially completed.
Recovery. Use the message that is shown before this one to diagnose and correct the
problem.
SQL 20081
Where rownum is the row number that was processing when the error occurred.
Cause. An internal error occurred in a stored procedure.
Effect. The import was partially completed. It terminated while processing the row
specified.
Recovery. None. Contact your service provider.
SQL 20082
Cause. The fixed-width data file is incomplete and does not provide enough data at
the end of the file for importing.
Effect. The last transaction of the import is aborted, and all rows in that transaction
are not imported.
20079 User does not have INSERT privilege to perform import
operation for object object-name.
20080 Last row processed was rownum.
20081 Row number rownum and column number columnnum could not
be processed. Column Data: text.
20082 The fixed-width data file does not contain enough data
to be imported into the current row at column columnnum.