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

Cause You attempted to run a compound statement that contains an embedded INSERT
statement.
Effect The operation fails.
Recovery Modify the statement and resubmit.
SQL 4202
4202 SEQUENCE BY is not supported for embedded name expressions.
Cause You attempted to perform an embedded expression that included SEQUENCE BY.
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.
156 Binder and Compilation Messages (4000 Through 4999)