To run the Database Conversion tool at 12:00 a.m. each day using
the property file, create a batch file and run it with the Windows
AT command.
The batch file only updates the database for the gs0300 manager.
To create the batch file, type the following:
SET PATH=%PATH%;"c:\Program
Files\Symantec\Enterprise Security Manager\Symantec ESM Enterprise
Utilities";"C:\Program Files\JavaSoft\JRE\ 1.3.0_02\bin"
cd "\Program Files\Symantec\Enterprise
Security Manager\Symantec ESM Enterprise Utilities"
dbconvert -propfile=property2.txt
-Desm.managers=gs0300
Save the batch file as dbconvt1.bat in the ESM Utilities
directory.
To run the batch file, type the following AT command :
at 00:00 /every: M, T, W, Th, F, S, Su,
"c:\Program Files\Symantec\Enterprise Security Manager\Symantec ESM
Enterprise Utilities\dbconvt1"
|