Event Fails to Trigger if Schedule is Older than 2,169 Days
search cancel

Event Fails to Trigger if Schedule is Older than 2,169 Days

book

Article ID: 138364

calendar_today

Updated On:

Products

CA Workload Automation DE - Business Agents (dSeries) CA Workload Automation DE DSERIES- SERVER CA Workload Automation DE - System Agent (dSeries) CA Workload Automation DE - Scheduler (dSeries)

Issue/Introduction

An event all of a sudden stopped triggering, resulting in missed job executions. The job uses free form scheduling statement "01 AM every 14 days starting August 4, 2018" 

The error noted is
Failed to schedule the event SCHEDMASTER.CAWA_VERIFY: Could not resolve the next scheduled execution for event SCHEDMASTER.CAWA_VERIFY. Check your schedule criteria.
Could not resolve the next scheduled execution for event SCHEDMASTER.CAWA_VERIFY. Check your schedule criteria.

Environment

Release : 12.x

Component : CA WORKLOAD AUTOMATION DE (DSERIES)

Cause

The DE Server evaluates the schedule criteria and calculates the next execution of the Event for the future from the starting date/time, in this case August 4, 2018.

However, there is a limitation on the number of days (2,169) the DE Server can evaluate the schedule criteria to get the next execution time.


Resolution

The suggested approach is to either:

  1. update the Event schedule criteria with no date
  2. update the Event schedule criteria with a more current date. Perhaps, the next exepected scheduled execution time.

Additional Information