Answered Questions

  • Sequencer Scenario

    scenario- if suppose we have 3 jobs in sequencer, while running if job1 is failed then we have to run job2 and job 3 ,how we can run? plz ans this thanks in advance

    Gopi N

    • Jul 11th, 2012

    If the scenario we have like 1st is abort and then trigger 2nd and 3rd do the below, give the trigger condition like, 1> If job aborted give the link trigger condition which is going to 2nd and 3rd j...

  • Change capture

    What is the difference between change capture and change apply stages

  • How did you handle an 'Aborted' sequencer?

    In almost all cases we have to delete the data inserted by this from DB manually and fix the job and then run the job again.

    Star Read Best Answer

    Editorial / Best Answer

    ritu singhai  

    • Member Since Jul-2008 | Jul 5th, 2008


    Have you set the compilation options for the sequence so that in case job aborts, you need not to run it from from the first job. By selecting that compilation option you can run that aborted sequence from the point the sequence was aborted.
    Like for example, you have 10 jobs(job1, job2, job3 etc.) in a sequence and the job 5 aborts, then by checking "Add checkpoints so sequence is restartable on failure" and "Automatically handle activities that fail" you can restart this sequence from job 5 only. it will not run the jobs 1,2,3 and 4.
    Please check these options in your sequence.
    Hope this helps.

    Riten

    • May 30th, 2012

    To Handle Aborted Sequence These are the steps to be taken: First Add Terminator to Job Sequence and Choose Terminator with Other option(Trigger in Job sequence) ( if job fails it will go to Other lin...