Invoker not restricted to definer Explanation: The /RESTRICT_INVOKER or /SQLOPTIONS=RESTRICT_INVOKER qualifier was not used to restrict the invoker to be the definer of a module. That is, any user may invoke this module, but in order to conform to ANSI, only the definer of the module may invoke it. The definer is considered to be the user who compiles a module or the user specified by the AUTHORIZATION clause of the module language. User Action: If it is important to have your program conform to ANSI standard semantics, use the appropriate qualifier to invoker restricting.