× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 5/16/13 10:23 AM, rob@xxxxxxxxx wrote:
Let me ask this, if some action updates FILEA, and there's a trigger on
FILEA it does not attempt to update that same row in FILEA by either an
SQL update or an rla update, does it? Because it's better to do that by
ALWRPTCHG(*YES) and modifying the trigger buffer.
Or is it more of a case where row A gets triggered and that trigger
updates row B and the trigger on row B attempts to update row A again?

Actually, neither: as I said, the trigger program in question executes workflow scripts, and it's mostly ILE RPG, with nothing done to enable recursion, so it (by design) rejects recursive calls. And it's the "after" trigger for insert, update, and delete on every file that supports workflow scripting.

My workflow scripting language has no provision for modifying or deleting existing records, other than by making an external call to a program that does so. It can create new records in certain files, and therein lies the failed (by design) recursion, since it's creating new records in files for which it is the after-insert trigger.

We want it to continue to reject recursive triggering; otherwise, it would be very easy to write some combination of workflow scripts (or even a single workflow script) that would throw the job into a recursive tightloop until it blew up (or took the system down).

--
JHHL

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.