SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
6-46
Recovery. Informational message only; no corrective action is needed.
SQL 4204
Cause. You attempted to use stream access on a table that is not key-sequenced,
which is required.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4205
Cause. You attempted to perform an embedded action that is supported only for
key-sequenced tables.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4206
Cause. You attempted to perform an embedded action that is supported only for
updatable views.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4207
Cause. You attempted to use an index for stream access that does not cover all
output columns of the base table.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Restrict the select list or add the missing columns to the index.
4204 Stream access is supported for only key-sequenced
tables. Table: name.
4205 Embedded name1 is supported for only key-sequenced
tables. Table: name2.
4206 Embedded name is supported only for updatable views.
View: name2.
4207 Index name and other indexes covering a subset of
columns do not cover all output values of stream.