SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual544518-011
14-9
Recovery. Correct the file code or function argument.
SQL 15038
Cause. You attempted to change the mode while a transaction was in progress.
Effect. The operation fails.
Recovery. Commit or abort the transaction and retry the MODE command.
SQL 15202
Where seq-nbr is the error sequence number for this event, starting at 1. A number
greater than 1 is rare.
Where string1 is an error message from a lower level, often the file system or SQL
compiler. See the Guardian Procedure Errors and Messages Manual. If another error
number in included in the message, it likely refers to an SQL/MX error message
documented in this manual, SQL/MX Messages Manual.
Cause. A lower-level error is reported. This message is usually intended for debug
purposes but it also can give information relating to the problem. It is the third in a
string of three error messages with the primary error (first) and subsystem error
(second) preceding it.
Effect. The action fails, and this message provides information about the failure.
Recovery. Correct the problem defined by the first error message displayed for the
event; which is usually the most meaningful for recovery action.
SQL 15203
Where int1 gives the maximum number of errors permitted for one command.
Cause. Excessive error messages are issued, and at least one is dropped.
Effect. The command fails with errors previously reported. This message is always
the last one reported for a given error.
Recovery. Correct the problem defined by the first error, which is normally the most
meaningful.
15038 A SQL/MX transaction is already in progress. The mode
cannot be changed at this time.
15202 LOWLAYER seq-nbr: string1.
15203 Maximum of int1 error messages exceeded, dropping the
rest.