Hi guys, I have a trigger on a PF, but when it fires the trigger program has to call another program to do the rest of the job. When it comes to calling this program I get the following error message:
As you can see, the trigger program is called TRIGTEST and the program it has to call is FILLDTQ.
The thing is.. when I test it in my own library it works fine, but now it has to connect to a webpage through a DLL (the DLL writes to the PF and fires the trigger which calls TRIGTEST.
Does anyone know why this is happening? I suspected an authority thing, so I gave the user that is handling the part of the firing of the trigger (QUSER) authority on the files it needs, but in vain. Any help would be much appreciated!
PHP Code:
Cannot resolve to object FILLDTQ. Type and Subtype X'0201' Authority
X'0000'.
Function check. MCH3401 unmonitored by TRIGTEST at statement 0000000123,
instruction X'0000'.
Error occurred while calling program or procedure *LIBL/FILLDTQ (C G D F)
The thing is.. when I test it in my own library it works fine, but now it has to connect to a webpage through a DLL (the DLL writes to the PF and fires the trigger which calls TRIGTEST.
Does anyone know why this is happening? I suspected an authority thing, so I gave the user that is handling the part of the firing of the trigger (QUSER) authority on the files it needs, but in vain. Any help would be much appreciated!




Comment