Neoview Messages Manual (Volume 1) (R2.5)

SQL 11050
11050 NOT ATOMIC is not allowed on compound triggered action statements.
Cause A specified triggered action statement is a non-atomic compound statement (BEGIN
NOT ATOMIC ... END), and triggered action statements can have only atomic compound
statement(s) (BEGIN ATOMIC ... END) as part of a trigger definition.
Effect The trigger definition can not compile or be prepared.
Recovery Change BEGIN NOT ATOMIC to BEGIN ATOMIC.
SQL 11051
11051 Materialized views cannot be updated in a trigger action.
Cause A delete statement was specified on a materialized view as a trigger action,
Effect The statement fails to execute.
Recovery None. You cannot delete from a materialized view in a trigger action.
SQL 11101
11101 MXUDR: Unknown message type: value.
Cause The UDR server received a request message with an unknown message type.
Effect The request message is rejected, and the SQL statement fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 11102
11102 MXUDR: Invalid UDR handle: string.
Cause The UDR server received a request for a stored procedure that is no longer present
in the UDR server context.
Effect The request message is rejected, and the SQL statement fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 11103
11103 MXUDR: Invalid routine handle: string.
Cause The UDR server encountered an internal error. Either a language manager operation
failed, or a UDR server data structure was determined to be invalid.
Effect The request message is rejected, and the statement fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 11104
11104 MXUDR: CLI Error: text.
Cause The UDR server encountered an unexpected error during an internal SQL operation.
The message text includes the name of the SQL operation and the error code that was returned.
Effect At completion, the stored procedure might display unexpected results or side effects.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
241