Top
Systemwalker Desktop Keeper V14g Reference Manual
Systemwalker

1.21 LADBBKRS.BAT (Backup/Restore Log Analyzer Settings Information)

Functional Specification

Backup all tables recorded as setting information managed in database of the Log Analyzer Server of Systemwalker Desktop Keeper as a CSV file for each table.
In addition, the CSV data that has been backed up can be restored to database. However, backup and restoration of aggregation result information and log information will not be performed.


Command Format

LADBBKRS.BAT {-bs | -rs} -d <OutDir>

Option

-bs :

Specify it when backing up settings information.

-rs :

Specify it when restoring settings information.

-d <OutDir>:

Specify the directory for saving backup information or restoration information with full path.
Only the local folder can be specified. It cannot run normally in network folder.


Return Value

0 :

Ended normally

Other :

Ended abnormally


Location for Saving Commands

The following folder of Systemwalker Desktop Keeper the Log Analyzer Server

Installation folder of the Log Analyzer Server\bin\SWDTLAENV

Authority Required for Execution/Execution Environment

Notes

Example of Use

At backup

LADBBKRS.BAT -bs -d c:\backup

At restoration

LADBBKRS.BAT -rs -d c:\backup

Execution Results/Output Format

At backup

Tue 05/19/2009  15:47:00.00 Settings Information Backup - Start
Tue 05/19/2009  15:47:01.00    database : SWDTLA
Tue 05/19/2009  15:47:02.00    directory : c:\backup
Tue 05/19/2009  15:47:03.00   - SETTING_INF
Tue 05/19/2009  15:47:04.00      output file name  :  c:\backup\SETTING_INF.csv 

    ~~ (Omitted) ~~

Tue 05/19/2009  15:50:00.00   - PRINTUSER_PARERNUM_BASIC
Tue 05/19/2009  15:50:01.00      output file name  :  c:\backup\USERSECTIONMASTER.csv
Tue 05/19/2009  15:50:02.00 Settings Information Backup - End

At restoration

Tue 05/19/2009  15:47:00.00 Settings Information Restore - Start
Tue 05/19/2009  15:47:01.00    database : SWDTLA
Tue 05/19/2009  15:47:02.00    directory : c:\backup
Tue 05/19/2009  15:47:03.00   - SETTING_INF
Tue 05/19/2009  15:47:04.00      input file name  :  c:\backup\SETTING_INF.csv 

    ~~ (Omitted) ~~

Tue 05/19/2009  15:50:00.00   - PRINTUSER_PARERNUM_BASIC
Tue 05/19/2009  15:50:01.00      input file name  :  c:\backup\USERSECTIONMASTER.csv
Tue 05/19/2009  15:50:02.00 Settings Information Restore - End