Friday, April 15, 2016

OnSearchComplete - Failed to end search job. Error = 0x80244010

Problem: In SCCM 2012 SP1 clients, you see this error in  wuahandler.log
Scan does not complete and patches dont install.

Also,
OnSearchComplete - Failed to end search job. Error = 0x80244010. 

Solution:
1.Check if the WSUS Pool is not stopped.
2. Delete the Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
3. Restart ccmexec

or,

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f
net stop wuauserv
net start wuauserv

1 comment: