Search found 6 matches

by DaveBaumann
Mon Jun 06, 2005 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More than one XML Reader in a Job?
Replies: 3
Views: 905

I don't think this is an OS level issue since we have (older) jobs that work fine with multiple readers (BTW - this isn't an issue with trying to read the same file multiple times, the issue occurs whenever there are multiple readers even if we are trying to access different XML files).
by DaveBaumann
Mon Jun 06, 2005 11:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More than one XML Reader in a Job?
Replies: 3
Views: 905

More than one XML Reader in a Job?

Hi, Has anyone else encountered problems with using more than two XML readers in the same job? Currently when I try and create a job with two readers I keep getting the fatal error: XMLTest..XMLReader_6: ds_xml_parse() - Invalid handle 1 If I cut it back to one reader (and I've tried cutting back al...
by DaveBaumann
Sun Jul 18, 2004 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML2 Reader and ">" Character
Replies: 11
Views: 5156

kduke wrote:I do this before I turn it into XML or HTML.
In this instance we are using it because the XML2 reader can't cope with the XML data thats being sent to us.
by DaveBaumann
Fri Jul 16, 2004 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML2 Reader and ">" Character
Replies: 11
Views: 5156

In case anyone is interested and hits a similar issue, here's a routine I've written to circumvent the issue. It takes in the the whole of the XML file data as an input parameter string (P_InputData), hence can be placed in a transformer following a folderstage, and returns a string with any ">...
by DaveBaumann
Tue Jul 13, 2004 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML2 Reader and ">" Character
Replies: 11
Views: 5156

The > character is definately not valid by itself as data in an xml file, open the xml file containing this in internet explorer and it will complain that it is not formed properly. The issue being that some newer parsers don't complain about ">" being inside a tag as they can quite happi...
by DaveBaumann
Wed Jul 07, 2004 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML2 Reader and ">" Character
Replies: 11
Views: 5156

Unfortunatly this is a data file supplied to us, so we are at the mercy of the quality of data sent to us here. I'd thought about a preprocess routine, and we may eventually have to do this is we don't get an update from the supplier, however I was hoping there was some options in the XML2 reader st...