restarting the job from failure

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
psdsdev
Premium Member
Premium Member
Posts: 6
Joined: Fri Feb 08, 2008 6:36 am
Location: Bangalore

restarting the job from failure

Post by psdsdev »

Hi,

I would like to know how we cans restart the job from the record it failed to load. like 1001st row..

i know we usually do it by using target lookup or complete load by deleting target records. but how we can do this without lookup on target and complete loads. I know restartability logic will work only between the jobs not within job.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Basically by keeping track of how far you got and then, when restarting, constrain your process to not start passing records until you get up to that point again.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply