Neoview Messages Manual (Volume 1) (R2.5)
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.
Cause You specified a statement whose argument count does not match the descriptor entry
count.
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 8894
8894 Argument argument-name of CLI function function-name is reserved
for future use and must be set to string when calling the function.
Cause A value that was passed into an HP Neoview database CLI function containing a
reserved parameter was not the value expected by the database software.
Effect The CLI function fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
218 Executor Messages (8000 Through 8999)