Clear BES Local Download Caches
Log In or Register to download the BES file, and more.

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

ID234
TitleClear BES Local Download Caches
CategoryBES Client Setting
Download Size0
SourceBigFix
Source ID<Unspecified>
Source Severity<Unspecified>
KeywordsBES TABLE TBODY __BESData __Global
Added by on 10/17/2012 1:14:37 PM
Last Modified by on 10/17/2012 1:14:37 PM
Counters 21608 Views / 121 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 223 fixlets   * Results in a true/false
Show indented relevance
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
Used in 92 fixlets and 24 analyses   * Results in a true/false
Show indented relevance
version of client >= "5.1"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(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:
Share this page on Yammer

Comments

Log In or Register to leave comments!