Search found 15603 matches

by ArndW
Wed Aug 08, 2012 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Poor Performance post new DataStage Installation
Replies: 14
Views: 6170

I would recommend that you set $APT_DUMP_SCORE on your job and you will most likely see that DataStage has inserted a repartitioning operator and/or a sort somewhere in your job and that this "hidden" stage is causing a slowdown. In the lookup stage how many rows and approximately how many...
by ArndW
Wed Aug 08, 2012 12:37 am
Forum: General
Topic: Job is not in the right state (compiled and not running)
Replies: 60
Views: 17247

I've never seen a job started with an invocation id fail to show it in the logs, so my thoughts on the problem are that there is some other cause that has yet to be found.
by ArndW
Tue Aug 07, 2012 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on NextSurrogateKey() at 8.5
Replies: 7
Views: 2879

Does it compile and run if you manually type in the function? If so, then it was probably inadvertantly left out of the list in the file DSParams at that version.
by ArndW
Tue Aug 07, 2012 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Decimal Validation
Replies: 6
Views: 2048

If all of the decimals have the same behaviour plus your source is a sequential stage, you could do the conversion from string to decimal implicitly when reading the data and then specify handling for decimals in the stage attributes.
by ArndW
Tue Aug 07, 2012 9:08 am
Forum: General
Topic: columns of 1st sequencer to parameters in next linked seq.
Replies: 7
Views: 1801

I'm not sure about the terminology here, since Job sequences don't have columns. Do you mean a sequence calling job or perhaps a job that you want to have call a sequence?
by ArndW
Tue Aug 07, 2012 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Decimal Validation
Replies: 6
Views: 2048

Unfortunately, I would say that you would need to code up a "IsValid()" for each of those conversions.
by ArndW
Tue Aug 07, 2012 6:55 am
Forum: General
Topic: Need New Zealand IBM software support number to raise a PMR
Replies: 13
Views: 3996

I assume that the OP's actual customer (the one with the support contract) is in NZ while the OP is offshore. It reminds me of the time I was waiting for my US-Visa for Ascential and I was doing a project in Canada; I need to call a special 900 number in order to arrange my interview and I couldn't ...
by ArndW
Tue Aug 07, 2012 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace quote character " " with ~#
Replies: 4
Views: 2237

Yes, you need to define the custom routine in DataStage and also compile and bind your program outside of DataStage. I just took a quick look at the thread with the pxreplace code and it contains some instructions on the compile and links to threads, I suggest you start there.
by ArndW
Tue Aug 07, 2012 6:03 am
Forum: General
Topic: DSExecute parameters
Replies: 2
Views: 1622

Try using the "Search" button in the menu above, type in "Call DSExecute" as an exact search and -presto- you will see 46 matches, amongst which are several examples. Perhaps you could post your values for the 4 parameters. p.s. This isn't the correct forum for this question, but...
by ArndW
Tue Aug 07, 2012 6:00 am
Forum: General
Topic: Does "Compile" Status in Director contribute to th
Replies: 2
Views: 1437

After a job is compiled it gets shown as status "Compiled" in the director log. Once that job is run, that status is changed (i.e. "running", "aborted", "finished", etc.). If the job is a multi-instance one then the main job name remains "Compiled" a...
by ArndW
Tue Aug 07, 2012 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace quote character " " with ~#
Replies: 4
Views: 2237

It looks like you are compiling this as a server routine and it is interpreting this as a BASIC Program rather than a c++ program.
by ArndW
Tue Aug 07, 2012 4:58 am
Forum: General
Topic: Job is not in the right state (compiled and not running)
Replies: 60
Views: 17247

The re-compile was just suggested in order to track the problem and not to solve anything - you still have a job, somewhere, which is firing off the sequence without an instance name.
by ArndW
Tue Aug 07, 2012 4:13 am
Forum: General
Topic: Big Data File Stage
Replies: 7
Views: 3987

I have 8.7 here and don't see the stage.
by ArndW
Tue Aug 07, 2012 4:01 am
Forum: General
Topic: How to export Parameter Set using dsexport command
Replies: 5
Views: 3486

ray.wurlod wrote:Quite simply a Parameter Set is not a job, and there is no option in dsexport for exporting a Parameter Set.
by ArndW
Mon Aug 06, 2012 10:23 am
Forum: General
Topic: Object Variable or with variable not set
Replies: 11
Views: 9844

The last post on this subject was 7 years ago and refers to a really old version of DataStage - hopefully this bug was fixed but perhaps the suggested solution might apply to this problem should it occur in a new version.