Search found 15603 matches

by ArndW
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...
by ArndW
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...
by ArndW
Tue Jul 04, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SYSTEM(n) meaning
Replies: 2
Views: 698

Check pages 6-578 through 6-582 of the Ascential Datastage BASIC Guide
by ArndW
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 ...
by ArndW
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

Craig - I hang my head in shame :oops: and won't make any more whacko, off-the-wall and unrealistic suggestions for several thousand more milliseconds...
by ArndW
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

Is this a job sequence or does it have Job Control code? It seems to be issuing a call to DSWaitForjob() that is returning the error.
by ArndW
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

The reason that kumar_s asked is that you have the following error message:

Toolkit\mksnt\sh.exe: Toolkit\mksnt\sh.exe: not found


You need to correctly install the MKS toolkit in order for this work.
by ArndW
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 ...
by ArndW
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

What method were you using to load the data to Oracle? Normally the table will not have an exclusive lock taken against it. And a normal termination will commit or rollback automagically.

Were you using the bulk loader?
by ArndW
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" ...
by ArndW
Mon Jul 03, 2006 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Login on personnel desktop
Replies: 6
Views: 971

I usually end up using "localhost" for the server address instead of the name - plus logging in with a userid and a password.
by ArndW
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...
by ArndW
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

Could your dataset or lookup fileset be from an older version? You can try to get some information on the file from the Tools->Dataset Management or from the UNIX command line "orchadmin describe {FilePath}"
by ArndW
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...
by ArndW
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