Page 3 of 3

Posted: Sun Mar 11, 2007 8:13 pm
by oacvb
I didn't say that job/sequence needs to start from the point where it failed. It can start from the beginning again, no issues for me. Issue is with job warning setup.

Posted: Sun Mar 11, 2007 8:42 pm
by kumar_s
As clearly mentioned earlier, there is not straight forward settings from server level. The work around, infact the method we used in my previous site is what been explained. Frame the job sequence with all the restartable option, (if you are wondering whats this, if a job got aborted when called by a JobSequence, and if the options for Restartability in job properties been checked, the JobSequence will also be aborted. Once the respective job is fixed or data been fixed, the job Jobsequence can be made to rerun again so that the flow will start from the point where it got aborted.) and call it from a Shell script with all required option. Its not only for the job sequence, it can be for all the jobs which requires a individual run. If you feel a job need to be modularized, and if it required a individual call, you can use the same existing script with Job name and list of parameters changed. I hope this helps.

Posted: Sun Mar 11, 2007 9:18 pm
by oacvb
Thanks for that Kumar. We know that, Chulett and Myself thinking it will be good we have that option and you started with giving alternative solution which dragged into explaining all the scenario, We know that we can use shell script to call Job Sequence / Job.

Posted: Sun Mar 11, 2007 11:29 pm
by kumar_s
Yeah, sorry for giving you an alternate suggestion.

Posted: Sun Mar 11, 2007 11:35 pm
by oacvb
No need to be sorry for that kumar. Alternative solutions are always welcome. We felt good that if we have that option and will be useful in one way or other.