SQL/MP Messages Manual

SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual427720-006
11-12
SQL 9040
Cause. This command could not be performed within a user-defined TMF transaction.
Effect. The command fails.
Recovery. Consider entering a COMMIT WORK or ROLLBACK WORK command to
end your transaction in progress, and reissue the command. Also, consider using the
COPY command instead of LOAD. COPY can execute within a user-defined TMF
transaction.
SQL 9041
Cause. The command could not be applied to the audited file. In the case of LOAD,
APPEND, or APPENDRESTART command with the PARTONLY option into a partition
of an audited table the problem is that the block size of the table is less than 2048.
Effect. The command fails.
Recovery. Alter the Enscribe file or the SQL table to specify NO AUDIT, and reissue
the command.
SQL 9042
Cause. The command applied only to SQL tables, but the command specified a view
or an index.
Effect. The command fails.
Recovery. Correct the object name to be an SQL table and reissue the command.
9040 The value-1 command is not allowed in a user
transaction.
9041 The value-1 command is not allowed for audited files.
value-2 is audited.
9042 SQL objects, other than SQL tables, cannot be specified
in this command. value-1 is not an SQL table.