/build/static/layout/Breadcrumb_cap_w.png

SCCM Incorrectly Reports "the space allocated for program downloads is insufficient to download this program"

Our SCCM 2007 agents use the default size of 5120 for the Temporary Program Download Folder. While testing a 3 GB package, one computer reported:

"the space allocated for program downloads is insufficient to download this program"...

I checked the ccm\cache folder and it only contained one very small package (Kbytes).

I used the Configuation Manager Control Panel - Advanced - Delete Files... button and tried to start the package again from Run Advertised Program and was successful.

Has anyone seen this type of behavior before? Is this some form of cache corruption? WMI? So far I've only seen this on the one computer. It runs fine on two others (Win 7 & Win XP).


0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Posted by: piyushnasa 11 years ago
Red Belt
1

Do not download this package and run it directly from server.

Posted by: pjgeutjens 11 years ago
Red Belt
0

Like Pyush said, do you really want to sacrifice 6GB (download + install) on the target machines for this package? Just run from source and warn the users not to disconnect from the network during install.

Posted by: Visalakshi 11 years ago
Orange Senior Belt
0

Running from Distibution point is the best option.

If you want to Download you can increase the sccm cache size by using below VB script.

On Error Resume Next
 
Dim nValueToSet  
Dim oUIResource  
Set oUIResource = CreateObject("UIResource.UIResourceMgr")  
Set CacheSize = oUIResource.GetCacheInfo  
newCahceSize = 10000  
if CacheSize.TotalSize <= newCahceSize then  
  CacheSize.TotalSize = newCahceSize  
end if 

Mention the desired size in newCahceSize.

 

 

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ