Page 1 of 1

Error occurred in call to ORPHCallActivePluginTerminate()

Posted: Wed Apr 13, 2011 9:57 pm
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.

Posted: Wed Apr 13, 2011 11:10 pm
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.