AutoSys Workload Automation

 View Only
  • 1.  SCHEDULEALLEVENTS CLI command for Daylight Saving

    Posted Nov 04, 2019 03:59 PM

    Hello,

    Some of the events in CA WADE (12.0.02.00) have pushed the schedules by an hour after the Daylight Saving end on November 3rd 2019.  

    Will the SCHEDULEALLEVENTS CLI command help re-evaluate and re-schedule ALL events with schedule criteria?
    Does the command impact any Suspended Events? Will they Resume?
    Can this command be run for a specific Event?

    Thanks,

    Kumar Guthikonda



    ------------------------------
    Kumar Guthikonda
    ------------------------------


  • 2.  RE: SCHEDULEALLEVENTS CLI command for Daylight Saving
    Best Answer

    Broadcom Employee
    Posted Nov 06, 2019 02:08 AM
    Hi,

    The command will evaluate the schedule criteria of each scheduled event and it updates the next schedule time for each scheduled event.
    Yes it is applicable to specific events . See the below example -https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/intelligent-automation/ca-workload-automation-de-web-client/12-2/utilities-and-soap-web-services-functions/using-the-cli/events-cli-commands/scheduleallevents-command-reschedule-events.html

    scheduleallevents eventnames("SCHEDMASTER.EVENT0","SCHEDMASTER.EVENT1","SCHEDMASTER.EVENT2") reevaluateschedules(true)

    Also if the event is suspended or held , it will still be suspended/held , there will be no change in the event properties.

    Hope it helps!
    Ravi Kiran


  • 3.  RE: SCHEDULEALLEVENTS CLI command for Daylight Saving

    Posted Nov 06, 2019 06:57 AM
    Thanks Ravi Kiran. This helped.

    Why do the Events not take into consideration the Daylight Savings? Is there any configuration change that requires to handle this?

    Kumar Guthikonda

    ------------------------------
    Kumar Guthikonda
    ------------------------------



  • 4.  RE: SCHEDULEALLEVENTS CLI command for Daylight Saving

    Broadcom Employee
    Posted Nov 07, 2019 02:11 AM
    Hi,

    DE Server should handle it automatically. It depends on the event schedule criteria. I will suggest if you can raise a ticket for the same to know what is causing problem there.

    Thanks and regards,
    Ravi Kiran


  • 5.  RE: SCHEDULEALLEVENTS CLI command for Daylight Saving

    Posted Nov 07, 2019 02:07 PM
    We have always (11 years) had this issue at both start and end of daylight savings time for any event that runs every x hours > 1 hour. ​ Events that it really matters which hour they run on we started coding multiple run statements like 6am daily, 10am daily, 2pm daily vs every 4 hours.

    sharon