Previous Topic: -532 - TRIG authid.name: msg-stringNext Topic: -534 - msg-string


-533 - TRIG authid.name: msg-string

Explanation

There has been a trigger execution error. The information in msg-string varies depending upon the error that has occurred. This message commonly occurs when you have not concatenated the load library (into which your procedure has been linked) into the STEPLIB of the DBMUFPR jobstep of your Multi-User Facility job. This is especially likely to be the cause of the message if the message resembles the following:

TRIG authid.sql-trig-name: external-proc-name FETCH ERROR

For example, TRIG SYSUSR.MYTRIG: MYPROC FETCH ERROR.

The SQLSTATE that equates to this SQL return code is 09S01.

User Response

Correct the problem described by the msg-string.