Search found 42189 matches
- Mon Nov 06, 2006 7:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transfer a Batch of Data over a link
- Replies: 6
- Views: 1091
- Mon Nov 06, 2006 7:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple links to the same stage as read/write
- Replies: 2
- Views: 664
Welcome! :D Performance is a relative term and many things can affect it. Sure, doing multiple somethings is more expensive than doing one of those somethings. However, if you mean will it behave differently when using multiple links to a single stage rather than using multiple stages with single li...
- Mon Nov 06, 2006 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Version 6 and DS Version 7 - Major Differences
- Replies: 3
- Views: 1720
- Sun Nov 05, 2006 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handle Abort automatically.
- Replies: 4
- Views: 1143
- Sun Nov 05, 2006 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transfer a Batch of Data over a link
- Replies: 6
- Views: 1091
'Complete batch'? I'm guessing from your 'usually it just send the last row of a batch of rows' comment that you want a lookup to return a 'multi-row result set'. If that's the case, there are pleny of conversations here on the subject that a search would turn up. And one of the first things you'll...
- Sun Nov 05, 2006 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handle Abort automatically.
- Replies: 4
- Views: 1143
Re: Handle Abort automatically.
So if any of the Child JobSequence aborts, the main Job sequence does not getting aborted. That's true - because nothing went wrong in the main Sequence job. You need to detect the problem in the 'child' Sequence job, propogate it up the foodchain by logging something in the child Sequence job and ...
- Sat Nov 04, 2006 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Max of the Data
- Replies: 11
- Views: 1999
Also explain me where to find abt the 'Last' in Aggregator Actions. What does this action do? It does exactly what it sounds like it would do. It is part of a related series of actions that don't technically do any 'aggregation': First Last Max Min Each one works within each 'group' you are aggrega...
- Fri Nov 03, 2006 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IBM Developer Network
- Replies: 7
- Views: 1774
- Fri Nov 03, 2006 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sql server stored procedure return value
- Replies: 1
- Views: 1086
- Fri Nov 03, 2006 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job "TestJob" appears not to have started after 60
- Replies: 3
- Views: 1178
My Admin Team informed that all are with in Limits. If that was true, you wouldn't be here posting about a -14 error. Yes, they are hard to diagnose sometimes. Keep in mind it is all load on the server, not just the 'ETL load'. It attempted to start a job and did not hear back within the timeout pe...
- Fri Nov 03, 2006 12:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing Unix command Output as command in Batch job
- Replies: 3
- Views: 1766
No, not parameters passed. You have to keep in mind the fact that your 'Output' from DSExecute is not a simple string, it's a dynamic array of values. That syntax just means take the first entry from it, which is all you really wanted in this case. If your output was multiple 'records', each would b...
- Fri Nov 03, 2006 10:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing Unix command Output as command in Batch job
- Replies: 3
- Views: 1766
- Fri Nov 03, 2006 10:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CREATING MULTIPLE FILES
- Replies: 2
- Views: 938
Re: CREATING MULTIPLE FILES
So, for every row in the flat file, I need to create new file. I can do this by using JobControl, but is there any other way? No. At least not if you really need to create a new separate file for each record ... Well... maybe using the XML Output stage. Its output could look very 'flat' if there's ...
- Fri Nov 03, 2006 10:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Max of the Data
- Replies: 11
- Views: 1999
- Fri Nov 03, 2006 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Max of the Data
- Replies: 11
- Views: 1999