SQL/MP Messages Manual
SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual—427720-006
12-18
SQL 10073
Cause. The parameter specified in the error message was not named in the SET
PARAM or EXECUTE. USING command.
Effect. The command fails.
Recovery. Set the missing parameter and reissue the command.
SQL 10074
Cause. You named fewer parameter values in the EXECUTE command than
unnamed parameters in the corresponding PREPARE command. The number of
parameter values in the EXECUTE command must match the number of unnamed
parameters in the PREPARE command.
Effect. The command fails.
Recovery. Enter the EXECUTE command with values for all unnamed parameters.
SQL 10075
Cause. See the TMF error following this error for the cause.
Effect. The command fails.
Recovery. Correct the TMF error condition.
SQL 10076
Cause. Stated in the error message.
Effect. Transactions cannot be started, and SQL operations on audited objects cannot
be performed.
Recovery. Ask your system manager to start the TMF subsystem. Run your session
after the TMF subsystem has been started.
10073 The value for parameter value-1 has not been defined.
10074 Unnamed parameter number value-1 is not specified in
the USING clause.
10075 TMF error encountered on BEGIN WORK, COMMIT WORK, or
ROLLBACK WORK.
10076 The TMF subsystem is not started. The TMF subsystem
must be started to run your session.