Error occurred in call to ORPHCallActivePluginInitialize().

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
atulgoel
Participant
Posts: 84
Joined: Tue Feb 03, 2009 1:09 am
Location: Bangalore, India

Error occurred in call to ORPHCallActivePluginInitialize().

Post by atulgoel »

Hi,

My requirement is to read a XML file and load that into table. Below is the structure of the Job:

XML File Structure:

<?xml version="1.0" ?>
- <aaaaaaaaa>
- <reference>
<captureInformation captureTimer="1" capturedate="20111120072225" capturemethod="HOLA" salesorder="" />
<userInfo Company="XXXXXX" Email="kinNGJIN@NXXXX.COM" Name="SDEFR HUR" UserType="UNKNOWN" />
<creator name="aaaaaaaa" platform="Windows" version="2.X.X" />
</reference>
<summary diskCount="-1" resultsCode="100000" shelfCount="-1" stackCount="-1" sysconfigMP="UNKNOWN" />
<controller model="FAS6240" serialnumber="1031940" />
</aaaaaaaaa>

I want to have 2 columns in output:

Name
Email

Sequential File --> XML Input stage --> Transformer --> Output Table

While running I am getting the below error XML Input stage:

Error occurred in call to ORPHCallActivePluginInitialize().

Please help to remove the above error.

Thanks in Advance!

Regards
Atul
Atul
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There must be more to the error than that.
-craig

"You can never have too many knives" -- Logan Nine Fingers
atulgoel
Participant
Posts: 84
Joined: Tue Feb 03, 2009 1:09 am
Location: Bangalore, India

Post by atulgoel »

Hi,

I got the issue. Actually i was missing defining derivation and description in XML input stage in Output tab. After giving values, I am able to run the job..
Atul
Post Reply