Windows error 0x8024401C, -2145107940

Detailed Error Information

WU_E_PT_HTTP_STATUS_REQUEST_TIMEOUT[1]

MessageSame as HTTP status 408 - the server timed out waiting for the request.
Declared inwuerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode36 (0x024)
NameFACILITY_WINDOWSUPDATE[2][3]
DescriptionThe source of the error code is a Windows update.[2][3]
Error Code16412 (0x401c)

Questions

5votes
4answers

Why can Win10 Nodes Check In With WSUS But Not Pull Updates (0x8024401c)

I have a Windows Server 2016 running WSUS (WID Database). The nodes on my system are all Windows 10 Professional. They are configured through group policy to check the Server 2016 for updates. The nodes and server are not behind a proxy in anyway. Based on the WSUS Console it [...] read more
wsus
windows-10
windows-server-2016
wsus-offline
3votes
0answers

MSSQL Server 2012 (not R2) maxing out CPU (98-100%) with svchost (wuaueng.dll)

Spent a fair bit of yesterday trying to find a solution for this, but this issue appears to only affect Server 2008...well, I beg to differ! MSSQL, hosted on Server 2012. Updated via WSUS. Enabled the GPO's for production updates on Friday - over the weekend and into yesterday watched [...] read more
sql-server
windows-server-2012
wsus
windows-update
1vote
1answer

PowerShell code to get pending windows patch count

In the past I have used this code to list the count of windows patches: $server = 'ServerName' $updatesession = [activator]::CreateInstance([type]::GetTypeFromProgID("Microsoft.Update.Session", $Server)) $updatesearcher = $updatesession.CreateUpdateSearcher() $searchresult = $updatesearcher.Search("IsInstalled=0") $PatchCount = $searchresult.Updates.Count return $PatchCount However, this code suddenly stopped working for some servers. This could be an artifact of recent windows [...] read more
windows
powershell
1vote
2answers

0x8024401c on all new WSUS clients

I keep getting the error 0x8024401c on all new clients connecting to WSUS. (Only Windows 10 and Server 2016) According to Google, this error results to "WU_E_PT_HTTP_STATUS_REQUEST_TIMEOUT" but I can ping the server and access the /ClientWebService/client.asmx from the failing client. Anyone got an idea how to fix this? Should [...] read more
windows
windows-server-2012-r2
wsus
0votes
0answers

Issues with windows Update

I have a proxy internet in my university. I have used the proxy in my proxy settings as 172.30.10.10 and port 3128. Now, Windows Update is not working, showing error 0x8024401c. I have searched and tried many solutions, including importing the proxy using winhttp in cmd and putting proxy in [...] read more
windows-10
updates
0votes
0answers

Ethernet connection slightly handicapped compared to Wi-Fi

I'm using an Arris TG862 router and noticed that computers connected to the internet via an ethernet cable suffer some problems when browsing that don't happen when connected through the Wi-Fi. The cases that I was able to reproduce were: * Upload on Imgur.com or Imageshack.com almost always fails * [...] read more
networking
wireless-networking
router
ethernet

Comments

Leave a comment

(plain text only)

Sources

  1. wuerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0