Asked by:
0x80070057

Question
-
Hello, I have installed wsus on windows server 2016 ...
This is normal I can access the link http://my_server:8530/ClientWebService/Client.asmx?singleWsdl
But when entering windows update it presents the error message 0x80070057.
In log windows update client
2017-06-21 21: 26: 47: 972-0300 21: 26: 47: 972-0300 1 148 [AGENT_DETECTION_FAILED] 101 {00000000-0000-0000-0000-000000000000} 0 80070057 UpdateOrchestrator Failure Software Synchronization Windows Update Client failed to detect with error 0x80070057.
2017-06-21 21: 26: 50: 305-0300 21: 26: 50: 305-0300 1 148 [AGENT_DETECTION_FAILED] 101 {00000000-0000-0000-0000-000000000000} 0 80070057 UpdateOrchestrator Failure Software Synchronization Windows Update Client failed to detect with error 0x80070057.any computer update...
Windows 10 CU in clients PC. and cloned. but report normal in WSUS...
in screen windows update says erro 0x80070057
Thursday, June 22, 2017 1:36 AM
All replies
-
Hi Felipe Caram Rocha,
On the clients, please do the following things, then check for update again to check the result:
1. Run windows updates troubleshooter;
2. Reset windows update components:
https://support.microsoft.com/en-us/kb/971058
3. Run sfc /scannow on the clients;
4. On the WSUS server, please check if the Server 2016 is fully patched, also run Server Cleanup Wizard on the WSUS server.
Best Regards,
Anne
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- Proposed as answer by Anne HeMicrosoft contingent staff Thursday, June 29, 2017 6:57 AM
Friday, June 23, 2017 6:25 AM -
I did all this, but the error continues, it even communicates with wsus once a day, but at the time of installing it presents the same error too.Saturday, July 1, 2017 11:09 AM
-
My script fixes tons of issues. Run it and then run the following script on the client. After have been run, check for updates again.
Have a peek at my Adamj Clean-WSUS script. It is the last WSUS Script you will ever need.
http://community.spiceworks.com/scripts/show/2998-adamj-clean-wsus
What it does:
1. Remove all Drivers from the WSUS Database.
2. Shrink your WSUSContent folder's size by declining superseded updates.
3. Remove declined updates from the WSUS Database.
4. Clean out all the synchronization logs that have built up over time (configurable, with the default keeping the last 14 days of logs).
5. Compress Update Revisions.
6. Remove Obsolete Updates.
7. Computer Object Cleanup (configurable, with the default of deleting computer objects that have not synced within 30 days).
8. Application Pool Memory Configuration to display the current private memory limit and easily increase it by any configurable amount.
9. Run the Recommended SQL database Maintenance script on the actual SQL database.
10. Run the Server Cleanup Wizard.
It will email the report out to you or save it to a file, or both.
Although the script is lengthy, it has been made to be super easy to setup and use. There are some prerequisites and instructions at the top of the script. After installing the prerequisites and configuring the variables for your environment, simply run:
.\Clean-WSUS.ps1 -FirstRun
and then
.\Clean-WSUS.ps1 -InstallTask
If you wish to view or increase the Application Pool Memory Configuration, you must run it with the required switch. See Get-Help .\Clean-WSUS.ps1 -Examples
If you're having trouble, there's also a -HelpMe option that will create a log so you can send it to me for support.Run this on the client.
net stop bits net stop wuauserv del /f /s /q %windir%\SoftwareDistribution\*.* del /f /s /q %windir%\windowsupdate.log %windir%\system32\regsvr32.exe /s %windir%\system32\atl.dll %windir%\system32\regsvr32.exe /s %windir%\system32\jscript.dll %windir%\system32\regsvr32.exe /s %windir%\system32\msxml3.dll %windir%\system32\regsvr32.exe /s %windir%\system32\softpub.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wuapi.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wuaueng.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wuaueng1.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wucltui.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wups.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wuweb.dll REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f regsvr32 /u wuaueng.dll /s regsvr32 wuaueng.dll /s net start bits net start wuauserv wuauclt.exe /resetauthorization /detectnow
Adam Marshall, MCSE: Security
http://www.adamj.orgSunday, July 2, 2017 3:30 AM -
Hi We have same issue. Were you able to fix? Can you share the fix?
saravanan rajappa
Wednesday, January 30, 2019 2:45 PM