<p>During the regular updates approval on WSUS, I have run into a WSUS error. We are using Windows Server 2012 R2 server with WSUS 3.0 environment.</p>
<p>When I have tried to open the WSUS console I have received the following error message:</p>
<h4><strong>Error: Connection Error</strong><br />
<strong>An error occurred trying to connect the WSUS server. This error can happen for a number of reasons. Check connectivity with the server. Please contact your network administrator if the problem persists.</strong></h4>
<h4><strong>Click reset Server Node to try to connect to the server again.</strong></h4>
<p><a href="https://www.wincert.net/wp-content/uploads/2016/12/wsus-error.png"><img class="alignnone wp-image-1982 size-full" src="https://www.wincert.net/wp-content/uploads/2016/12/wsus-error.png" alt="wsus error" width="1135" height="173" /></a><!--more--></p>
<p>I have also noticed that the WSUS service wasn&#8217;t started. Event viewer showed me Event ID: 7053 error.</p>
<p>Just as with many other errors, resetting the server node wasn&#8217;t helpful. The most common solution I could find was to delete the WSUS MMC console cache located at:</p>
<p><strong>C:\Users\%username%\AppData\Roaming\Microsoft\MMC\wsus</strong></p>
<p>When I have deleted that WSUS file I had to reconnect to my WSUS server and then I have received another WSUS error message:</p>
<p><strong>Cannot connect to &#8220;%Servername%&#8221;. SQL server may not be running on the server. Please verify that SQL Server is running and configured correctly on the server. Contact your network administrator if the problem persists.</strong></p>
<p>After further investigation, I have discovered that Microsoft patch <strong>KB3148812</strong> was the culprit here since it enables ESD decryption provision in WSUS. So, uninstalling KB3148812 and rebooting the server should help. Also, in the meantime, Microsoft has released KB3159706 which supersedes KB3148812 patch.</p>
<p>Unfortunately, that didn&#8217;t help either so I had to dig further to find the solution.</p>
<p>So, here&#8217;s what helped in my case:</p>
<p>Open an elevated <strong>command prompt (CMD)</strong></p>
<p>Navigate to: <strong>C:\Program Files\Update Services\Tools\</strong></p>
<p>Run the following command:</p>
<p><strong>wsusutil.exe /</strong>postinstall<strong> /servicing</strong></p>
<p>Once you get the &#8220;<strong>successfully completed</strong>&#8221; message open the Server Manager and install the following feature:</p>
<p>.NET Framework 4.5 Features<br />
WCF Services<br />
<strong>HTTP Activation</strong></p>
<p><a href="https://www.wincert.net/wp-content/uploads/2016/12/wsus-error-5.png"><img class="alignnone size-full wp-image-1984" src="https://www.wincert.net/wp-content/uploads/2016/12/wsus-error-5.png" alt="wsus error" width="352" height="375" /></a></p>
<p>This will additionally install the <strong>Process Model of Windows Process Activation Service</strong>.</p>
<p><a href="https://www.wincert.net/wp-content/uploads/2016/12/wsus-error-4.png"><img class="alignnone size-full wp-image-1985" src="https://www.wincert.net/wp-content/uploads/2016/12/wsus-error-4.png" alt="wsus error" width="427" height="422" /></a></p>
<p>After successful installation, please restart the WSUS service and you should be able to open your WSUS console normally.</p>
<p><a href="https://www.wincert.net/wp-content/uploads/2016/12/wsus-error-2.png"><img class="alignnone size-full wp-image-1986" src="https://www.wincert.net/wp-content/uploads/2016/12/wsus-error-2.png" alt="WSUS error" width="526" height="53" /></a></p>

WSUS Error: Connection Error (Event ID:7053)
