HPE NonStop SQL/MX Error – 11062 Procedure with OUT or INOUT parameters are not supported in trigger action statement.

In this blog post, let’s learn about the error message “11062 Procedure with OUT or INOUT parameters are not supported in trigger action statement.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.

Error Message

11062 Procedure with OUT or INOUT parameters are not supported in trigger action statement.

Reason for the Error

The trigger action of the CREATE TRIGGER statement includes a stored procedure using OUT or INOUT parameters.

Solution

Rewrite the trigger to use stored procedures with only IN parameters in the trigger action

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this blog post, let’s learn about the error message “1104 Default value string is too long for column column-name.”...
  • Data
  • December 3, 2024
In this blog post, let’s learn about the error message “3165 The precision or exponent value specified in value was...
  • Data
  • December 3, 2024
In this blog post, let’s learn about the error message “2051 Either control optionoption name or value ‘value’is not valid.”...
  • Data
  • December 3, 2024