Sccm agent error

Umesh Karikempaiah 21 Reputation points
2020-10-08T06:09:37.773+00:00

Hi,
Some of windows servers failed to install the patches from sccm. We see the below error message in WUAHandler.log file.
OnSearchComplete - Failed to end search job. Error = 0x80244007.
The SCCM version in the env is 1910. Please help how to fix the issue.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,708 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Umesh Karikempaiah 21 Reputation points
    2020-10-26T14:21:42.93+00:00

    Hi,

    Here is the solution we got from MS and it worked.

    On SUP server:

    ++Opened command prompt as an admin browse to C:\Program Files\Update Services\WebServices\ClientWebService and run below commands.
    •takeown /f web.config /a
    •icacls web.config /grant administrators:f
    •notepad Web.config

    Changed below values-

    maxCachedUpdatesvalue to 44000
    •maxInstalledPrerequisites to 800
    •maxRequestlength from 4096 to 8192

    Ensured below values are right- setting for WSUS App pool

    •Changed “Queue Length” from 1000 to 4000
    •Chnaged "Service Unavailable Response Typr" from the default HttpLevel to TcpLevel
    •Changed “Failure Interval (minutes)” from Default 5 to 30
    •Chnaged "Maximum Failures" from the default 5 to 60

    3 people found this answer helpful.

  2. Fiona Yan-MSFT 2,311 Reputation points
    2020-10-09T03:15:06.39+00:00

    @Anonymous

    Error code 0x80244007 = Same as SOAPCLIENT_SOAPFAULT - SOAP client failed because there was a SOAP fault for reasons of WU_E_PT_SOAP_* error codes.
    There are many reasons may cause this error code. Based on my understanding,i have the following direction, please correct me if i'm incorrect.
    Could we know if your WSUS server is WS2012 R2 with KB3159706 installed?
    If so, uninstall KB3159706 or do the manual post installation steps after installing KB3159706:

    1. Open an elevated Command Prompt window, and then run "C:\Program Files\Update Services\Tools\wsusutil.exe postinstall /servicing" (case sensitive, assume C: as the system volume).
    2. Select HTTP Activation under .NET Framework 4.5 Features in the Server Manager Add Roles and Features wizard.
    3. Restart the WSUS service.
      sccm-clients-not-installing-updates

    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. Umesh Karikempaiah 21 Reputation points
    2020-10-14T08:13:49.26+00:00

    Hi,

    I have raised a case with Microsoft support. Will keep posted when I get the solution.

    Thanks,

    Umesh.S.K


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.