Search found 15603 matches
- Tue Jul 04, 2006 9:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know more about performance tuning
- Replies: 14
- Views: 4251
A good measurement there is to use dump_score and look at the T-type stages (i.e. a modify stage or a transform). As an example, if you have a 2-node configuration and they are at only 80% CPU usage and when you run it with a 4-node configuration they are at 45% you are getting the same throughput b...
- Tue Jul 04, 2006 8:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know more about performance tuning
- Replies: 14
- Views: 4251
Kumar, that is not necessarily the case. Here with a 24CPU P-Series it turns out that a 1-node configuration is fastest for many of the jobs. Just as an example, take outputting to a database that resides on a remote machine. If the bandwidth between the DataStage server and the DataBase server is l...
- Tue Jul 04, 2006 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SYSTEM(n) meaning
- Replies: 2
- Views: 698
- Tue Jul 04, 2006 7:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know more about performance tuning
- Replies: 14
- Views: 4251
In most PX jobs the best performance may well be with 1-node configurations. The process overhead of starting and coordinating many parallel process usually outweighs the performance benefits for jobs that only process thousands instead of millions of records. As a rule of thumb I would default all ...
- Tue Jul 04, 2006 6:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Most efficient way to check a range of character values
- Replies: 10
- Views: 1917
- Tue Jul 04, 2006 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: REG : Job Status = 99 Error
- Replies: 6
- Views: 1638
- Tue Jul 04, 2006 4:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with the installation
- Replies: 5
- Views: 1534
- Tue Jul 04, 2006 3:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Most efficient way to check a range of character values
- Replies: 10
- Views: 1917
The way to test this is to ... test it! I usually use several million loop iterations and store the value of SYSTEM(9) before and subtract that from the value after the loop. This value is milliseconds of CPU so if you can make your baseline conversion run for about 5 or 10 minutes then the results ...
- Tue Jul 04, 2006 3:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle table was locked when stopping a job in director
- Replies: 15
- Views: 3356
- Mon Jul 03, 2006 9:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command Stage gives 0 as output
- Replies: 8
- Views: 2714
Unlikely that this is a bug, as it seems to be at the core of the external call. I have the same version (on AIX) and am getting a valid an correct string value returned in the command stage's $CommandOutput variable. I just did a very simple 3 stage job. In the first command stage I executed "cat" ...
- Mon Jul 03, 2006 6:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Login on personnel desktop
- Replies: 6
- Views: 971
- Mon Jul 03, 2006 4:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command Stage gives 0 as output
- Replies: 8
- Views: 2714
I don't think that the DSSetParam() is called as part of the Command execution. Your error message points to your Job_Activity_94 stage. Try doing a simple new job with just the command activity (do a simple one without a script call) and get that to work, then change the command for your script and...
- Mon Jul 03, 2006 2:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error While Running a Job
- Replies: 3
- Views: 1839
- Mon Jul 03, 2006 1:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command Stage gives 0 as output
- Replies: 8
- Views: 2714
I just tested a small script to make sure that the value of "{Execute_Command_Stage}.$CommandOutput" does work. Can you modify your execute command to do a simple "ls -al | wc -l" and see if you get a return code of 0 and some value? If this works then you need to look at your script and what it act...
- Fri Jun 30, 2006 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage
- Replies: 8
- Views: 5273
The "patch" is an Ascential one and the tip did not come from me (I was the one looking for help) but from Klaus Schaefer. Click here for the link