scheduling rest

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ninsekh
Participant
Posts: 18
Joined: Fri Nov 17, 2006 12:20 pm
Contact:

scheduling rest

Post by ninsekh »

HI Everbody!

I would like to know if it's possible to schedule reset of an aborted job.
Please help me! :cry:
ninsekh
Participant
Posts: 18
Joined: Fri Nov 17, 2006 12:20 pm
Contact:

Scheduling Reset

Post by ninsekh »

HI Everbody!

I would like to know if it's possible to schedule reset of an aborted job.
Please help me! :cry:
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Indirectly you can do this. You would need to add a UNIX command such as "dsjob -run -mode RESET {proj} {job}" to your crontabs. It cannot be done directly from the director. Alternatively, you can schedule a job sequence which calls your job using "reset if required, then run".
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's not possible to schedule reset of an aborted job unless you can reliably predict when the job will abort.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply