![HP NonStop SQL/MX Messages Manual Download Page 334](http://html.mh-extra.com/html/hp/nonstop-sql-mx/nonstop-sql-mx_messages-manual_165150334.webp)
Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual — 640324-001
13- 4
SQL 11015
Cause. You attempted to use the SET operation as an action for an after trigger.
Effect. The operation fails.
Recovery. You cannot modify the transition name in an AFTER trigger. Use the
UPDATE statement instead as an action for the trigger.
SQL 11016
Cause. You attempted to use the SET operation in a BEFORE trigger but the
REFERENCING NEW clause is missing from the CREATE TRIGGER statement.
Effect. The operation fails.
Recovery. Add a REFERENCING NEW clause to the CREATE TRIGGER statement
and resubmit.
SQL 11017
Cause. You specified a SET operation as an action for your BEFORE trigger, but the
SET assignment is to an identifier.
Effect. The operation fails.
Recovery. Prefix the assignment to the SET operation with the NEW transition
variable name and resubmit.
SQL 11018
Cause. An attempt was made during DDL to create an AFTER trigger with an
unsupported action. In particular, this error is raised if the trigger action is a compound
statement, an embedded DELETE, or an embedded UPDATE.
Effect. The operation fails.
Recovery. Add an action to the trigger statement and use a supported action for the
trigger. Before triggers support only SET and SIGNAL operations, while AFTER
triggers support INSERT, UPDATE, DELETE, and SIGNAL operations.
11015 An AFTER trigger does not support the SET operation.
11016 A BEFORE trigger that uses SET must have REFERENCING
NEW clause.
11017 The left hand side of a SET assignment must be
qualified with the name of the NEW transition variable.
11018 An empty or unsupported trigger action was specified.
Summary of Contents for NonStop SQL/MX
Page 4: ......
Page 8: ...Contents HP NonStop SQL MX Messages Manual 640324 001 iv ...
Page 26: ...General Messages 0 through 999 HP NonStop SQL MX Messages Manual 640324 001 2 2 ...
Page 130: ...SQL MX MXCMP Messages 2000 through 2999 HP NonStop SQL MX Messages Manual 640324 001 4 34 ...
Page 242: ...Normalizer Messages 5000 through 5999 HP NonStop SQL MX Messages Manual 640324 001 7 2 ...
Page 246: ...Optimizer Messages 6000 through 6999 HP NonStop SQL MX Messages Manual 640324 001 8 4 ...
Page 248: ...Generator Messages 7000 through 7999 HP NonStop SQL MX Messages Manual 640324 001 9 2 ...
Page 614: ...Utility Messages 20000 through 23099 HP NonStop SQL MX Messages Manual 640324 001 18 138 ...
Page 752: ...Non SQLCODE Error Messages HP NonStop SQL MX Messages Manual 640324 001 A 14 MXGNAMES Utility ...