SCCM stuck in downloading 2103

Hentie Lategan 1 Reputation point
2022-12-12T06:13:23.483+00:00

Run into an issue this weekend that I could not resolve.

On 3 Dec I upgraded the server to 2107
This past weekend I was to upgrade the server to 2203

The server is stuck at downloading.
I've found several posts telling me to use CMupdatereset but that had no effect. Redownloaded the package and stuck again in downloading.
The server is Windows 2016 and SQL 2016 sp3
The server is up to date with all patches.
And running .net 4.8
It appears that the large CAB file downloads and extract. Then it download the redest and fail. Although the 2 file are in the redest folder.

269562-2022-12-10-8-59-08.png

269581-2022-12-10-9-00-38.png

269504-2022-12-12-6-21-41.png

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
1,027 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Hentie Lategan 1 Reputation point
    2022-12-12T08:30:41.38+00:00

    It seems like when I installed .Net 4.8, something happened to TLS 1.2
    I’ve tried adding the registries to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2
    I've removed it again

    Suggestion was to run powershell:
    269604-2022-12-12-10-28-11.png

    Even though it downloaded fine in Internet Explorer. This is reference to error 80072f8f in the 3rd screenshot of the original post.

    0 comments No comments

  2. Hentie Lategan 1 Reputation point
    2022-12-13T05:22:12.483+00:00

    How do I fix this?
    Everything I find is registry entries that are meant for Windows Server 2012 and does not work on this Windows 2016 server

    I checked at one of our other clients that is working.

    269825-image.png


  3. TrudaZeng-MSFT 771 Reputation points
    2022-12-13T07:45:56.147+00:00

    We can manually download redistributable files by using the following command:
    setupdl.exe /RedistUrl http://go.microsoft.com/fwlink/?LinkID=2184007 /LnManifestUrl http://go.microsoft.com/fwlink/?LinkID=2179667 /RedistVersion 202111 /NoUI "C:\temp\redist"

    But we need move the manually download file to target file:
    269985-1.png

    For more details:
    understand-troubleshoot-updates-servicing

    0 comments No comments

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.