Friday, June 10, 2016



SCCM Software Updates Error : onsearchcomplete - failed to end search job. error = 0x8007000e in WUAHandler.log and Windows update.log

Reason:
This error due to memory leakage of System (which system performance can be decreased during scans) or Not enough storage on client machine.


Microsoft have released patch to resolve this issues. refer to this link.

https://social.technet.microsoft.com/Forums/windows/en-US/4a782e40-bbd8-40b7-869d-68e3dfd1a5b4/windows-update-scan-high-memory-usage?forum=w7itproperf


Solution : -

Apply this patches to windows 7 and restart the machines. Run the SCCM cycles to generate the scan.

This time client will successfully scanned and receive windows update from sccm.



Tuesday, June 7, 2016



Message ID 2719:
Inventory Data Loader failed to process the file D:\Program Files\Microsoft Configuration Manager\inboxes\auth\dataldr.box\Process\HDD6EP0U.MIF because it is larger than the defined maximum allowable size of 5000000.
Solution: Increase the maximum allowable size, which is defined in the registry key HKLM\Software\Microsoft\SMS\Components\SMS_INVENTORY_DATA_LOADER\Max MIF Size (the default is 5 MB), and wait for Inventory Data Loader to retry the operation

This is an easy fix.

  1. On the CM12 Site Server, open regedit.exe.
  1. Drill down to HKLM\Software\Microsoft\SMS\Components\SMS_INVENTORY_DATA_LOADER.
  1. Find Max MIF Size and double click it.
  1. Change the value to 3200000 (Hex), which is 50 MB. By the way, the actual default value is 4c4b40 (hex) or 5000 kilobytes which is just under 5 MB.
  1. Close regedit.exe and clear out any errors/warnings for SMS_INVENTORY_DATA_LOADER.

Now you’re done!


Thanks for http://www.enhansoft.com/blog/change-the-maximum-file-size-of-management-information-files-mif-in-sccm-2012