Page 1 of 1

Shared Container Error

Posted: Wed May 14, 2008 3:48 am
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

Posted: Wed May 14, 2008 3:51 am
by just4geeks
Hi,

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

Thanks!