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

HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
13-1
13
Trigger, UDR Server, and Language
Manager Messages (11000 through
11399)
SQL 11001
Cause. More than 256 triggers were encountered during the statement compilation,
which is not supported.
Effect. The operation fails.
Recovery. Either rewrite the statement so that fewer triggers are generated, or
redesign the triggers so that the triggering graph is not as deep.
SQL 11002
Where TriggerName is the name of one of the triggers in the triggering cycle.
Where TableName is the subject table name of trigger TriggerName.
Cause. During execution, a trigger was generated recursively more than 16 times.
Effect. The operation succeeds.
Recovery. None. This is a warning only.
SQL 11003
Where TriggerName is the name of one of the triggers in the triggering cycle.
Where TableName is the subject table name of trigger TriggerName.
Cause. During execution, a trigger was generated recursively more than 16 times.
Effect. The operation fails.
11001 There are more than 256 triggers in this statement.
11002 Trigger TriggerName on table TableName may be triggered
recursively more than 16 times.
11003 Trigger TriggerName on table TableName was triggered
recursively more than 16 times.