SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual—523730-004
14-9
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.
SQL 15205
Where int1 is the subsystem error number.
Cause. An attempt to determine a subsystem error fails. If the int1 value is 500, 501,
or 516, connection to the service is not operational. In rare cases, a disconnect arrived
from the SERVICE being examined.
15202 LOWLAYER seq-nbr: string1.
15203 Maximum of int1 error messages exceeded, dropping the
rest.
15205 SUBSYSTEM: Request for LowLayer error message failed,
return code int1 from CFGFetchError.