SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-41
SQL 4177
Cause. You attempted to update clustering key components or columns associated
with referential integrity constraints during a rollback.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4178
Cause. You attempted to perform a rollback that included an update of a variable
length column.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4179
Cause. You included a SEQUENCE BY statement in a stream expression.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4180
Cause. You attempted to use a stream expression to perform a top-level DELETE.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
4177 Update of name1 column name2 is not permitted on
rollback.
4178 Update of variable length column name is not permitted
on rollback.
4179 SEQUENCE BY is not supported for stream expressions.
4180 Stream expression is not supported for top level DELETE
statement.