Job Sequence Restartability

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
pradkumar
Charter Member
Charter Member
Posts: 393
Joined: Wed Oct 18, 2006 1:09 pm

Job Sequence Restartability

Post by pradkumar »

Hi
I am having a master sequence which calls three child sequences.
When one of my child sequence gets aborted, the status of the child sequence is aborted/restartable.
But the Master sequence shows the status as Finished. I am hoping that the status of the master sequence should also be aborted/restartable so that
it should be enough just to restart the master sequence.

I enabled the following options in the job sequence (in both child and master)

1) Add check points
2) Automatically handle activities

Could any one tell me where I am going wrong?

Thanks
Pradeep Kumar
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Does it shoes finshed with all green Information log and passing the control to the next Job/stage?
Enable the "Automatically Handle Activity that Fail"
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
pradkumar
Charter Member
Charter Member
Posts: 393
Joined: Wed Oct 18, 2006 1:09 pm

Post by pradkumar »

The Child sequence shows Aborted/Rest
But the master sequence shows all green and the status finished
Pradeep Kumar
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Have you tried the following?
Enable the "Automatically Handle Activity that Fail"
This option is available in Job properties of the Job Sequence.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply