Search found 18 matches

by jack_dcy
Wed Jul 20, 2005 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to stop the Job at once
Replies: 13
Views: 7487

How to stop the Job at once

Hi ,
we want to stop a running job at once. If we want to do this with killing this job's PID in the command line interface, but we can't find the PID of this job. What can we do?
By the way,we don't want to do this in Director.

Thanks!
by jack_dcy
Tue Jul 19, 2005 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicates
Replies: 7
Views: 2845

I have not used that approach (stage variables). Our project avoids using Transformers because they are not as fast as buildops, at least for high volume processing. However, in this case it may be applicable if it can do it faster. Maybe someone else out there has tried both of these options and h...
by jack_dcy
Tue Jul 19, 2005 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question about "dsjob -run..."
Replies: 1
Views: 1089

Question about "dsjob -run..."

Hi, We ran a job in command line interface, as the system resource of the computer was so busy, so after 84 second since we ran the "dsjob -run " command, an error code was displayed in the screen:jobStatus code=-14?DSJE_TIMEOUT. But about 19 second later, this Job do ran automatically, an...