Troubleshooting SCCM: No updates available on the Software Center

1. Check that you have access to the software distribution

http://MySCCMServer:8530/ClientWebService/WusServerVersion.xml

If you don’t have access to it it could be due to following cases

  • Case 1 : Network Issue (Port not open , Telnet to the servername on port 8530 for verification)
  • Case 2: Winhhtp proxy is not working, check this registry
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
"WinHttpSettings"=hex:18,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,\
00

If the connection to the software distribution is good then proceed to the next step.

  1. Remove the object from the WSUS
  2. Run the following commands on the machine
wuauclt /resetauthorization /detectnow
wuauclt /reportnow
  1. Clear the software distribution (Resolve this Error = 0x80240439.)
net stop wuauserv
net stop appidsvc
net stop cryptsvc

Now, go to C:\Windows\SoftwareDistribution\Download and delete all files inside the download folder
and run the following commands:

net start wuauserv
net start appidsvc
net start cryptsvc
  1. Restart the windows update service and the SMS agent host service
  2. Go to the configuration manager and run Machine policy, user Policy and software updates scan cycle

you will see this OnSearchComplete – Failed to end search job. Error = 0x80244010 on the WUAHandler.log.

After a while, it will try again the sync . If the sync is not running ,initiate software update scan cycle and monitor the log WUAHandler.log

Related Posts