Help needed to stop the Job

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sairam
Participant
Posts: 42
Joined: Tue Nov 11, 2003 1:09 pm

Help needed to stop the Job

Post by Sairam »

Hi

I have wriiten a cntrl (server ) job which calls a sequncer and after the Failure or success of the sequencer ,I call DSDEtach JOb Function ,but accidentally it is in the loop and the cntrl job is not stopping .
I would greatly appreciate if there are any ways to stop the cntrl (server ) job .

Any suggestions are appreciated .

Thanks

Sairam
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You may need to kill -9 PID. Normally you can just kill PID but in your case force the kill command.
Mamu Kim
ailuro
Participant
Posts: 21
Joined: Wed Sep 10, 2003 11:09 pm
Location: GMT+8

Post by ailuro »

How about using:

  Director > Job > Cleanup Resources
    :: Release All, and
    :: Logout

and then Clear Status File and/or recompile the job...
คาร์โล ตัน
mouthou
Participant
Posts: 208
Joined: Sun Jul 04, 2004 11:57 pm

Post by mouthou »

Just to add a note to the reply. Inorder to use the command kill -9 <pid>, you have to be logged in as the owner of that process getting killed :!: .

Thanks.
Post Reply