Neoview Messages Manual (R2.2)

Cause A call-level interface (CLI) application specified an invalid index in a request to bind
a stored procedure result set to a specific result set index. A valid index range can be from 1
to the maximum number of result sets that can be returned from the CALL statement.
Effect The operation fails.
Recovery None. Contact the GMCSC and report this condition.
SQL 8917
8917 The request to allocate a stored procedure result set at position
index failed because a result set at positionindex already exists.
index
is an integer specifying a position in the ordered set of result sets returned from a
CALL statement.
Cause A call-level interface (CLI) application attempted to bind multiple stored procedure
result set statements to the same result set index.
Effect The operation fails.
Recovery None. Contact the GMCSC and report this condition.
SQL 8918
8919 The Runtime Statistics infrastructure is not running. Unable to
return Runtime Statistics.
Cause The user issued a command to retrieve runtime statistics, but the runtime statistics
infrastructure (the SSCP and SSMP processes) is not running.
Effect No runtime statistics information can be retrieved, and the command fails.
Recovery Start the SSCP and SSMP processes before attempting to retrieve runtime statistics.
SQL 8919
8919 Unable to retrieve Runtime Statistics for invalid Query Id string.
string
is the query ID specified.
Cause You issued either a command to retrieve runtime statistics for a query ID that is not
in a valid format or a "select variable_info from table(statistics(module-name,stmt-name));"
command with the query ID, but the query ID is not in a valid format.
Effect No runtime statistics information can be retrieved for the input query ID, and the
command fails.
Recovery Issue the command with a valid query ID.
SQL 8920
8920 Invalid CPU or PID passed in. Unable to retrieve Runtime Statistics.
Cause You issued one of these commands with an invalid CPU or PID: (1) DISPLAY
STATISTICS FOR CPU cpu, (2) DISPLAY STATISTICS FOR PID pid command, or (3) "select
variable_info from table(statistics(module-name,stmt-name));". (CPU is an HP Neoview
processing node.)
Effect The runtime statistics information is not retrieved, and the command fails.
Recovery Issue the command with valid values for the CPU or PID.
SQL 8921
8921 The request to obtain runtime statistics timed out. Timeout period
specified is number seconds.
198 Executor Messages (8000 Through 8999)