Clear BES Local Download Caches
| 1 Votes |
Description
| When a client's download cache directory becomes too large, it prevents other actions from being run. Clearing these directories will allow actions to run correctly. This task will clear files in these two directories: __BESData\__Global\__Cache\Downloads __BESData\__Global\__Cache\Utilities Note: Do not keep reapplying this task or the download cache will keep on clearing, preventing other actions that require the download cache from actually running. |
Property Details
| 234 | |
| Clear BES Local Download Caches | |
| BES Client Setting | |
| 0 | |
| BigFix | |
| <Unspecified> | |
| <Unspecified> | |
| BES TABLE TBODY __BESData __Global | |
| besSupport on 10/17/2012 1:14:37 PM | |
| danielheth on 10/17/2012 1:14:37 PM | |
| 21608 Views / 121 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 223 fixlets | * Results in a true/false |
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
version of client >= "5.1"
| Used in 1 fixlet | * Results in a true/false |
(exists files of folder "__BESData\__Global\__Cache\Downloads" of parent folder of regapp "Besclient.exe") or (exists files of folder "__BESData\__Global\__Cache\Utilities" of parent folder of regapp "Besclient.exe")
Actions
Action 1 (default)
Action Link Click
here to clear BES Local download caches on clients.
Script Type
BigFix Action Script
delete __appendfile
delete clearquiet.bat
appendfile @ECHO OFF
appendfile del /F /Q /S "{pathname of folder "__BESData\__Global\__Cache\Downloads" of parent folder of regapp "Besclient.exe" & "\*.*"}"
appendfile del /F /Q /S "{pathname of folder "__BESData\__Global\__Cache\Utilities" of parent folder of regapp "Besclient.exe" & "\*.*"}"
move __appendfile clearquiet.bat
waithidden clearquiet.bat
delete clearquiet.bat
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

