HP Neoview Messages Manual page 241

Table of Contents

Advertisement

SQL 1 1050
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 1 1051
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 1 1 101
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 1 1 102
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 1 1 103
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 1 1 104
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

Advertisement

Table of Contents
loading

Table of Contents