question

RameshRK-3879 avatar image
0 Votes"
RameshRK-3879 asked RameshRK-3879 answered

Application Deployments are not appearing in Software Center

Hi All

We have migrated devices/applications/deployments from an existing old SCCM infra in a domain to another existing new SCCM infra in another domain.

The application deployments done at user level are not showing up in the software center. I identified that those application/deployments were migrated from old SCCM infra to new SCCM.

Verified logs at client end but could not find any trace related to the missing apps. But in SCClient log i do see trace as below

![194844-image.png][1]




Please advice how should narrow down the issue.

mem-cm-site-deployment
image.png (22.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Amandayou-MSFT avatar image
0 Votes"
Amandayou-MSFT answered RameshRK-3879 commented

Hi@RameshRK-3879,

Could we know this issue happens on all client or some clients?
If all client, on the tab of user experience, the option of Display in software Centre and show all notification:

194963-417.png

If some clients or a client, please check related article about SCCM application installation workflow and refer to some logs:
https://configgirl.com/2018/11/10/sccm-application-installation-workflow/
Note: Non-Microsoft link, just for the reference.

Is it normal when we deploy the update to these client? If it is not just application, maybe the environment has something wrong.

In this following case, wait some time, It get better. As Microsoft Endpoint Manager is an integrated solution for managing all of our devices, latency is normal.
https://docs.microsoft.com/en-us/answers/questions/814656/windows-10-updates-are-not-shown-in-software-centr.html


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.



417.png (130.6 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you Amandayou for replying.

A application deployment to device is working absolutely fine but to user (AD group) is having some glitches. As of now we have some users reported this issue but its increasing trend.

"Display in software Centre and show all notification" is already enabled in respective deployment.

In the client log as well i could not find anything particular.

Please advice what else i can try

0 Votes 0 ·
RameshRK-3879 avatar image
0 Votes"
RameshRK-3879 answered

During the course of troubleshooting it was found that the users with big number AD membersip (200+ AD gps) were having this issue.

Increasing the maxRequestLength value in web.config of UserServiceWindowsAuth for all MPs resolved the issue.

<httpRuntime targetFramework="4.5" enableVersionHeader="false" maxRequestLength="1048576"/>

The value was set to 10 MB.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.