SQL/MP Messages Manual
SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual—427720-006
12-11
SQL 10043
Cause. You tried to execute a statement that was not successfully prepared.
Effect. The statement is not executed.
Recovery. Prepare the statement before executing it.
SQL 10044
Cause. An invalid value was specified for an option in the SET, SHOW, or RESET
command.
Effect. The command fails.
Recovery. Use the correct value for the option. You can enter the HELP command to
have the options displayed; for example, HELP SHOW, HELP SET, or HELP RESET.
SQL 10046
Cause. The SQLCI2 process was started because of processing environment
changes.
Effect. The SQL command was prepared again.
Recovery. Informational message only; no corrective action is needed.
SQL 10047
Cause. The string for the PREPARE command did not contain an SQL statement.
Effect. The command fails.
Recovery. Enter a valid SQL string for the PREPARE command.
10043 Statement name has not been successfully prepared.
10044 This value is not allowed for this option.
10046 The SQL command was prepared again because the SQLCI2
process was restarted.
10047 Invalid input for PREPARE command. The string must
contain an SQL statement.