SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual—523730-004
17-43
SQL 20176
Where TableName is the name of the table.
Cause. The Import operation cannot be performed on a table while another utility
operation is in progress on the same table.
Effect. The operation fails.
Recovery. Wait until the current utility operation is complete and resubmit.
SQL 20177
Cause. The resume option is not allowed for the failed IMPORT operation because
the data insertion part was not finished.
Effect. The operation fails.
Recovery. Retry the operation using the CANCEL option of the RECOVER utility.
SQL 20178
Cause. An unspecified internal error occurred during the IMPORT utility operation.
Effect. The operation fails.
Recovery. None. Use the RECOVER utility to retrieve the table in a usable format.
SQL 20179
Cause. The MODIFY utility encountered an unexpected error condition.
Effect. Depending on the severity of the problem, the MODIFY utility might not
process the request, or it might partially process the request.
Recovery. Execute the RECOVER command to undo the changes made by the
aborted request. If the recovery does not complete successfully, contact your service
provider.
20176 A concurrent utility or DDL operation is being
performed on table TableName. That operation must complete
before the requested Import operation can run.
20177 Resume option of RECOVER command for Import is possible
only if Import finished inserting the data in the target
table. RECOVER cannot be performed.
20178 Internal error occurred while performing Import.
20179 An unexpected error condition was encountered.