Search found 3835 matches
- Fri Sep 03, 2010 5:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: while reading from MQ need to remove header
- Replies: 2
- Views: 1502
What problems are you having right now? You normally won't get any header information in your way if its a standard MQ message ...just have a single message for your payload on your output link........if it (the message) was placed there by JMS, then it will have RFH2 details in it......I haven't lo...
- Thu Sep 02, 2010 7:52 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How to Merge Changed Metadata
- Replies: 1
- Views: 1112
- Thu Sep 02, 2010 7:56 am
- Forum: General
- Topic: Javadocs For JAR files provided in Datastage 8.0
- Replies: 1
- Views: 1295
- Wed Sep 01, 2010 6:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How much big xml file a XML input stage can process
- Replies: 4
- Views: 1664
- Wed Sep 01, 2010 5:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How much big xml file a XML input stage can process
- Replies: 4
- Views: 1664
Do some searches..this subject has come up often.....you should be fine in the under 200Meg range...there may be some APT_ variables that you will need to set, but that depends more on your approach to reading the xml from disk or message queue. If you hit such a limit, there are tools and technique...
- Tue Aug 31, 2010 12:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xml writer
- Replies: 3
- Views: 1728
- Tue Aug 31, 2010 10:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xml writer
- Replies: 3
- Views: 1728
The doc is pretty good, but in brief, put an XMLOutput Stage on your canvas....it has lots of options for how and where you want to send the xml. Your xml snippet below doesn't exactly look correct, but it's close...... what you need is the following xpath expressions (or close to these) in the Desc...
- Sun Aug 29, 2010 7:33 am
- Forum:
- Topic: Table Definitions vs Database Tables
- Replies: 3
- Views: 1499
- Sun Aug 29, 2010 7:31 am
- Forum:
- Topic: Shared Tables in MW
- Replies: 9
- Views: 4416
- Fri Aug 27, 2010 7:19 am
- Forum:
- Topic: Table Definitions vs Database Tables
- Replies: 3
- Views: 1499
- Fri Aug 27, 2010 7:17 am
- Forum:
- Topic: Shared Tables in MW
- Replies: 9
- Views: 4416
- Fri Aug 27, 2010 7:15 am
- Forum:
- Topic: Shared Tables in MW
- Replies: 9
- Views: 4416
- Thu Aug 26, 2010 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML node aggregation
- Replies: 6
- Views: 2707
It looks like it's more complex than that... I might have read it too quick......certainly the key is an issue, and it should probably be on that lowest level empno column.... However, there is more that you need to do. You probably will need a containment element around your empno details. In your ...
- Thu Aug 26, 2010 1:41 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Creating Webservice (WISD Job) with Array Input
- Replies: 1
- Views: 2625
Your Java developer will have to know how to use Axis (or other equivalent SOAP engine) to generate arrays for SOAP input, and/or to process an array that is returned. This is a more advanced concept in SOAP client development, althogh most IDE's handle it just fine these days. In the meantime, for ...
- Wed Aug 25, 2010 9:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Expose Job sequence as web service
- Replies: 2
- Views: 1934