Sequencer

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
srekant
Premium Member
Premium Member
Posts: 85
Joined: Wed Jan 19, 2005 6:52 am
Location: Detroit

Sequencer

Post by srekant »

Hi,

I am working on DS 7.5 EE on soalris
I am runing five jobs in sequence in a sequence job.
After running four jobs ,my fifth job aborted.when i restart my sequence i dont want to run all the four jobs which were executed sucessfully the sequence should run the 5 job.

I tried check point option but it is not working.My job design is as below

Job1

JOb2

JOb3 ------------ Seq --------------Terminator(to abort if any of jobs is aborted)

JOb4

JOb5
Sree
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Most times it doesn't really help to just say something "is not working", best to explain how something is it or is not working. :?

In this case, though, suggest you read up on how the checkpoint restart works. I'm not on 7.5 yet, but from what I recall you'll need to remove the failure triggers from the job. It will only handle the checkpointing if it thinks you aren't doing the handling yourself.
-craig

"You can never have too many knives" -- Logan Nine Fingers
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
There are several things to take in account.

1. if you set the checkpoints they will work only for the top level sequence.
2. the job must not be reset before rerun to use restatability from failed chenkpoint.

So If you set checkpoints in the sequence:
Job1-->Job2-->job3-->job4-->Job5
And run it and job 3 aborted.
A rerun of the sequence should start with job3 then job4 and job5 providing you didn't run the sequence in reset mode (or reset it via director)

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
Post Reply