Automic Workload Automation

  • 1.  Automate pulling Job Statistics for multiple runs of a particular job within a given date range?

    Posted Sep 17, 2014 04:11 PM
    As the question indicates I'd like to create a job within Automic that will prompt the executor for a jobname and a date range (or individual date). Once the information is collected the job will pull the statistics for that information from within Automic. I understand that the SEARCH feature will accomplish this, but creating a job that could be scheduled to run and self generate date ranges weekly or monthly would be preferred. From what I can tell via the HELP and this community there isn't much in terms of retrieving that kind of historical data via Automic logic. Any help would be appreciated!


  • 2.  Automate pulling Job Statistics for multiple runs of a particular job within a given date range?
    Best Answer

    Posted Sep 17, 2014 04:40 PM
    Have you looked at the Statistics drop-down from the User Interface. The results can then be exported and a csv created.  This is manual, but since you are entering the information at a prompt perhaps it will satisfy your requirements.

    For a more automated approach to reporting you could review this thread.


  • 3.  Automate pulling Job Statistics for multiple runs of a particular job within a given date range?

    Posted Sep 17, 2014 04:48 PM
    Thanks for the information Mark.

    Ideally we would just have the job in a schedule object  set to run once a week or once a month and it would use the system logical date to pull a date range in order to know what information from the Statistics of the job in question would provide.

    I.E:
    Report.win.job runs first Friday of each month. It pulls all the previous month's statistic data about job X and saves it to a CSV or some other file format then emails to persons required to review the report.

    I'll take a look at the link you provided to see if that can help with my question.