![HP NonStop SQL/MX Messages Manual Download Page 341](http://html.mh-extra.com/html/hp/nonstop-sql-mx/nonstop-sql-mx_messages-manual_165150341.webp)
Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual — 640324-001
13 -11
Effect. The operation fails.
Recovery. Specify a different trigger name and resubmit.
SQL 11046
Cause. You attempted to create a trigger that includes host variables or dynamic
parameters in its action. This can happen when you specify CALL statements or
compound actions as triggered actions.
Effect. The operation fails and the trigger is not created.
Recovery. Rewrite the trigger so that host variables and dynamic parameters do not
appear in the trigger action. Then retry the operation.
SQL 11049
Cause. You attempted to create a row trigger with a referencing clause that specifies
the optional TABLE keyword, or you attempted to create a statement trigger with a
referencing clause that specifies the optional ROW keyword specified.
Effect. The operation fails and the trigger is not created.
Recovery. Correct the syntax so that a row trigger uses the ROW keyword in its
referencing clause and a statement trigger uses the TABLE keyword in its referencing
clause. You can remove the optional keyword because it can be implied from the “for
each clause”, if specified. If the optional keyword is not specified, the default is “row”
trigger for BEFORE triggers and “statement” for AFTER triggers.
SQL 11055
Cause. You attempted to create a trigger, which resulted in circular dependency.
Effect. The operation fails.
Recovery. None. You cannot create a trigger that creates a circular dependency.
11046 Host variables and dynamic parameters are not allowed
in the action of a trigger.
11049 Illegal use of ROW or TABLE keyword in the REFERENCING
clause. Use ROW with row triggers and TABLE with statement
triggers.
11055 Trigger $0~triggerName for table$1~tableName could not
be created due to circular dependency:$2~String0.
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 ...