Neoview Messages Manual (Volume 1) (R2.4)
SQL 8014
8014 A SELECT statement within compound statement did not return any
row.
Cause You specified a SELECT statement inside a compound statement that did not return
any rows.
Effect None.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8015
8015 Aborting transaction because a compound statement performed an
update operation followed by a SELECT statement that did not return any
row.
Cause You performed an UPDATE, DELETE, or INSERT operation as part of a compound
statement before a SELECT statement. The SELECT statement did not return any rows.
Effect The transaction is aborted, and the update is rolled back.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8016
8016 An attempt was made to access name which has a system version that
is incompatible with the version of the accessing software.
Cause You attempted to access a system version that is incompatible with the version of the
accessing software.
Effect The operation fails.
Recovery The system you are trying to access must be on a system version that is compatible
with your accessing software. Upgrade that system.
SQL 8017
8017 Explain information is not available for this query.
Cause The explain default has been turned off for this query.
Effect The HP Neoview database software is not able to display explain information.
Recovery Turn the explain default on for this query.
SQL 8100
8100 Define name does not exist
Cause You attempted to reference a define that does not exist.
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 8101
8101 The operation is prevented by check constraint name1 on table
name2.
name1
is the name of the constraint.
name2
is the name of the table.
177