We are also seeing the described symptoms on Server 2016, we are also in the UK and have only noticed this since DST time change over the weekend.
Schedulled Tasks not running on Server 2016 or 2019!
Hello,
While running my weekly checks this morning I have noticed that a bunch of servers that should have automatically rebooted last night, but they have failed to do so. As I started to dig a bit deeper I have discovered that every Server 2019/2016 machine we have failed to run it scheduled tasks last night. While our existing Server 2012 machines rebooted without issue.
So these scheduled task run a WSUS update check, install the updates then 90 mins later reboot the machine. They run on every server, every week, and then depending which AD group the server is in it will reboot on it's given week, be that Dev, Test, UAT, or Production. Last night UAT failed to reboot all of our 2019 and 2016 servers. I have had no issues with Dev or Test in this cycle over the past 3 weeks. I am now concerned that Production will not reboot correctly this coming weekend.
As a side note it is not just this group of tasks that failed to run, we have hundreds of tasks that run, such as auto generated reports that are emailed to people, they also seem to have failed to start.
As you can see in the screenshot below, the scripts run weekly, but the last run time is the 24th Oct, it should be the 31st Oct.
Has anyone come across this? Could this be a result of the UK's clock moving back an hour on Saturday (Not that this has ever been an issue before)
Thank you in advance,
James
Windows for business | Windows Server | User experience | Other
4 answers
Sort by: Most helpful
-
-
Paul Staniforth 76 Reputation points
2021-11-04T14:00:05.677+00:00 Hi All,
I can confirm that I have seen this a lot on Windows 2016 Servers in the UK with many of our clients. A re-boot of the server resolved the issue of the tasks on being triggered, but introduced a new problem of the tasks running 1 hour earlier than scheduled.
This might be something to do with the fact that the clocks haven't changed in the US yet as their clocks go back on the first Sunday in November , e.g a week after the UK
-
RKennedy-9588 1 Reputation point
2021-11-29T14:01:44.537+00:00 It appears this was asked and answered in Spring 2021.
https://learn.microsoft.com/en-us/answers/questions/340419/task-scheduler-did-not-start-monthly-task-after-da.htmlWe are seeing the same behavior. From our research, It appears a UTC component in the Windows task scheduler is not getting changed with the system time. We resolve this by dropping, then redefining the job from scratch.
Before:
<StartBoundary>2021-11-12T01:15:00-05:00</StartBoundary>After:
<StartBoundary>2021-11-12T02:15:00-05:00</StartBoundary> -
RKennedy-9588 1 Reputation point
2021-11-29T14:06:18.337+00:00 KarlieWeng-MSFT answered • Apr 02 2021 at 2:40 AM EXPERT ANSWERCOMMUNITY EXPERT
HI @RobertThis seems a bug that has been know and confirmed by Microsoft for over a year, One way would be delete the job and recreate it.