SQL/MP Messages Manual

SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual427720-006
10-7
SQL 8030
Cause. The program corrupted the program file, or invalid code was generated for the
statement.
Effect. The statement fails.
Recovery. Compile the program again. If the problem persists, report the entire
message to your service provider.
SQL 8031
Cause. You did not prepare the statement before attempting to execute it.
Effect. The statement fails.
Recovery. Check that your application issues the PREPARE statement to compile the
desired statement before reexecuting the statement.
SQL 8032
Cause. You issued a DESCRIBE statement for a DDL statement.
Effect. The statement fails.
Recovery. Remove the DESCRIBE statement and reissue the DDL statement.
SQL 8040
Cause. Either a catalog manager process could not be started as a new process, or
the catalog manager terminated abnormally during the DDL operation.
Effect. The DDL statement fails. If a user-defined TMF transaction was present and
the catalog manager terminated during the DDL operation, the user-defined TMF
transaction terminates abnormally.
Recovery. Reissue the DDL statement. If the error persists, report the entire message
to your service provider.
8030 SQL statement has an invalid object.
8031 Statement must be prepared.
8032 A DDL statement cannot be used with the DESCRIBE
statement.
8040 Unable to communicate with the SQL catalog process.