Neoview Messages Manual (R2.3)

Cause A stored procedure registered with the NO SQL attribute attempted to access the
HP Neoview database software.
Effect The corresponding SQL request is rejected.
Recovery Either change the definition of the stored procedure to allow SQL access, or
determine why the stored procedure contains HP Neoview database statements that might be
called while the stored procedure is executing.
SQL 8888
8888 The underlying insert, update, or delete operation of cursor
cursor-name is still in progress. Since the cursor is being closed
before the operation is complete, all affected rows will be rolled back.
cursor-name
is the cursor being closed.
Cause A cursor with an underlying insert, delete, or update operation was closed before
the operation was complete.
Effect The cursor was closed but all rows affected by opening this cursor have been rolled
back.
Recovery OPEN the cursor again and FETCH all rows until SQLCODE = 100 is returned.
SQL 8889
8889 The provided buffer to retrieve Result Set proxy syntax is either
null or not big enough.
Cause An HP Neoview database call-level interface (CLI) function was unable to provide
proxy syntax for a stored procedure result set because the provided target buffer is either null
or not big enough.
Effect The operation fails.
Recovery Make the CLI call again and use a buffer big enough to hold the proxy syntax.
Consider using the len_of_item output parameter from the first CLI call to obtain the actual
size of the buffer needed to return the proxy syntax.
SQL 8890
8890 The SQL compiler failed to initialize properly. Query results may
differ from what is expected, due to different compiler defaults.
Cause The HP Neoview database compiler failed to correctly initialize.
Effect Query results might be affected.
Recovery Stop the Neoview database software and restart it.
SQL 8891
8891 Non-ASCII character host variable type was specified for name
field.
name
is the name of the field.
Cause The host variable type for the field name must be ASCII.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8893
8893 The statement argument count does not match the descriptor entry
count.
196 Executor Messages (8000 Through 8999)