SCCM Configmgr 2012 Software Update Scan failed OnSearchComplete – Failed to end search job. Error = 0xc8000222

Trying to run the patch compliance report based on OU per Software update Group (For October 2014) ,report is available to download from http://eskonr.com/2014/11/sccm-configmgr-2012-patch-report-ou-based-compliance-status-per-update-group/ . Report shows some good success rate but still there are computers with unknown status .Unknown status means,these clients do not report anything to CM DB whether they required patches or not required ,no compliance information at all.

I pick one computer randomly and start looking at Software Update logs on the client side . The software update logs that helps to identify the scan issues are WUAHandler.log (CCM\logs),windowsupdate.log(%Windir%)

WUAHandler.log log shows ,client started to search for windows updates but it failed with error code 0xc8000222.

Error message : OnSearchComplete - Failed to end search job. Error = 0xc8000222.

Scan failed with error = 0xc8000222.

To know the description of this error code,tried error lookup from the CMtrace log ,but that doesn’t give me any clue.

image

The next log to look at is ,Windowsupdate.log  ,to know more about windowsupdate.log and how to read it,please refer https://support.microsoft.com/kb/902093?wa=wsignin1.0 and http://www.updatexp.com/windows-update-log.html

Windowsupdate.log errors out with message : DtaStor    FATAL: Failed to initialize datastore, error = 0xC8000222

It seems to like,the datastore or  other related component from C:\windows\softwaredistribution folders are corrupted.

image

 

Solution :

The solution for this issue ,is to stop windows update service,rename software distribution folder,start windows update service and then run the software update scan action.

1. Open the CMD (run as administrator) ,type net stop wuauserv to stop the windows update service

2.Type rename C:\windows\softwaredistribution softwaredistribution.old to rename

3.Type net start wuauserv to start windows update service

4.Initiate software update scan cycle from Configuration manager applet .

To run action 4,there are various scripts/tools available,like wmic,right click tools,sccm client center etc.

You can also script this solution to perform on bulk clients.

After you run action 4,monitor WUAhandler.log ,should see sync status with success.

image

 

Hope it helps!

12 Responses to "SCCM Configmgr 2012 Software Update Scan failed OnSearchComplete – Failed to end search job. Error = 0xc8000222"

    1. Nope, it will be uppercase and it is not case sensitive. You can try initiating the software update scan action again to see if that works

      Reply
    1. IT is effective as far i know and i never use the console deployment for monitoring the status.Always use reports to get the compliance reports.
      yes,there are many 3 states that we measure the deployment status . 1)Compliant 2)Not Compliant 3)Unknown
      Compliant means,the client has successfully performed scan and they are okay (could be that patches are installed or not applicable). These clients are safe
      Not Compliant---clients having some problem with scanning and requires troubleshooting.
      Unknown--these computers have not done anything with respect to scanning ,means,they are not assigned or some issues with SUP component.If the scanning is performed successfully,this information will be tracked in v_updatescanstatus.
      I will soon post another Patch Compliance report that will give more information about the non compliant and unknown machines that will help to troubleshoot the clients .

      Reply
  1. Hi,

    We use one update list to which we add patches every month.This is linked to different workstation deployments.When i use report that would give status for a particular deployment it opens up the collection to which it is linked (in the deployment management). Would it be possible to get the deployment status for a customized collection ? Can this be achieved by linking any report or not possible at all ?

    Reply
    1. did you look at the default report ? patch compliance --overall compliance that give you to choose the update group and collection.

      Reply

Leave a Reply to Nawaz Kazi Cancel reply