dsjob hangs up

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
gilsh5
Participant
Posts: 2
Joined: Fri Sep 19, 2003 1:29 pm

dsjob hangs up

Post by gilsh5 »

Hi,

I have an application that automaticlly submits jobs via dsjob.exe
There are times that the job ends ok (i see it in the director) but the dsjob does not end leaving both dsjob and uvsh processes alive.
In this case I have to kill them manually.

Does anyone seen this and knows howto handle ?


Cheers,
Gil
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi Gil,
Welcome Aboard :D
Do you mean to say that, there is a scheduler which called the job using dsjob.exe.
You have -wait option which will wait till the job ends.
You have -jobinfo to know the information about the job status.
But May I know what exactly you need.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Actually the answer to your query really depends upon what exactly your dsjob.exe is doing besides running jobs. If its getting log files and they are huge, then there you go, thats whats taking time.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply