Search found 53125 matches

by ray.wurlod
Mon Jun 27, 2011 3:12 pm
Forum: IBM QualityStage
Topic: Issue in name splliting using default usname rule set
Replies: 4
Views: 2043

If this is a specific case and you otherwise want the input pattern to be treated conventionally, use an input text override for MILTON SMITH.
by ray.wurlod
Mon Jun 27, 2011 3:11 pm
Forum: IBM QualityStage
Topic: Individual Name splitting using USName set
Replies: 1
Views: 1555

Use an input pattern override.
by ray.wurlod
Mon Jun 27, 2011 3:10 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Looking for field holding the value for BENCHMARK
Replies: 4
Views: 1719

I can only answer your final question. That answer is No. (That probably addresses the other questions as well.)
by ray.wurlod
Mon Jun 27, 2011 2:42 am
Forum: General
Topic: Loop causing controller problem ?
Replies: 1
Views: 984

No, it's caused by a wrongly-named job (or an uncompiled job) in one of the Job activities. Review the generated Job Control code to see which job it is.
by ray.wurlod
Mon Jun 27, 2011 2:39 am
Forum: General
Topic: DS Server is running but showing Not Running.
Replies: 31
Views: 10931

So what you're saying is that the uv -admin -info command was giving the wrong result when DataStage Engine is running? Did you source the dsenv script before running the command?
by ray.wurlod
Mon Jun 27, 2011 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job consuming long time to execute..
Replies: 10
Views: 3049

It doesn't degrade at all, actually. But the statistics are misleading. The downstream link from the Join stage started its clock (the "seconds" part of rows/sec) running as soon as the job started, but didn't actually receive any rows until the sort was complete, at least on one partition...
by ray.wurlod
Mon Jun 27, 2011 12:04 am
Forum: General
Topic: Halt Processing in datastage
Replies: 2
Views: 1067

Uncheck "automatically handle activities that fail" and don't have the Terminator abort the sequence.
by ray.wurlod
Sun Jun 26, 2011 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create a null column in Modify stage
Replies: 8
Views: 3124

This is not my experience.
by ray.wurlod
Sun Jun 26, 2011 2:51 pm
Forum: General
Topic: DS Server is running but showing Not Running.
Replies: 31
Views: 10931

Do you have multiple versions of DataStage running on this server?
by ray.wurlod
Sun Jun 26, 2011 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job consuming long time to execute..
Replies: 10
Views: 3049

Use Code tags to get the layout right. Then it might be clearer what you're trying to accomplish. Please also advise what the join keys are for each of the Join stages.
by ray.wurlod
Sat Jun 25, 2011 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need a clarification
Replies: 5
Views: 2345

Then your Remove Duplicates stage will have its partitioning set to Same which, because the Transformer stage is running using Hash as its partitioning algorithm, will mean that the Remove Duplicates stage will execute using Hash partitioning (the Same as that used in the Transformer stage).
by ray.wurlod
Fri Jun 24, 2011 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create a null column in Modify stage
Replies: 8
Views: 3124

Yes it is possible to create a null in the Modify stage. The function is make_null() as far as I can recall.
by ray.wurlod
Fri Jun 24, 2011 3:58 pm
Forum: General
Topic: DS Director is behaving slowly in one of the projects
Replies: 9
Views: 2547

Use Tools > Options in Director to set the refresh rate.
by ray.wurlod
Fri Jun 24, 2011 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is Difference between the Ticket number and ticket grou
Replies: 2
Views: 865

The text following "ticket" is different.

I should have thought that to be self-evident.

For anything else you'd better provide some sort of context.
by ray.wurlod
Fri Jun 24, 2011 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error selecting the data source in Oracle Connector
Replies: 11
Views: 6037

Yes, Oracle libraries in LD_LIBRARY_PATH and Oracle executables directory in PATH. You can't be sure that your jobs execute as dsadm.