Client Automation - A lot of DLT_W_*.ZML files under SECTOR\SSFW\DELTA
search cancel

Client Automation - A lot of DLT_W_*.ZML files under SECTOR\SSFW\DELTA

book

Article ID: 214600

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager

Issue/Introduction

On Scalability Server there are a lot of files DLT_W_*.ZML under
C:\Program Files (x86)\CA\DSM\ServerDB\SECTOR\SSFW\DELTA
 
and lot of files DLT_L_*.ZML under
C:\Program Files (x86)\CA\DSM\ServerDB\SECTOR\SSFU\DELTA
 
This is taking a lot of disk space. Is it possible to delete some old files ?

Environment

Client Automation - All Versions.

Resolution

Attached DMS script could be used to delete old SECTOR\SSFW\DELTA\DLT_W_*.ZML and SECTOR\SSFU\DELTA\DLT_L_*.ZML files (older than 30 days).

Create an Asset Job with this script and assign it to Scalability Servers.

The script displays in Status Text the number of Windows and Unix Files deleted and the size of all files deleted

The script creates and writes in a log DSM\logs\Clean_Delta_ZML.log

Additional Information

30 days could be changed by desired number of days by updating line #265 in the script :
      IF iCurrentDate-iDateFile > 30*24*60*60 THEN
 
Example for 70 days :
      IF iCurrentDate-iDateFile > 70*24*60*60 THEN

Attachments

1620403365550__Clean_Delta_ZML.dms get_app