Affected versions: DSP / ADM / ISA 6.3.0 and later
Issue:
If a schedule is created to run once per year (using either Fixed date or Variable date), the date is not updated when the job runs so the job is rerun every time the service page runs.
This is a known issue with Collect scheduling.
Resolution: Unknown
Workaround:
Run the following script to update the year correctly (you will need to enter the correct new date and the name given to the annual schedule):
UPDATE dspCompose.dbo.ttSchedule
SET NextRunTime = ‘{date for next year}’
WHERE Name = ‘{name of your yearly schedule}’