Search found 3 matches

by saidutta123
Fri Sep 30, 2011 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing error, XALAN Fatal Error, expected an attribute
Replies: 4
Views: 2058

It has been solved mate.. I have increased the length of the CLOB column and it is loading fine now.. my bad.. thanks for your reply anyway..!
by saidutta123
Fri Sep 30, 2011 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing error, XALAN Fatal Error, expected an attribute
Replies: 4
Views: 2058

The Xpath expressions are fine craig. I have taken the copy of CLOB XML and ran it through External source as a file and it is loading successfully. i don't know why it is not working through CLOB.

/Does all of the XML in the CLOB conform to a single xsd?/

yes it does.
by saidutta123
Thu Sep 29, 2011 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing error, XALAN Fatal Error, expected an attribute
Replies: 4
Views: 2058

XML Parsing error, XALAN Fatal Error, expected an attribute

Hi I have a design like below oracle_connector ---> copy----> xmlinput--- > t/f----->oracle_connector We are reading xml from oracle CLOB and parsing the xml using xml input stage. Job ran fine for couple of xmls but for one of the xmls I am facing xalan fatal error, which is basically occurs due to...