SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-85
Data Customization (0900-000100—0900-003000)
0900-001600
Cause. The result column count result-count did not provide the expected number
of columns expected-count.
Effect. The entry is not customized.
Recovery. Use the appropriate number of result set columns. For details, see Iterators
and Result Sets on page 3-48.
0900-001700
Cause. The SET statement was not SET TRANSACTION.
Effect. Customization fails.
Recovery. Change the SET statement to SET TRANSACATION or remove it from the
source code. See Supported SQL Statements on page A-8.
0900-001800
Cause. You used OUT parameters in a type of statement that does not support them.
Effect. The entry is not customized.
Recovery. Remove or alter the parameters in the statement. See Input and Output
Modes on page 3-27.
0900-001900
Cause. An unanticipated Java exception occurred during customization, possibly
because of an internal customization error.
Effect. The entry is not customized.
Recovery. Examine the Java exception to determine the appropriate corrective action.
If the exception is an internal customization error, report the entire message to your
service provider.
[0900-001600] Result column count: result-count; expected
count:
expected-count.
[0900-001700] Unsupported Feature: SET Statements may only be
SET TRANSACTION. Profile Customization Halting.
[0900-001800] Unsupported Feature: Output Parameters. Entry
Not Customized.
[0900-001900] Impossible/Unanticipated Exception:
exception
Entry Not Customized.