Neoview Messages Manual (R2.3)

Effect The operation fails.
Recovery None. Contact the GMCSC and report this condition.
SQL 8915
8915 An attempt to access a stored procedure result set at position
index failed because there is no result set currently available at that
position.
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 access a stored procedure result
set at position index, but the number of result sets returned from the CALL statement was less
than index.
Effect The operation fails.
Recovery None. Contact the GMCSC and report this condition.
SQL 8916
8916 The request to allocate a stored procedure result set at position
index failed because the position is out of range. Valid positions range
from one up to the maximum number of result sets that can be returned
from the specified CALL statement, which in this case is max-result-sets.
index
is an integer specifying a position in the ordered set of result sets returned from a
CALL statement.
max-result-sets
is the maximum number of result sets that can be returned from the
associated CALL statement.
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.
200 Executor Messages (8000 Through 8999)