Downloading Stuck in Software Center

Boopathi Subramaniam 3,196 Reputation points
2020-08-20T17:11:24.33+00:00

Hi,

Few applications are stuck at downloading and few applications are waiting to install.
19251-capture.jpg

I have uninstalled and installed SCCM client
How to delete the applications which are showing as downloading and Waiting to install from CCM WMI Namespace.

So that If i initiate the policy then it will download again.

Microsoft Configuration Manager
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Boopathi Subramaniam 3,196 Reputation points
    2020-08-24T18:42:25.71+00:00

    Hi Allen Liu,
    Thanks for your answer. Please let me know how to delete the DEPLOYMENT of these applications.

    I ran the below command
    gwmi -Namespace root/ccm/policy/machine/actualconfig -Class ccm_softwaredistribution | out-file readme.txt | notepad.exe readme.txt

    Get the advertisement id like {CE671A08-D54A-44B9-9276-7E5A430ADF80}. Have not tried the below command

    foreach($i in gwmi -Namespace root/ccm/policy/machine/actualconfig -Class ccm_softwaredistribution -Filter “ADV_AdvertisementID=’{CE671A08-D54A-44B9-9276-7E5A430ADF80}‘”){$i.delete()}

    1 person found this answer helpful.

  2. Rafael Aguilar 496 Reputation points
    2020-08-20T18:20:50.327+00:00

    How are you performing the deployment?

    Monitor cas.log and AppEnforce.log

    https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/log-files

    Something similar happened to me and I had the wrong line of command.

    0 comments No comments

  3. AllenLiu-MSFT 40,551 Reputation points Microsoft Vendor
    2020-08-21T05:55:11.133+00:00

    Hi,

    Thank you for coming Microsoft Q&A forum.

    You may need to check ContentTransferManager.log to see the error message for details.
    And now you may try to delete the DEPLOYMENT of these applications and the next Machine Policy Cycle (60 minutes by default) will remove from the Client Software Center, or you may try to manually run the Machine Policy Retrieval & Evaluation Cycle or User Policy Retrieval & Evaluation Cycle of Configuration Manager properties from control panel. Then re-deploy the application again.
    19290-23.jpg


    If the response is helpful, please click "Accept Answer" and upvote it.

    Regards,
    Allen

    0 comments No comments