Neoview Messages Manual (Volume 1) (R2.4)

Cause You attempted to use an index for stream access that does not cover all output columns
of the base table.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Restrict the select list or add the missing columns to the index.
SQL 4208
4208 Index name and other indexes covering a subset of columns do not
cover all columns referenced in WHERE clause of stream.
Cause You attempted to use an index for stream access that does not cover all base table
columns referenced in the WHERE clause.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Add the missing columns to the index.
SQL 4209
4209 Update of nullable column name is not permitted on rollback.
Cause You attempted to perform a rollback that included an update of a nullable column.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4210
4210 Embedded update/delete statements not supported within an IF
statement.
Cause You attempted to embed UPDATE/DELETE statements within an IF statement.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4212
4212 table name cannot be used to satisfy order requirement on the
stream because it is partitioned.
Cause You specified table name, a partitioned table, as the order requirement on a stream.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4213
4213 Use of rowsets in a predicate with embedded update/delete is not
supported.
Cause You attempted to use a rowset as a predicate with an embedded update or embedded
delete.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4214
4214 The SET ON ROLLBACK clause is not allowed on a non-audited table.
Table: name.
Cause You attempted to use a SET ON ROLLBACK clause to update a column in a nonaudited
table.
Effect The operation fails.
157