Restartability - Parallel Extender - DataStage 7.0.1

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
Maharaj
Participant
Posts: 13
Joined: Tue Feb 03, 2004 3:50 pm

Restartability - Parallel Extender - DataStage 7.0.1

Post by Maharaj »

1. Is there any feature in DataStage 7.0.1 which supports the Restartability?

2. How do we implment restartability at a Job level?

Thanks
Maharaj
:)
gh_amitava
Participant
Posts: 75
Joined: Tue May 13, 2003 4:14 am
Location: California
Contact:

Post by gh_amitava »

Hi,,

There is no feature to restart job in 7.0.1.. You have to write your own logic to restart your job.. You can use DSPrepareJob function in batch program..

Regards
Amitava
cyh
Participant
Posts: 18
Joined: Tue Jan 20, 2004 3:23 am

Post by cyh »

I think you may find the checkpoint-restart feature in 7.1 or later version, e.g. 7.5. However, from my own experience, the tool does not seems better than do it yourself.

Anyway, goto your supporting consultant and ask for an evaluation.
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

In 7.0, the restarting feature is available in Job Sequencer. The job can be restarted where the job failed.

I do not think job level restartability is available.

Regards
Saravanan
Post Reply