MEM Software Update Point unable to scan itself

Anonymous
2021-07-23T09:29:17.66+00:00

Hi

I have an issue where I'm unable to patch my Software Update Point.

All other clients are scanning (against this SUP) and patching fine. But for some reason the SUP itself is now failing to scan itself. Each time I try a 'Software Updates Scan Cycle' I get the following in the ScanAgent.log:

    ScanJob({8C09B60C-65BA-4ED8-9EFD-FACED3099F35}): CScanJob::OnScanComplete -Scan Failed with Error=0x80244019 ScanAgent 23/07/2021 10:34:25 1316 (0x0524)
ScanJob({8C09B60C-65BA-4ED8-9EFD-FACED3099F35}): CScanJob::OnScanComplete - uiScansTriedForCurrentLocation = 0 ScanAgent 23/07/2021 10:34:25 1316 (0x0524)
ScanJob({8C09B60C-65BA-4ED8-9EFD-FACED3099F35}): CScanJob::ScheduleScanRetry- uiScansTriedForCurrentLocation = 0 ScanAgent 23/07/2021 10:34:25 1316 (0x0524)
ScanJob({8C09B60C-65BA-4ED8-9EFD-FACED3099F35}): MoveToNextLocationIfAvailable. Start over and moved to location = http://server.domain:8530 . ScanAgent 23/07/2021 10:34:25 1316 (0x0524)
ScanJob({8C09B60C-65BA-4ED8-9EFD-FACED3099F35}): CScanJob::ScheduleScanRetry - m_dwRetryCount = 1 ScanAgent 23/07/2021 10:34:25 1316 (0x0524)
ScanJob({8C09B60C-65BA-4ED8-9EFD-FACED3099F35}): CScanJob::ScheduleScanRetry- ScanRetry Timer task successfully scheduled. Will wake up in next 300 seconds ScanAgent 23/07/2021 10:34:25 1316 (0x0524)
ScanJob({8C09B60C-65BA-4ED8-9EFD-FACED3099F35}): CScanJobManager::OnScanComplete- Scan has failed, scan request will be pending for scan retry cycle. ScanAgent 23/07/2021 10:34:25 1316 (0x0524)
CScanAgent::ScanCompleteCallback - failed at OnScanComplete with error=0x87d00631 ScanAgent 23/07/2021 10:34:25 1316 (0x0524)

So I'm seeing two errors there.

0x80244019 - the server cannot find the requested URI (Uniform Resource Identifier). This doesn't make sense ... the server can't find itself? For sure I can reach http://server.domain:8530/SimpleAuthWebService/SimpleAuth.asmx from this box.

0x87d00631 - scan retry is pending.

Any advice on what could be causing this would be much appreciated.

Thanks in advance.

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
1,043 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amandayou-MSFT 11,136 Reputation points
    2021-07-26T02:33:59.203+00:00

    Hi @Anonymous ,

    Could we know if there is the proxy between the SUP and my client? If so, please check if the Automatic Updates service have access to the user-specific proxy server settings that may be configured in Internet Explorer.

    To view the current WinHTTP proxy and bypass list, load up cmd prompt and run:

    netsh winhttp show proxy

    To add the bypass list to your WinHTTP proxy, you can either set it manually through command prompt, or through group policy.

    netsh winhttp set proxy proxy-server=”proxyserver.com:port” bypass-list=”*.domain.com;<local>”

    For proxy configuratin, please consult your Network team support.

    And for more information, kindly refer to this article:
    https://nhogarth.net/2016/09/13/scan-failed-with-error-0x80244019/
    Note: Non-Microsoft link, just for the reference.


    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.


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.