SQL/MP Messages Manual

SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual427720-006
10-43
SQL 8515
Cause. The value of ERRORINDEX was less than 0, or greater than the maximum
number of errors that the SQLCA could hold.
Effect. The call fails.
Recovery. Pass an ERRORINDEX value in the correct range.
SQL 8516
Cause. The value of NAMESMAX is less than or equal to zero.
Effect. The call fails.
Recovery. Pass a value of NAMESMAX that is greater than 0.
SQL 8517
Cause. The value of PARAMSMAX is less than or equal to 0.
Effect. The call fails.
Recovery. Pass a value of PARAMSMAX that is greater than 0.
SQL 8600
Cause. A system or resource problem did not allow the message to be read from the
$RECEIVE process for the ESP.
Effect. The statement fails.
Recovery. Check the system error in the SQLCA to determine the cause. The
program determines the system error by using the SQLGETINFOLIST procedure or
other procedures described in the SQL/MP programming manual for the host language
in which the program is written. Report the entire message to your service provider.
8515 The ERRORINDEX parameter passed to SQLCAGETINFOLIST is
invalid.
8516 The value of the NAMESMAX parameter passed to
SQLCAGETINFOLIST is invalid.
8517 The value of the PARAMSMAX parameter passed to
SQLCAGETINFOLIST is invalid.
8600 The Executor Server Process (ESP) failed to read the
request message.