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!

PENDING SCCM Client Not receiving new content

  • Thread starter Thread starter Frederic
  • Start date Start date
  • Replies Replies 3
  • Views Views 3K

Frederic

New Member
Messages
2
Reaction score
0
Points
1
Hello,

I use SCCM to deploy application with application management. I have : files installation, install.cmd and uninstall.cmd

However, I add or modify a file in the source path, client receive a non-updated version of the applications. I do a redistribute in the properties/content Locations of the application but the client still downloads the old version even after 1 or 2 hours.

Even if I remove the Distribution point server and put it back, I have the old version in ccmcache.

Is there anything I can do about this?

Thanks,
Frédéric Lassalle
 
Have you reviewed the log to confirm that CM is seeing the new package? Have you confirmed that the new package as been distributed to the DPs?
 
> Have you reviewed the log to confirm that CM is seeing the new package?

Yes in distmgr.log, I can read few line after redistribute the package (CM1001AB) :

Currently using 0 out of 3 allowed package processing threads. SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 8252 (0x203C)
Started package processing thread for package 'CM1001AB', thread ID = 0x27F4 (10228) SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 8252 (0x203C)
Sleep 3600 seconds... SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 8252 (0x203C)
STATMSG: ID=2300 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=srv-sccm SITE=CM1 PID=3388 TID=10228 GMTDATE=jeu. juil. 29 14:56:05.559 2021 ISTR0="Microsoft .NET Framework" ISTR1="CM1001AB" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 LE=0X0 AID0=400 AVAL0="CM1001AB" SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 10228 (0x27F4)
Processing package CM1001AB (SourceVersion:3;StoredVersion:3) SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 10228 (0x27F4)
No action specified for the package CM1001AB, however there may be package server changes for this package. SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 10228 (0x27F4)
Start updating package CM1001AB on server ["Display=\\srv-sccm\"]MSWNET:["SMS_SITE=CM1"]\\srv-sccm\... SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 10228 (0x27F4)
Created DP processing thread 11592 for addition or update of package CM1001AB on server ["Display=\\srv-sccm\"]MSWNET:["SMS_SITE=CM1"]\\srv-sccm\ SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 10228 (0x27F4)
DP Thread: Attempting to add or update package CM1001AB on DP ["Display=\\srv-sccm\"]MSWNET:["SMS_SITE=CM1"]\\srv-sccm\ SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 11592 (0x2D48)
Waiting for all DP threads to complete for package CM1001AB processing thread. SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 10228 (0x27F4)
The distribution point is on the siteserver and the package is a content type package. There is nothing to be copied over. SMS_DISTRIBUTION_MANAGER 29-07-21 16:56:05 11592 (0x2D48)
...
There are more lines but I stopped copying because of this last line. Is this normal?
 
Whenever you modify content and update the DP's, the content must be updated on Dp and the clients must download updated content. In some cases, you may have to remove the old content manually and distribute the content freshly. However, in your case the new content is not updating which is weird. Does it work if you create a new application and deploy the same content ?.
 
Back
Top