Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Unable to download SCCM 1906 hotfix

PASCAL JOURDAN

Well-Known Member
Messages
120
Solutions
3
Reaction score
2
Points
18
Hello ,

I just installed the latest version of sccm 1906. however the hotfix rollup does not download. I restart the service sms exec several times however the pb remains the same. Thanks for your help
Pascal
 

Attachments

  • Capture.PNG
    Capture.PNG
    76.4 KB · Views: 2
There is a known issue with downloading SCCM 1906 hotfixes and you have to open SQL Mgmt Studio and run below query.

EXEC spAddPackageToDownload 'PACKAGEGUID' (You can get this from the Updates and Service Node > Package Guid Column)
Restart the SMS exec after you run the above query. The hotfix download should begin.

Since a lot of people are facing this issue, I will publish a post on this soon.
 
Hi,
tks for your answer but i dont find it You can get this from the Updates and Service Node > Package Guid Column) on my sql studio , can you help me .
Dont find path to execute this command.
Best regards
Pascal
 

Attachments

  • Capture.PNG
    Capture.PNG
    38.6 KB · Views: 2
  • Capture 2.PNG
    Capture 2.PNG
    27.9 KB · Views: 2
  • 3.PNG
    3.PNG
    83.2 KB · Views: 2
  • 4.PNG
    4.PNG
    55.8 KB · Views: 2
Last edited:
hi,
My sql experience don t give me possibilities to find a solution for this pb.
Tks very much for your help.

Best regards.

Pascal
 

Attachments

  • 6.PNG
    6.PNG
    54.2 KB · Views: 7
Hi
The same think , we dont have chance at this time.

Regards

Pascal
 

Attachments

  • 7.PNG
    7.PNG
    34.8 KB · Views: 7
@PASCAL JOURDAN - This is your query EXEC spAddPackageToDownload'8004652A-E13F-4456-FFCB17363190'

The correct command is EXEC spAddPackageToDownload '8004652A-E13F-4456-FFCB17363190'

There must be a space between spAddPackageToDownload and package GUID.
 
Hi ,
I install a new server sccm whith new sql database and pb is the same at the same place .
I check for correctly copy the good line and space to.
regards

Pascal
 

Attachments

  • 1.PNG
    1.PNG
    74.3 KB · Views: 9
Back
Top