Documentation Contents | User Documentation | Administrator Documentation | Index of terms | Technical Support | On-line Search |
mxArchTool - archive export |
This tool allows to remove SMS messages older than specified number of days from the database. Messages can be deleted from database or moved to CSV file, where can be stored for archiving purposes. Program can be run from command line with parameters or started in regular intervals by umsTaskmanager. Program can be found in "\mobilchange\bin" folder.
Configuration is given in command line parameters:
%1 = delete older than
%2 = {1|0} move to CSV
%3 = path to CSV file
Filename of CSV is in format rrrrmmdd_mxarch.csv
Usage :
mxArchTool /d<yyyymmdd>|/o<number> /a<1|0> [/h] [csv_path|csv_file]
/d delete all records older than specified date (yyyymmdd)
/o delete all records older than specified number of days
/a save deleted records into CSV file ( 0 = no, 1= yes )
/h help
Examples:
d:\mobilchange\bin\mxArchTool /o30 /a0
- deletes all records older 30 days
d:\mobilchange\bin\mxArchTool /d20030925 /a1 d:\mobilchange\log\
- moves all records from database older than September 25th 2003 into d:\mobilchange\log\\20030501_mxarch.csv file