Answered by:
WSUS Admin Web Page returning a 404 Error

Question
-
Hi all,
We're running WSUS version: 10.0.14393.2969 on Windows Server 2016. When I try to access the client.asmx page, I get the following:
-
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /ClientWebService/client.asmx
If I run the wsusutil.exe checkhealth, my event logs show lots of errors:
- Self Update is not working
- The server is failing to download some updates (the main console page shows 0 updates needing files though?)
- The reporting web service is not working
- The API Remoting Web Service is not working
- The Server Synchronization web service is not working
- The client web service is not working
- The SimpleAuth Web Service is not working (This is not true though, if I go to http://<wsus server>/SimpleAuthWebService/SimpleAuth.asmx it returns the Simple Auth web page
- The DSS Authentication Web Service is not working
- The WSUS content directory is not accessible. System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)
Alot of systems are updating from this server properly though, however, we are having lots of clients that can not update either. Here's an example of an error log from a Windows Server 2016 system:
WebServices WS error: There was an error communicating with the endpoint at 'http://<wsus server>/ClientWebService/client.asmx'.2019/08/30 13:19:19.8805521 936 6116 WebServices WS error: There was an error receiving the HTTP reply.
2019/08/30 13:19:19.8805580 936 6116 WebServices WS error: The operation did not complete within the time allotted.
2019/08/30 13:19:19.8805829 936 6116 WebServices WS error: The operation timed out
2019/08/30 13:19:19.8805894 936 6116 WebServices Web service call failed with hr = 8024401c.I'm confused, because I can't seem to find the IIS logs for the WSUS website, the "Logs" icon is missing from the IIS admin console? Any ideas on how to proceed with troubleshooting this issue?
Friday, August 30, 2019 6:17 PM -
Answers
-
- Marked as answer by tccsysadmin Wednesday, October 2, 2019 3:16 PM
Wednesday, September 25, 2019 7:43 PM
All replies
-
Hi Tccsysadmin,
Based on your description, check the following on the WSUS server:
- Open IIS Information Services (IIS) Manager > Application pools.
- Please check if WSUSPool is started? Or you can try to restart WSUSPool.
- Select Sites > WSUS Administration, check if "ClientWebService" and "SimpleAuthWebService" exist.
Reply back with the results would be happy to help.
Regards,
Yic
Please remember to mark as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- Edited by Yic LvMicrosoft contingent staff Monday, September 2, 2019 2:49 AM add pictures.
Monday, September 2, 2019 2:47 AM -
Hi Yic,
Yes, I've checked that the WSUSPool is started, then I restarted the WSUSPool, and I've verified that both the Client Web Service, and Simple Auth Web Service exists. Any other suggestions? Thanks!
Tuesday, September 3, 2019 4:36 PM -
Hi Tccsysadmin,
Have you tried removing the current WSUS role and accessibility features and reinstalling the WSUS role and accessibility features? Please refer to the following steps:
- Remove the following server roles and features through Server Manager:
Roles: Windows Server Update Server
Features: Windows Internal Database, Windows Server Update Services Tools(at Remote Server Administration Tools -> Role Administration Tools)
Follow the wizard prompts to complete the deletion. Then restart the server.
- After the server is restarted, manually delete the folder or file of the following path:
- C:\WSUS (this depends on where you choose to install WSUS)
- C:\Program Files\Update Services
- C:\Windows\WID
- In the IIS Information Services (IIS) Manager, manually remove the WSUS Administration site. Then restart the server.
Or, you can also consider using the Powershell command Remove-WebSite -Name "WSUS Administration" for deletion.
This completes the complete removal of WSUS and related content, and then you can install a new WSUS.
Regards,
Reply back with the results would be happy to help.
YicPlease remember to mark as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.Wednesday, September 4, 2019 2:06 AM - Remove the following server roles and features through Server Manager:
-
How do I backup my database first, I don't want to lose the approvals, etc. Thanks.Wednesday, September 25, 2019 7:38 PM
-
- Marked as answer by tccsysadmin Wednesday, October 2, 2019 3:16 PM
Wednesday, September 25, 2019 7:43 PM