Page 1 of 1

Issue with Job activity stages in sequencer

Posted: Thu Mar 05, 2009 1:56 pm
by sravanthi
Hi,

I have a sequencer which calls couple of parallel jobs along with execute command stages.
The problem is the job is getting finished in couple of minutes but the sequencer is taking more than 10-30 min to execute next stage. I have a script in after job routine..thought problem with the script and changed the job and removed after job routine and used execute command stage after job activity in sequencer .

Even now the sequencer is taking longer time to execute next stage.Job will be finished though.

The sequencer job log:

Occurred: 2:17:28 PM On date: 3/2/2009 Type: Info
Event: sequencer..JobControl (@Job_pxJob): Checkpointed run of job 'pxJob'
Occurred: 2:41:06 PM On date: 3/2/2009 Type: Info
Event: sequencer..JobControl (@Execute_Command_298): Checkpointed execution of command 'ksh'

Please advice!

Posted: Thu Mar 05, 2009 2:16 pm
by girija
Create two sequence one contain only Job and another contain your script.
Run them separately and let see.

Posted: Thu Mar 05, 2009 2:40 pm
by sravanthi
Thanks!

I will give a try.

Posted: Fri Mar 06, 2009 7:41 am
by priyadarshikunal
How much time that script takes to execute and what is there in the script?

Posted: Fri Mar 06, 2009 9:16 am
by sravanthi
To start execution of the script sequencer is taking nearly 20 min after completing previous stage.

The script is adding a trailer at the end of the file created by the job. The execution of the script is completed in 2 min .But the time taken to start next stage is again nearly 20 min by sequencer.

Posted: Fri Mar 06, 2009 9:50 am
by Sainath.Srinivasan
Maybe you have a sleep in the script.

Check the Finished and Starting times for jobs.

Also can you log messages from script to see when it really finishes.

How many people and working / running ds jobs?