Search found 53125 matches

by ray.wurlod
Fri Dec 04, 2009 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dump Handler is Processing Signal 15 - Please Wait
Replies: 1
Views: 2334

Look up a list of UNIX signals to find out what signal 15 is (a mnemonic beginning with SIG but appropriate searching will find an explanation as well). This will probably help you to resolve what the particular issue is.
by ray.wurlod
Thu Dec 03, 2009 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hangs and not able to see the log too
Replies: 6
Views: 2290

1. The hang is awaiting a "go ahead" to be able to write to the log, which it's never going to get if the log is corrupt. (It is.)

2. Clearing the log is one way to clear the corruption.
by ray.wurlod
Thu Dec 03, 2009 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving multiple values from a sequence
Replies: 9
Views: 1913

Yes you can do that also. It uses the same functions under the covers.
by ray.wurlod
Thu Dec 03, 2009 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing log entries from datastage director
Replies: 5
Views: 2528

In DSParams check RTLogging versus ORLogging.
by ray.wurlod
Thu Dec 03, 2009 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving multiple values from a sequence
Replies: 9
Views: 1913

Why not simply use a Surrogate Key Generator stage, in which you can set the block size property? This stage can access your database sequence, or it can use a state file that you can initialize from the database.
by ray.wurlod
Thu Dec 03, 2009 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix DS&QS
Replies: 1
Views: 899

That's not a file, that's a command.

What is mtt (a project or job name, perhaps a script)?
by ray.wurlod
Thu Dec 03, 2009 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: after job subroutine to reset a failed independent job
Replies: 10
Views: 5221

An aborted job can't reset itself either, because it's aborted (no longer executing). And, if it's not aborted, why do you want to reset it?

If you're not going to use a sequence then you need a separate job, perhaps one that contains only job control code.
by ray.wurlod
Thu Dec 03, 2009 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: after job subroutine to reset a failed independent job
Replies: 10
Views: 5221

Re: after job subroutine to reset a failed independent job

dsrules wrote:Requirement is not to use sequencers.
Resist stupid requirements.

In any case, a sequencer would not help. A sequence may, however.
by ray.wurlod
Thu Dec 03, 2009 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to rename all the jobs
Replies: 5
Views: 1497

Resist stupid requirements.
by ray.wurlod
Thu Dec 03, 2009 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compile location issue
Replies: 3
Views: 1408

Has the Lookup Failed rule changed between the two jobs?
by ray.wurlod
Thu Dec 03, 2009 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC:No default type conversion from type ustring to date
Replies: 2
Views: 2426

DataStage does not perform implicit conversion from string to date (because not every string can be guaranteed to be a valid date). Make sure, before entering the Change Capture stage, that the data types are compatible on the two inputs.
by ray.wurlod
Thu Dec 03, 2009 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Additional features in DS 7.x and DS 8.x
Replies: 3
Views: 1122

This might be urgent, if the interview is soon.
:wink:
by ray.wurlod
Thu Dec 03, 2009 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log from Sequence using DS commands
Replies: 3
Views: 1160

dsjob -jobinfo commands through Execute Command activities will capture the information - you will have to parse it.

Or you could use a routine invoking DSGetJobInfo() calls, invoked via Routine activity.
by ray.wurlod
Thu Dec 03, 2009 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencer
Replies: 14
Views: 3927

Probably not enough time to do that before the interview.
by ray.wurlod
Thu Dec 03, 2009 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is SGE?
Replies: 1
Views: 986

SGE is a TLA

Not sure how it is used with IIS (another TLA from IBM) - I have not encountered it. SGM is Sun grid manager, if that helps.