Search found 15603 matches
- Sun Oct 05, 2008 8:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle write hangs infinitely
- Replies: 20
- Views: 7858
- Sun Oct 05, 2008 6:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need performace improvement - Help plz
- Replies: 10
- Views: 4593
Going to very high CPU is not always a bad thing - it means that you haven't spent a lot of wasted money on processing capacity. The sample code you've listed is going to chew up a lot CPU time, it can be optimized quit a bit. As I thought, the MOD() function is not the culprit. Are you doing the MO...
- Sun Oct 05, 2008 3:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need performace improvement - Help plz
- Replies: 10
- Views: 4593
- Sat Oct 04, 2008 9:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need performace improvement - Help plz
- Replies: 10
- Views: 4593
If you monitor your system (vmstat is common to all UNIX implementations, so use that) , does the %CPU used consistenly go over 90% with samples of 10 seconds when using the MOD() function? How many CPUs does your system have? I would think that just one transform stage but more levels of parallelis...
- Sat Oct 04, 2008 8:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: same job run simultaneously with different parameters
- Replies: 14
- Views: 3491
- Sat Oct 04, 2008 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need performace improvement - Help plz
- Replies: 10
- Views: 4593
- Sat Oct 04, 2008 5:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in mutex_unlock() - Operation not permitted
- Replies: 6
- Views: 2289
- Sat Oct 04, 2008 5:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: same job run simultaneously with different parameters
- Replies: 14
- Views: 3491
Each job needs to be marked individually. You might be able to do this globally by exporting to .dsx or .xml and doing an editor global replace. Also, you should edit your sequences that call multi-instance jobs to ensure that they get the correct instance name. Checking the property in the sequence...
- Sat Oct 04, 2008 5:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how different is TX from datastage etl ?
- Replies: 1
- Views: 586
- Sat Oct 04, 2008 5:27 am
- Forum: General
- Topic: compile multiple jobs
- Replies: 8
- Views: 2219
- Sat Oct 04, 2008 5:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: same job run simultaneously with different parameters
- Replies: 14
- Views: 3491
- Sat Oct 04, 2008 5:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle write hangs infinitely
- Replies: 20
- Views: 7858
So you are reading a table and transferring it straight to another table in the job? After the job has "hung" and you've restarted the server, did you recompile or use Director -> Job -> Reset/Cleanup Resources/Clear Status File? Does it always hang, does it hang if you write to /dev/null on a text ...
- Fri Oct 03, 2008 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Floating Point Error
- Replies: 4
- Views: 1202
- Fri Oct 03, 2008 7:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Input
- Replies: 3
- Views: 1130
- Fri Oct 03, 2008 7:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OS for DataStage 8
- Replies: 8
- Views: 2328
I think that there is a type of generation gap when it comes to using Windows as the OS for a heavy-duty commercial application; just as there remains a generation gap between the "heavy metal" mainframers and UNIX users. Just as UNIX was once considered to be a "toy" by mainstream data processing e...