Shared Container Error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
JezT
Participant
Posts: 75
Joined: Wed Sep 15, 2004 1:52 am

Shared Container Error

Post by JezT »

I have 3 Transform Jobs that are using a Shared Container to perform a lookup with a natural key to find the corresponding surrogate key from a dataset.

If it cannot locate the key in the dataset it performs a lookup on the actual DB2 table and if it still can't find the key, it passes the row through to a rejection handling shared container.

On this final section (going to the rejection handling shared container) I am getting the following error :

Code: Select all

pscKeyLookupC99.xfmNotFound,1: The runLocally() of the operator failed.
Followed by more of the same fatal messages and then :

Code: Select all

APT_CombinedOperatorController(2),1: Operator terminated abnormally: runLocally did not return APT_StatusOk
Any suggestions

Cheers
Jez T
just4geeks
Premium Member
Premium Member
Posts: 644
Joined: Sat Aug 26, 2006 3:59 pm
Location: Mclean, VA

Post by just4geeks »

Hi,

Please Disable Operator Combination environment variable from administrator then you might get more informative warning or log messages for debugging.

Thanks!
Attitude is everything....
Post Reply