SQL/MX 2.x Messages Manual (H06.10+, J06.03+)
Binder and Compilation Messages (4000 through 4999)
HP NonStop SQL/MX Messages Manual—544518-011
6-45
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.
SQL 4208
Cause. You attempted to use an index for stream access that does not cover all base
table columns referenced in the WHERE clause.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Add the missing columns to the index.
SQL 4209
Cause. You attempted to perform a rollback that included an update of a nullable
column.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
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.
4208 Index name and other indexes covering a subset of
columns do not cover all columns referenced in WHERE clause
of stream.
4209 Update of nullable column name is not permitted on
rollback.










