run the job in background

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

run the job in background

Post by prasson_ibm »

Hi,

I have few jobs(sequence jobs) which are always running(in loop),so for its mentanence i am planning to write a script which will stop these jobs and reset and then retrigger.

But when i am retriggering a job i am getting message like
+ /opt/IBM/InformationServer/Server/DSEngine/bin/dsjob -user dsadm -password dsadm1234 -server ETL01DEV -run -warn 1000 -jobstatus -wait -mode NORMAL dstage1 Actuals_004_Batch
+ 2> /dev/null
Waiting for job...
I dont want to wait for job to finish since it will again run in loop,so is there any way i can trigger the dsjob -run command without waiting for job to finish.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Remove the "-Wait" from your command line.
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi Arnd,

Thanks for your reply.Its working fine :wink:
Post Reply