Trigger failure Questions

1

AS400 Triggers
I have some triggers set up on our AS400. A record gets written to a physical file each time one of the triggered files has an add, update or delete performed against it. The problem is that we have a few batch programs that do not write to the trigger file when run (and update [...]

Answer Question   |  May 27, 2011  7:58 PM
AS/400 administration, AS/400 Parameters, AS/400 triggers, CL batch program, TRIGGER, Trigger failure
asked by:
15 pts.

Where is the error log of an AS/400 trigger?
when a trigger added to a file on the iseries generate execution errors the log of the program where it is ?  if the trigger program has an internal list where I look? Gracias por su ayuda

Answer Question   |  December 3, 2010  4:56 PM
AS/400 errors, AS/400 triggers, iSeries, Trigger failure
asked by:
25 pts.

Trigger errors
Why is my trigger program failing? It’s a CL program and it appears it is not even getting to the early part of the program where I have a halt to check job attributes. I created a physical file on our iSeries and added a trigger using the following command. ADDPFTRG FILE(EXTRANET/WCTLH) TRGTIME(*AFTER) TRGEVENT(*INSERT) PGM(EXTRANET/WXTRAOE) TRGLIB(EXTRANET). [...]

Answer Question   |  April 1, 2010  6:20 PM
ILE RPG, TRIGGER, Trigger failure
asked by:
3,915 pts.

ADD trigger gives a Cross Reference Failed error
I have attempted a very simple CRTPFTRG command to add a trigger to a table specifing * AFTER and *INSERT, however no matter what I do the error code CPD32E7 is stated as the cause of the add trigger failing. Acording to the error message this is because of Operation =1 Reason 6 which refers [...]

Answer Question   |  April 16, 2010  3:04 PM
i5/OS, IBM WebSphere, Trigger failure
asked by:
5 pts.

1