SQL/MP Messages Manual
SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual—427720-006
10-42
SQL 8511
Cause. The item code was less than or equal to zero, or greater than the last valid
item code. The ERRORITEM parameter indicates which item code was invalid.
Effect. The call fails.
Recovery. Replace the invalid item code with a valid code.
SQL 8512
Cause. The SQLCA had one or more inconsistencies in its data structures.
Effect. The call fails.
Recovery. Pass a valid SQLCA to SQLCAGETINFOLIST.
SQL 8513
Cause. The SQLCA version is more recent than the version of the
SQLCAGETINFOLIST routine.
Effect. The call fails.
Recovery. Pass an SQLCA with the correct version.
SQL 8514
Cause. The value of the RESULTMAX parameter indicated that the result buffer was
too small to hold the information requested in the item list passed to
SQLCAGETINFOLIST.
Effect. The call fails.
Recovery. Pass a larger result buffer.
8511 One of the item codes in the item code list passed to
SQLCAGETINFOLIST is invalid.
8512 The SQLCA passed to SQLCAGETINFOLIST is invalid.
8513 The version of the SQLCA passed to SQLCAGETINFOLIST is
not recognized.
8514 The value of the RESULTMAX parameter (the size of the
result buffer) is inconsistent with the item list passed to
SQLCAGETINFOLIST.