{"id":637,"date":"2020-01-28T21:54:15","date_gmt":"2020-01-29T02:54:15","guid":{"rendered":"http:\/\/itblog.ldlnet.net\/?p=637"},"modified":"2020-01-28T21:54:15","modified_gmt":"2020-01-29T02:54:15","slug":"fixed-wsus-2016-2019-error-code-0x8024401c-windows-10-nor-windows-server-2016-reporting-to-wsus","status":"publish","type":"post","link":"https:\/\/itblog.ldlnet.net\/index.php\/2020\/01\/28\/fixed-wsus-2016-2019-error-code-0x8024401c-windows-10-nor-windows-server-2016-reporting-to-wsus\/","title":{"rendered":"Fixed | WSUS 2016\/2019 | Error Code 0x8024401c | Windows 10 nor Windows Server 2016 reporting to WSUS"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Problem:<\/h3>\n\n\n\n<p>I had recently had this error in WSUS where my Windows Server 2016 servers would NOT report into the WSUS Server. I would get an error stating 0x8024401c when manually performing a report now to the WSUS Server using:<\/p>\n\n\n<pre class=\"lang:PowerShell nums:False\" title=\"WSUS Fix for 2016 Servers Not Reporting\">wuauclt.exe \/reportnow<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"616\" src=\"https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-1024x616.png\" alt=\"\" class=\"wp-image-638\" srcset=\"https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-1024x616.png 1024w, https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-300x180.png 300w, https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-768x462.png 768w, https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image.png 1053w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>Error from Windows Update on affected server<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Solution:<\/h3>\n\n\n\n<p> Go to IIS Manager on the WSUS Server<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1011\" height=\"518\" src=\"https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-1.png\" alt=\"\" class=\"wp-image-639\" srcset=\"https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-1.png 1011w, https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-1-300x154.png 300w, https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-1-768x393.png 768w\" sizes=\"auto, (max-width: 1011px) 100vw, 1011px\" \/><\/figure>\n\n\n\n<p>Goto Advanced Settings of\u00a0 WsusPool.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"436\" height=\"543\" src=\"https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-2.png\" alt=\"\" class=\"wp-image-640\" srcset=\"https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-2.png 436w, https:\/\/itblog.ldlnet.net\/wp-content\/uploads\/2020\/01\/image-2-241x300.png 241w\" sizes=\"auto, (max-width: 436px) 100vw, 436px\" \/><\/figure>\n\n\n\n<p>Make sure following settings are present\/configured on the Pool, if not change it to below:<\/p>\n\n\n<pre class=\"lang:PowerShell nums:False\" title=\"WSUS AppPool Settings\">Queue Length: 25000\nLimit Interval (minutes): 15\n\"Service Unavailable\" Response: TcpLevel\nPrivate Memory Limit (KB): 0<\/pre>\n\n\n\n<p>Make sure, the WSUS Entry in the Registry is having fully qualified domain name of WSUS Server.<\/p>\n\n\n\n<p class=\"has-text-color has-small-font-size has-medium-pink-color\"><strong>NOTE: If you have Group Policy managing the WSUS Settings, then make sure you change the settings in the WSUS Policy to use the FQDN of the WSUS Server and run a gpupdate \/force on the clients.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/-2gcO6GuKVbc\/WS_8yZvOIXI\/AAAAAAAAH7o\/d5HKAURniMUlyNHZj5fRhh7o72NcMoz4QCHM\/s1600\/image%255B2%255D\" alt=\"[image%5B2%5D]\"\/><figcaption>Should be set to FQDN of your WSUS Server<br>i.e. &#8220;http:\/\/wsus.domain.com:8530&#8221;<\/figcaption><\/figure>\n\n\n\n<p>Stop IIS on the WSUS Server<\/p>\n\n\n\n<p>Edit the web.config located at following location on WSUS Server: <\/p>\n\n\n<pre class=\"lang:PowerShell nums:False\" title=\"Location of .config file for WSUS Web Service\">C:\\Program Files\\Update Services\\WebServices\\ClientWebService\\web.config<\/pre>\n\n\n\n<p>Replace the following lines in the config file and save in the same directory:<\/p>\n\n\n<pre class=\"lang:HTML nums:False\" title=\"web.config file setting changes\">\"<httpRuntime maxRequestLength=\"4096\" \/>\"\n\nwith\n\n\"<httpRuntime maxRequestLength=\"204800\" executionTimeout=\"7200\"\/>\"\n\n<\/pre>\n\n\n\n<p>Restart IIS on the WSUS Server<\/p>\n\n\n\n<p>Try updating the clients again. They should be able to report and update successfully.<\/p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\">HAPPY TROUBLESHOOTING!<br>POSITIVE OUTCOMES ARISE FROM POSITIVE ATTITUDES!<\/h2>\n\n\n\n<p class=\"has-small-font-size\"><strong><em>REFERENCES:<\/em><\/strong><br><a href=\"https:\/\/ininformationtechnologyworld.blogspot.com\/2017\/06\/fixed-wsus-2016-error-code-0x8024401c.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Fixed | WSUS 2016 | Error Code 0x8024401c | Windows 10 | Windows Server 2016 (opens in a new tab)\">Fixed | WSUS 2016 | Error Code 0x8024401c | Windows 10 | Windows Server 2016<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Problem: I had recently had this error in WSUS where my Windows Server 2016 servers would NOT report into the WSUS Server.<\/p>\n<p class=\"link-more\"><a class=\"myButt \" href=\"https:\/\/itblog.ldlnet.net\/index.php\/2020\/01\/28\/fixed-wsus-2016-2019-error-code-0x8024401c-windows-10-nor-windows-server-2016-reporting-to-wsus\/\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":159,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,16],"tags":[20,214,121,120,224,225],"class_list":["post-637","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general","category-windows","tag-windows","tag-windows-10","tag-windows-update","tag-windows-updates","tag-wsus","tag-wsus-reporting","odd"],"_links":{"self":[{"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/posts\/637","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/comments?post=637"}],"version-history":[{"count":3,"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/posts\/637\/revisions"}],"predecessor-version":[{"id":643,"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/posts\/637\/revisions\/643"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/media\/159"}],"wp:attachment":[{"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/media?parent=637"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/categories?post=637"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itblog.ldlnet.net\/index.php\/wp-json\/wp\/v2\/tags?post=637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}