Let's stick to the initial thread, because now it is clear that it may have nothing to do with XML per se.......
For "one" (or each one) of those links coming from your XMLInput Stage ....when going DIRECTLY to a sequential file, do you have this column "mix up" issue?
Ernie
Search found 3835 matches
- Mon Aug 17, 2009 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Xml Input Spaces Problem
- Replies: 13
- Views: 3159
- Sun Aug 16, 2009 7:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Xml Input Spaces Problem
- Replies: 13
- Views: 3159
As Craig notes, please show us the xpath that you are using (what is in the Description property for these columns). You should see something like: /[the parent elements...]/info/text() /[the parent elements...]/ad1/text() And then review carefully a few other things: a) how are you reading in the x...
- Sun Aug 16, 2009 9:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: differences between 7.5 and 8.1
- Replies: 5
- Views: 2124
- Sun Aug 16, 2009 9:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: In-memory lookup
- Replies: 8
- Views: 3835
I've been told by various dedicated experts of the rdbms databases that we support (db2, oracle, etc.) that the rdbms' themselves have algorithms that are smart enough to do a degree of caching, but in Server there is nothing in particular that keeps the Stage from going back to the database each ti...
- Thu Aug 13, 2009 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XMLOutput Stage
- Replies: 1
- Views: 1182
- Mon Aug 10, 2009 3:17 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Loading Array from WSDL
- Replies: 3
- Views: 4259
- Mon Aug 10, 2009 1:13 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Loading Array from WSDL
- Replies: 3
- Views: 4259
- Mon Aug 10, 2009 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generating Column names in XML Input Stage
- Replies: 3
- Views: 2520
- Fri Aug 07, 2009 11:15 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Datastage job as service
- Replies: 19
- Views: 12981
- Thu Aug 06, 2009 2:15 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Datastage job as service
- Replies: 19
- Views: 12981
Hi dlai74... Very eloquent description of what RTI does for 7.5 and what ISD does for v8! RTI, which has been in production since 2002, does exactly this --- gives you the opportunity to re-use logic created for batch purposes as a service for online applications... No sense re-inventing the wheel. ...
- Thu Aug 06, 2009 2:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Java Client Stage issue in version 8.0-.1
- Replies: 4
- Views: 1856
Did you write the java class? Do you have a version of it that is not coded for JavaPack, and can run stand-alone? What lstsaur is saying is that you need to get the complete classpath, as you may have ran it externally, or as you needed to include in your IDE when you first compiled the class.........
- Thu Aug 06, 2009 5:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we prepare XML file through datastage?
- Replies: 12
- Views: 14125
You have lots of homework and searching to do. Read the document that Craig points to up above. If you are targeting xml, there are lots of examples. Do LOTS of searching here...there are lots of threads on the basics. Read some xml before you try to write any...you will more easily get a good feeli...
- Wed Aug 05, 2009 8:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: metadata in csv import it into datastage
- Replies: 4
- Views: 5422
If you have 100 of them, it may be simplest just to write a program that creates a reverse-engineered classic .dsx or xml formatted .dsx file. Create a simple DS Table definition and save the .dsx. Open it up. You'll see that, if it's just a Table Definition, the structure is fairly easy to replicat...
- Wed Aug 05, 2009 5:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we prepare XML file through datastage?
- Replies: 12
- Views: 14125
In some special circumstances, Server is easier to use than Parallel edition for XML, because of the size and variable nature of XML strings. Server is much more lenient for really long strings (10s of meg) and sometimes, especially when targeting XML, you may need to toss these strings around from ...
- Tue Aug 04, 2009 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Redefine clause in XML file
- Replies: 5
- Views: 1851
Search thru the forum here. Look for references to Kim Duke's web site....there you will find (among other great things) a document that Kim has been keeping warm for everyone --- it's a best practices document for xml. This is a document written many years ago by one of our developers --- it goes i...