AutoSys Workload Automation

 View Only
  • 1.  How to extend history for Job runs in WCC Job details?

    Posted Jun 29, 2018 03:57 AM

    Hi - I couldn't find any information about that.

    For now, I can see job runs history for 6 days only. I would like to extend it to 30 days.

    How to do that?

     

    Thank you for help



  • 2.  Re: How to extend history for Job runs in WCC Job details?
    Best Answer

    Posted Jun 29, 2018 04:08 AM

    Hi,

     

    this is controlled by Autosys. DBMaint archives the job runs. By default it is set to 7.

    If you want to increase this, look at the DBMaint procedure and check this line

     

    # Archive the job_runs
    archive_events -A -j 7 -b 50000 >> $outfile 2>&1

     

    You can find more information on this on docops 

    https://docops.ca.com/ca-workload-automation-ae/11-4-2/en/reference/ae-commands/maintain-system/archive_events-command-a… 

     

    Regards,

    Eric



  • 3.  Re: How to extend history for Job runs in WCC Job details?

    Posted Jun 29, 2018 04:19 AM

    Thank you very much!