The Etere Logs Saver application is mainly composed of two files: the Etlogssaver.exe executable, which is locally installed in the Etere installation directory by the Etere setup, and the LogsSaver.ini file which contains the list of Etere modules and the list of the logs regarding each module.
Structure of [Logsaver.ini]
This file is structured as shown below:
[Args] (section containing the modules list)
ArgsNum=27
Arg0=Automation
Arg1=Stman
Arg2=Control Panel
Arg3=Disaster Recovery
Arg4=Datamover
[Automation Main] (section referred to Automation Main module)
FNameNum=14 (number of files contained in the module section)
file1=%PCNAME%\EtereLog\au*.log
file2=%PCNAME%\EtereLog\drwtsn32.log
file3=%PCNAME%\EtereLog\%USERSUBDIR%\au*.log
file4=%PCNAME%\etereau\%UNUMBERINI%
file5=%PCNAME%\etereau\global.ini
Variables used in [LogsSaver.ini]
The following variables are replaced when Logs Saver is launched in the strings written in the LogsSaver.ini file and referred to files that must be saved. In this way, there is access to most of the directories usually used by Etere software developers to keep logs and other things.
%PCNAME% - Name of the workstation
%LOCALETEREMAIN% - Etere Automation Main publication path
%LOCALETEREBACKUP% - Etere Automation Backup publication path
%UNUMBERINI% - Workstation to save logs from a number
%USERSUBDIR% - Etere user (station) directory
%YYYY% - Current year (4 digits)
%MM(Now)% - Current month (2 digits)
%DD(Now)% - Current day (2 digits)
%MM(Now+1)% - Current month+1 (2 digits)
%MM(Now-1)% - Current month-1 (2 digits)
%DD(Now+1)% - Current day+1 (2 digits)
%DD(Now-1)% - Current day-1 (2 digits)
%NETWORKETERE% - Network Etere system installation directory
%YYYY(val)% - 4 digits year referred to the day selected on the Logs Saver's calendar
%MM(val)% - 2 digits month referred to the day selected on the Logs Saver's calendar
%DD(val)% - 2 digits day referred to the day selected on the Logs Saver's calendar