Question:
A WAAE job was scheduled to run at a specific time of the day, but the WAAE scheduler did not attempt to start the job.
Environment:
WAAE System Agent running on the Unix or Windows platforms.
Answer:
The WAAE job in question had been manually modified, and the date_conditions value had been changed from a value of 1 to a value of 0.
When the date_conditions parameter is changed to a value of 0, it removes the job from the normally scheduling process and the job will not run.
In order correct this problem, the date_conditions parameter for the job in question was changed from a value of 0 to a value of 1. Once this was done the job ran as expected.