Patching Windows using task sequence suddenly pause for a long time 90 mins

Copper Contributor

Hi Everyone,

We have been using task sequence to patch all Windows servers update monthly for years.

Recently the task sequence is deployed to UAT servers and all working as it usually does. Then a week later the same task sequence failed for the rest of production servers contains multiple servers OSes and no Windows Updates were installed.

The task sequence is just simply like this

kenng2000_5-1646261881866.png

 

The smsts.log log shows it stops at this event and then time-out after 1 hour

kenng2000_0-1646261007956.png

We then added a variable SMSTSSoftwareUpdateScanTimeout = 7200 to the top of task sequence to wait for 2 hours instead if 1 hour by default.

Rerun the task sequence and found that the task sequence is now received the notification exactly after 90 mins later and all Windows Updates got installed as supposed to be happened as below.

kenng2000_2-1646261373355.png

 

We then compare with the smsts.log of a successful task sequence just before the issue, there was only 2 secs between Waiting for notification... and Notification received... event as below

 

kenng2000_4-1646261622533.png

 

Does anyone have any ideas why there was exactly 90 mins pause between these two events where as should only take seconds to happen? This 90 mins pause happening on all OS version from Windows Server 2016, 2012R2, Windows 10 Ent , ...

Also, If we go to Software Center --> Updates --> Click Install. All updates are installed just fine.

We have created a case with MS support for a week now but no idea yet.

Thank you.

 

2 Replies

Hi Everyone,

We could not find out the reason even after spending months with MS support.

However, the same task sequence is now working again as it should without 90 mins waiting when doing Apr 2022 Windows Patching.

It was a mystery.

Interesting!! May I know what is the ConfigMgr version?