Dear forum,
I am facing an issue with DI Studio I cant find any documentation on.
There is 1 job which has a Lookup (missing table->abort) and a post-processing defined, which inserts a row into a "jobstatus" table containing the JOB_RC.
When running the job normally, it aborts when in case the lookup table is missing and executes the post-processing code.
When I run the job via an %include from another job, the lookup table is missing, the job aborts but does NOT run the post-processing code, thus not inserting the JOB_RC into my jobstatus table.
Why is the behaviour different?
Thanks a lot,
Thomas