Search found 2 matches

by vasab
Mon Nov 04, 2013 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input document parsing failed
Replies: 2
Views: 2399

Issue is resolved. IN the external source stage , I used the below intially [b]find[/b] path of the file -name file name | [b]awk[/b] -F "/" printing the file name and passing it to XML input stage as URL. So it was giving me the error. Now I just used ls path of the file and passed it to ...
by vasab
Wed Oct 30, 2013 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input document parsing failed
Replies: 2
Views: 2399

XML input document parsing failed

I have a job as below External source ---- XML input ---- Seq File External Source : Used source method as Specific Programs Source Program : ls gave the path of the file I am getting the error as below XML input document parsing failed. Reason: Xalan fatal error (publicId: , systemId: , line: 0, co...