Automic Workload Automation

  • 1.  How to Generate Forecast for entire month for a scheduler

    Posted Jun 25, 2015 11:07 AM
    If I do forecast for 1 day for a scheduler it shows sub-jobs of the jobplan/workflow that are supposed to execute that day. All other jobplans come with a status of ENDED_INACTIVE and we don't get to see the sub-jobs of those jobplans. I changed the Period turnaround for the scheduler to 30 days but though the forecast says it is for 30 days but the compilation is still done for 1 day only. Is there a way I can fetch list of all Sub-jobs of all jobplans inside a scheduler to manage our Outage activities.


  • 2.  How to Generate Forecast for entire month for a scheduler
    Best Answer

    Posted Jun 25, 2015 02:26 PM
    Have you set the keyword AUTO_FORECAST_DAYS in the variable UC_CLIENT_SETTINGS variable and then ran the AUTOFORECAST() script yet?  If not, set it to 30 days and when you run the script, it will generate the forecasts for the 30 days.  You may have to set the keyword AUTO_FORECAST_PREFIX in the same variable.  Depending on the number of schedules and workflows in those schedules, it could take a while to run.  You can monitor it by opening the Forecasts button and refreshing it occasionally.





  • 3.  How to Generate Forecast for entire month for a scheduler

    Posted Jun 26, 2015 02:51 PM
    Thanks Jared, I will try this and share my results...