Neoview Messages Manual (R2.3)
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4203
4203 Insert/Update/Delete operation on non-audited table name requires
index maintenance which may cause the index(es) to become corrupt.
Cause You attempted to perform an INSERT, UPDATE, or DELETE operation on a
nonaudited table and IUD_NONAUDITED_INDEX_MAINT is set to WARN. This message
appears as an warning.
Effect The Neoview database software performs the INSERT, UPDATE, or DELETE operation.
If the operation encounters an error, you will see other messages about that condition.
Recovery Informational message only; no corrective action is needed.
SQL 4204
4204 Stream access is supported for only key-sequenced tables. Table:
name.
Cause You attempted to use stream access on a table that is not key-sequenced, which is
required.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4205
4205 Embedded name1 is supported for only key-sequenced tables. Table:
name2.
Cause You attempted to perform an embedded action that is supported only for
key-sequenced tables.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4206
4206 Embedded name is supported only for updatable views. View: name2.
Cause You attempted to perform an embedded action that is supported only for updatable
views.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4207
4207 Index name and other indexes covering a subset of columns do not
cover all output values of stream.
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.
152 Binder and Compilation Messages (4000 Through 4999)