Task Scheduler did not start monthly task after daylight saving change

Robert 6 Reputation points
2021-04-01T08:08:14.83+00:00

Hello,

we have a problem with the task schedule in Windows Server 2019 and the summer/winter time change. Our monthly scheduled tasks did not start anymore, but the daily or weekly tasks start as scheduled without any problems. A manual start from the task scheduler does not work either.
The code 0x800710E0 is displayed as Last Run Result and the following error message is displayed in the event log

83554-taskscheduler-error-1.jpg

Log Name: Microsoft-Windows-TaskScheduler/Operational
Source: Microsoft-Windows-TaskScheduler
Date: 01.04.2021 08:00:03
Event ID: 153
Task Category: Missed task start rejected
Level: Warning
Keywords:
User: SYSTEM
Computer: xxx.xxx.xxx
Description:
Task Scheduler did not launch task "\xxx" as it missed its schedule. Consider using the configuration option to start the task when available, if schedule is missed.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-TaskScheduler" Guid="{DE7B24EA-73C8-4A09-985D-5BDADCFA9017}" />
<EventID>153</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>153</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2021-04-01T06:00:03.509187200Z" />
<EventRecordID>2615724</EventRecordID>
<Correlation />
<Execution ProcessID="860" ThreadID="18872" />
<Channel>Microsoft-Windows-TaskScheduler/Operational</Channel>
<Computer>xxx.xxx.xxx</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData Name="MissedTaskRejected">
<Data Name="TaskName">\xxx</Data>
</EventData>
</Event>

Has anyone experienced this problem and solved it? I would be very happy for any tips.

Many thanks
Robert

Windows for business | Windows Server | User experience | Other
{count} vote

6 answers

Sort by: Most helpful
  1. Mihai Pascu 1 Reputation point
    2022-05-09T06:07:50.407+00:00

    Hello,
    Did you try the option "Run task as soon as possible after a scheduled start is missed" ?
    I have the same problem and I just checked this option, so I don't know if this solves the problem yet.
    As long as I know this far this happens when you execute the task manually (with "Run"). And the solution I have been applying was to modify the execution hour with something, for exemple 1 minute plus/minus.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.