XML input.............

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
pavans
Participant
Posts: 116
Joined: Sun Sep 10, 2006 7:33 am
Location: bangalore, india

XML input.............

Post by pavans »

Hi

i tried loading an XML file into a sequential file.
its throwing the fatal error as:

XML_InvoiceShip_Input,0: Error occurred in call to ORPHCallActivePluginInitialize().

Can someone help me regarding this.

Thanks in advance.
Thanks,
Pavan
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Could be lotsa things...has XMLInput Stage ever worked for you? Have you looked thru the forum here for XML examples? Try something simple first...the XML Stages can be a bit tricky first time you use them.....

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
pavans
Participant
Posts: 116
Joined: Sun Sep 10, 2006 7:33 am
Location: bangalore, india

Post by pavans »

eostic wrote:Could be lotsa things...has XMLInput Stage ever worked for you? Have you looked thru the forum here for XML examples? Try something simple first...the XML Stages can be a bit tricky first time you use them.....

Ernie
This is first time i m using XML input.
I searched all the forums. Created the job................
The following is the error i m getting:
ORPHCallActivePluginInitialize().
Let me know how can i resolve this..............

Thanks
Thanks,
Pavan
VCInDSX
Premium Member
Premium Member
Posts: 223
Joined: Fri Apr 13, 2007 10:02 am
Location: US

Post by VCInDSX »

Hi Pavans,
If you could provide some additional details, as Ernie requested, it would be of great help for others to help you.
I ran into this error today when i was trying to parse an input xml file but had no repitition element defined.
XML_Input_41,0: Error: No repetition element specified for link "DSLink44". Please make sure a column that contains the repetition path is set as key in the output link table definition.

What is your job design?
How are you reading the xml file? Using SeqFile or External source?
Did you follow a guide or tutorial or best practices document for the sample job?
What are the various stages in your job?

check out the following links that are referred in various other posts in here. There is an excellent XML tutorial in this first link.
http://www-128.ibm.com/developerworks/d ... 0703xiong/
Great goodies - thanks to Duke and Ernie.
http://www.duke-consulting.com/Download ... ctices.zip

Also, refer the XML Pack Guide in your documents suite.

Good luck,
-V
Post Reply