Search found 53125 matches
- Wed Mar 15, 2006 5:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scratch space issue
- Replies: 4
- Views: 988
It's always worth cleaning entries that are no longer needed from file systems. It's the fact that people don't that keeps disk vendors in business (in part at least). Pretty anything in the directories identified as scratch disk resource is a candidate (provided no jobs are running), as well as any...
- Tue Mar 14, 2006 6:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASH File Behaviour
- Replies: 5
- Views: 952
- Tue Mar 14, 2006 6:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Question about UtilityAbortToLog
- Replies: 12
- Views: 3579
- Tue Mar 14, 2006 6:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merge Sequential Files
- Replies: 16
- Views: 3607
Use one Sequential file stage with a filter command that uses cat (UNIX) or type or copy (Windows) to load all the rows from all the files into a single stream. Run this through the Aggregator stage. Even better would be to run the output of cat through sort (on the key) as part of the filter; this ...
- Tue Mar 14, 2006 6:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASH File Behaviour
- Replies: 5
- Views: 952
- Tue Mar 14, 2006 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scratch space issue
- Replies: 4
- Views: 988
In a word, MORE. You cannot stint for parallel jobs. If you can't get another file system, then you have no possible solution for "file system full" and you should go back to server jobs until you can get some more disk space. Parallel jobs are far more resource hungry than server jobs; the extra re...
- Tue Mar 14, 2006 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: not able to open the job
- Replies: 10
- Views: 3145
- Tue Mar 14, 2006 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: vertical pivot
- Replies: 28
- Views: 11560
- Tue Mar 14, 2006 2:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors exporting metadata with Reporting Assistant
- Replies: 10
- Views: 4495
- Tue Mar 14, 2006 2:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reject file from oracle target
- Replies: 11
- Views: 2346
- Tue Mar 14, 2006 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is there a BTEQ-equivalent PX stage?
- Replies: 9
- Views: 4250
- Tue Mar 14, 2006 11:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Opening a hash file in a custom transform routine, how?
- Replies: 2
- Views: 808
You can use a UNC pathname with OpenPath provided that the ALLOWNFS configuration tunable is set to 1. You may also be able to use the hostname!pathname convention, but I have no way of checking this at the moment - it may fail, because it will try to trigger UV/Net software (which isn't installed w...
- Tue Mar 14, 2006 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reject file from oracle target
- Replies: 11
- Views: 2346
- Tue Mar 14, 2006 11:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User defined ENV(environmental Variable)
- Replies: 4
- Views: 1321
- Tue Mar 14, 2006 11:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Substr of Decimal
- Replies: 7
- Views: 2365