Search found 53125 matches

by ray.wurlod
Thu Feb 21, 2008 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallelism in Datastge
Replies: 5
Views: 2122

... unless, of course, you design in partition parallelism, in a similar fashion as you would in server jobs. But please don't go down this path! Stop thinking like a server job designer and wrap your mind around how the Orchestrate engine works - it will look after data partitioning for you.
by ray.wurlod
Thu Feb 21, 2008 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not aborting
Replies: 4
Views: 1246

You find them in 7.5. :(

Without that you're pretty much limited to explicitly handling failures through Failure triggers and routine activities that log warnings.
by ray.wurlod
Thu Feb 21, 2008 1:34 am
Forum: General
Topic: server jobs to parallel jobs
Replies: 3
Views: 1567

Enrol in the Server to Parallel Transition Lab offered by DSXchange from time to time, either instructor-led or through the Learning Center as a set of video tutorials. This will not show you any conversion techniques, but certainly adjusts your mindset away from a "server job" way of thinking.
by ray.wurlod
Thu Feb 21, 2008 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing SAS Package
Replies: 11
Views: 1985

Yes. The instructions accompany the software.
by ray.wurlod
Thu Feb 21, 2008 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not aborting
Replies: 4
Views: 1246

Yes. Propagate the warnings upwards by checking "Log warnings after activities that finish with status other than OK" and/or "Automatically handle activities that fail" and/or direct all failures to a Routine that executes UtilityWarningToLog. Detect these warnings in the job sequence at each level ...
by ray.wurlod
Wed Feb 20, 2008 11:51 pm
Forum: General
Topic: Lookup help or Join
Replies: 14
Views: 3875

In a Lookup stage, in version 8, if you check the Range check box you must also double click and enter a range expression. This means that you are doing a range ("between") lookup. If you want just an ordinary lookup, uncheck the Range check box.
by ray.wurlod
Wed Feb 20, 2008 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time Comparision
Replies: 1
Views: 708

How about you try to design it, and offer your ideas for comment? DSXchange is not a substitute for education or support. For example, I am reading that you are wanting a job to monitor its own execution time, which means that you will be making this check - quite expensively - for every row process...
by ray.wurlod
Wed Feb 20, 2008 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append Current time stamp for existing column
Replies: 4
Views: 1566

Almost certainly someone does. But without telling us the data type of the target column, it's impossible to advise.

On the other hand, if you want the column name to have a timestamp appended dynamically, that's a whole different bucket of fish, and I would venture to say that it's impossible.
by ray.wurlod
Wed Feb 20, 2008 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job does not return completion status to Sequence
Replies: 3
Views: 1107

Ignore the green lines for the moment. They are purely cosmetic anyway. Director reports from the RT_STATUSnnn table; for whatever reason your job (if it is in fact finishing) is not updating this table. Open a Monitor from Director and tell us what you see there.
by ray.wurlod
Wed Feb 20, 2008 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interesting warning error before modify stage!
Replies: 14
Views: 3737

Since you already have a Transformer stage, you can use nested conversion functions there. Thereby you could avoid any need for your Modify stages.
by ray.wurlod
Wed Feb 20, 2008 8:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence->Notification activity->max attachment size?
Replies: 2
Views: 1439

It's whatever the maximum size for an attachement is for your SMTP mail client. This is not a limit set by DataStage.

Notice that the error message was received from SMTPMail. It was not generated by DataStage.
by ray.wurlod
Wed Feb 20, 2008 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduled sequencers are not running
Replies: 6
Views: 2207

What scheduling tool do you use?
by ray.wurlod
Wed Feb 20, 2008 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job does not return completion status to Sequence
Replies: 3
Views: 1107

Does the job (not the job sequence) report in its log that it is Completed? Does it have an after-job subroutine?
by ray.wurlod
Wed Feb 20, 2008 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Lookup issue, an interesting one!
Replies: 6
Views: 1742

Sequential is still parallel (one-way parallel). The Lookup stage should be able to handle it. Have you constrained the Lookup stage to operate in sequential mode also?
by ray.wurlod
Wed Feb 20, 2008 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unlocking the job
Replies: 5
Views: 9914

I vaguely remember that you manage this through the WAS Admin console. But I'm nowhere that I can verify that.