PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Application Engine to CI Error Handling

edited Oct 23, 2015 1:00PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 5 commentsAnswered

We load a file to a custom staging table.  The table is read and the Vendor Component Interface is invoked.  If any data element in any row of the staging table is invalid, the CI writes the error to the log and ABEND's the entire Application Engine.  We have a good idea for how to trap and track error rows, but how can we prevent the CI from ABEND'ing the AE? Note that try/catch does not work with CI's.  Setting the AE step to ignore/suppress on error has no impact.  We have tried with with a sql fetch loop vs. the staging table and with doing a for loop for the staging table rowset.  A two-step approach of do-select/peoplecode also does not work per various blog entries.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center