SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual—523730-004
17-20
SQL 20073
Where objname is the ANSI name of the target table.
Cause. The object name that you specified was invalid or does not exist.
Effect. The operation fails.
Recovery. Specify a valid object name. Verify that the catalog name, schema name,
and table name sections of the ANSI name are specified.
SQL 20074
Where file name is the input data file name.
Cause. SQL was unable to open the data file that you specified either because it was
missing or because of some other file system problem. The input file might be corrupt
or, if it resides on a remote system, the remote system password is not set.
Effect. The operation fails.
Recovery. Check the validity of the input file. If the input file is a valid remote file,
verify that the remote password for the system is set.
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.
20073 Object objname does not exist.
20074 IMPORT cannot open datafile - file name.
20079 User does not have INSERT privilege to perform import
operation for object object-name.
20080 Last row processed was rownum.