Search found 3835 matches
- Wed Feb 06, 2013 12:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WS client error "Input String was not in a correct form
- Replies: 4
- Views: 3685
- Wed Feb 06, 2013 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WS client error "Input String was not in a correct form
- Replies: 4
- Views: 3685
- Wed Feb 06, 2013 9:04 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Web service output columns
- Replies: 1
- Views: 3190
- Tue Feb 05, 2013 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get File name in External source stage
- Replies: 18
- Views: 12527
I can't think of a reason why it wouldn't work....the filename column (or any other column) on the input link is available just like any other for normal mapping at the output step. As a test, just to see if it has something to do with your xsd structure, create a whole new job that just passes the ...
- Tue Feb 05, 2013 3:00 pm
- Forum: General
- Topic: XML Stage vs XML Pack
- Replies: 15
- Views: 3455
- Tue Feb 05, 2013 9:07 am
- Forum: General
- Topic: XML Output Stage File Name Split
- Replies: 7
- Views: 1496
- Tue Feb 05, 2013 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use parallel jobs in low volume new system?
- Replies: 3
- Views: 953
Your mileage will vary.....but some characteristics worth noting are: Server Jobs typically have far less initialization time....the whole job will finish and complete before the parallel Job even gets started....when the volumes are tiny, that could be important. Server Jobs tend to be more flexibl...
- Tue Feb 05, 2013 8:53 am
- Forum: General
- Topic: XML Stage vs XML Pack
- Replies: 15
- Views: 3455
- Tue Feb 05, 2013 8:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Connector stage writing rows as messages
- Replies: 5
- Views: 1526
- Wed Jan 30, 2013 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Connector stage writing rows as messages
- Replies: 5
- Views: 1526
- Wed Jan 30, 2013 6:42 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Trying to select at Job in the Operations in ISD Application
- Replies: 4
- Views: 4285
- Wed Jan 30, 2013 6:41 am
- Forum: General
- Topic: xmeta query to get the job log
- Replies: 3
- Views: 3195
- Wed Jan 30, 2013 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to call a Web Service from a Java Stage
- Replies: 2
- Views: 1378
You have a lot of pre-work to do.... a) determine how to call a web service from Java. Get it working stand-alone. This is a java skill independent of DataStage. If you don't know how to do it yourself, I would advise starting some web searches --- there are literally thousands of resources and othe...
- Wed Jan 30, 2013 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Connector stage writing rows as messages
- Replies: 5
- Views: 1526
I would probably instead just read the whole thing as a single row, and not worry about having to control the MQ writing side.... ...use a Server Job and read the file with the Folder Stage.....it has the ability to very easily consume the entire file as a single column......be careful if the file i...
- Wed Jan 30, 2013 6:32 am
- Forum:
- Topic: Configuring IMAM
- Replies: 13
- Views: 10363
Make sure that your linux/unix server (where WAS is installed) is able to ping/see the client windows machine where you have installed the Metadata Interchange Server. Make sure there are no firewall issues or other blocking. The server in this case must be able, as a client, to connect directly to ...