ORCHESTRATE exception -- APT_Archive::BadClass 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
shahzad
Participant
Posts: 3
Joined: Fri Dec 24, 2010 5:03 am

ORCHESTRATE exception -- APT_Archive::BadClass Error

Post by shahzad »

Dear DS Gurus

Pls. help me on this error :

Earlier all my ds jobs used to run Ok .But now this problem is cropping up.


APT_CombinedOperatorController,3: Fatal Error: Caught ORCHESTRATE exception in parallel process: APT_Archive::BadClass: From: Loading memory archive: Could not find "APT_TransformOperatorImplV0S1_POC_TEST_Transformer_1".
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Re: ORCHESTRATE exception -- APT_Archive::BadClass Error

Post by samyamkrishna »

Try using the APT_DISABLE_COMBINATION environment variable in your job and set it to false. You will get to know what the actual error is.
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Re: ORCHESTRATE exception -- APT_Archive::BadClass Error

Post by samyamkrishna »

jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Re: ORCHESTRATE exception -- APT_Archive::BadClass Error

Post by jwiles »

If your situation is similar to that discussed in the linked thread (the transformer compiled object wasn't propogated to the other nodes in an MPP environment), another option is the environment variable APT_COPY_TRANSFORM_OPERATOR. This is documented in the Parallel Job Advanced Developer Guide.
Sreedhar
Participant
Posts: 187
Joined: Mon Oct 30, 2006 12:16 am

Post by Sreedhar »

Hi,

The other option would be to force compile the job.
Regards,
Shree
785-816-0728
Post Reply