Neoview Messages Manual (R2.3)

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.
Recovery Change the table’s AUDIT attribute and resubmit.
SQL 4215
4215 Stream access is not allowed on a non-audited table. Table: name.
Cause You attempted to use stream access on a nonaudited table.
Effect The operation fails.
Recovery Change the table’s AUDIT attribute and resubmit.
153