Search found 3835 matches
- Tue Nov 27, 2012 1:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trace logs for java code in datastage
- Replies: 2
- Views: 1380
- Mon Nov 26, 2012 7:13 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Web Service - Sequential file - refresh
- Replies: 1
- Views: 2637
- Tue Nov 20, 2012 7:11 am
- Forum:
- Topic: Problem while importing form Business objects
- Replies: 3
- Views: 2662
It may have been the names, but also could be that the metadata is simply not connected internally for some reason. What you might want to do is build an extension mapping for connections that don't automatically get created. Extension Mappings can be established to go from Database Column to BI Col...
- Tue Nov 20, 2012 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creation XML file with Header ,Detail , Trailer
- Replies: 12
- Views: 6292
- Mon Nov 19, 2012 8:37 pm
- Forum: General
- Topic: Information Server version 9.1
- Replies: 18
- Views: 11528
- Mon Nov 19, 2012 12:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creation XML file with Header ,Detail , Trailer
- Replies: 12
- Views: 6292
- Mon Nov 19, 2012 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creation XML file with Header ,Detail , Trailer
- Replies: 12
- Views: 6292
- Mon Nov 19, 2012 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creation XML file with Header ,Detail , Trailer
- Replies: 12
- Views: 6292
It's in the document. Look at the xmlOutput Section where it talks about writing out multiple independent paths.... Then decide what your document is going to look like....do you already have a sample? Create a common key for the rows among the three sources...either manufacture one, or maybe there ...
- Fri Nov 16, 2012 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hopefully simple XML question (Assembly Editor w/ 1:M rels)
- Replies: 4
- Views: 1376
- Fri Nov 16, 2012 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hopefully simple XML question (Assembly Editor w/ 1:M rels)
- Replies: 4
- Views: 1376
- Fri Nov 16, 2012 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hopefully simple XML question (Assembly Editor w/ 1:M rels)
- Replies: 4
- Views: 1376
- Fri Nov 16, 2012 7:25 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: how pass param to Webservice
- Replies: 2
- Views: 4363
...a strong recommendation for ANY reading of an xml document and something, for other readers of this thread, that is discussed throughout this forum....there is too great a chance that the sequential stage will react to things like CRLF's embedded in the document --- character sequences that from ...
- Fri Nov 16, 2012 7:20 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Failed to load webservice M'aider M'aider
- Replies: 4
- Views: 3562
- Wed Nov 14, 2012 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Validation in Schema File
- Replies: 2
- Views: 907
I like the concept though....I've looked at doing things like this with formal xml schema definitions, and the idea is cool when applied to EE: Be able to apply a dynamic EE schema file at run-time for a sequential file that will capture rejections based on things like datatype, without having to fo...
- Wed Nov 14, 2012 2:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Web Services Client issue
- Replies: 1
- Views: 755
Hard to say...some things to try that might help uncover the problem: a) can you run the service thru a tool like SOAPui? be sure that you can. b) can you run the service in the WSTransformer? sometimes the argument passing is less error prone. c) code the Job as a Server Job...perhaps for productio...