SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
13-12
Effect. The operation fails.
Recovery. None. You cannot create a trigger that creates a circular dependency.
SQL 11061
Cause. The WHEN clause consists of queries that are nested or union statements.
Effect. The operation fails.
Recovery. Use only a simple one-level query in the WHEN clause.
SQL 11062
Cause. The trigger action of the CREATE TRIGGER statement includes a stored
procedure using OUT or INOUT parameters.
Effect. The operation fails and the trigger is not created.
Recovery. Rewrite the trigger to use stored procedures with only IN parameters in the
trigger action.
SQL 11101
Cause. The SQL/MX UDR server received a request message with an unknown
message type.
Effect. The request message is rejected and the SQL/MX statement fails.
Recovery. Do not attempt recovery. Contact your service provider.
SQL 11102
Cause. The SQL/MX UDR server received a request for a stored procedure that is no
longer present in the SQL/MX UDR server context.
Effect. The request message is rejected and the SQL/MX statement fails.
Recovery. Do not attempt recovery. Contact your service provider.
11061 Nested and Union queries are currently not supported in
WHEN clause of AFTER trigger.
11062 Procedure with OUT or INOUT parameters are not
supported in trigger action statement.
11101 MXUDR: Unknown message type: value.
11102 MXUDR: Invalid UDR handle: string.










