Error occurred in call to ORPHCallActivePluginTerminate()

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
neena
Participant
Posts: 90
Joined: Mon Mar 31, 2003 4:32 pm

Error occurred in call to ORPHCallActivePluginTerminate()

Post by neena »

Hi, while we are calling the mainframe cobol program (stored procedure) we got the Fatal error mentioning "Error occurred in call to ORPHCallActivePluginTerminate()" . can any one please let me know why we would get this error. Please let me know if you need more details. I searched the forum for ORPHCallActivePluginTerminate() but couldn't find anything.

Job design is:

Dataset ----> Transformer ---> stored procedure stage---> Transformer ---> dataset

Error is at stored procedure stage.
antonyraj.deva
Premium Member
Premium Member
Posts: 138
Joined: Wed Jul 16, 2008 9:51 pm
Location: Kolkata

Post by antonyraj.deva »

The problem is more likely with the transformer. The cause is a mismatch in the JVM's of both the transformers.

In all the three stages starting with the first transformer in your job design, go to advanced tab and set the combinability mode as "Don't Combine".

Then re-compile and see if it works fine.
TONY
ETL Manager
Infotrellis India

"Do what you can, with what you have, from where you are and to the best of your abilities."
Post Reply