Page 1 of 1

Error occurred in call to ORPHCallActivePluginInitialize().

Posted: Fri Jan 06, 2012 1:13 am
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

Posted: Fri Jan 06, 2012 8:07 am
by chulett
There must be more to the error than that.

Posted: Fri Jan 06, 2012 1:48 pm
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..