DB Client Logging
DB Client log files contain low level information about the connections between the client(s) (other than ViewX) and the Geo SCADA Expert server. This includes information about each request made by the client and the responses received by the client. DB Client log files are useful when investigating problems with client-server connections.
There are two groups of DB Client log files:
- Named—The log file is from a named Geo SCADA Expert program. Named DB Client files use the following file name convention:
- <program name> is the name of the Geo SCADA Expert program that created the file, for example, ViewX_Head1. The angle brackets <> are not included.
- nnn is the number of the log file, for example, 001 is the first log file, 002 is the second log file, 003 is the third log file and so on.
- Anonymous—The log file is from a third-party client. Anonymous DB Client files use the following file name convention:
xxxx
is the process Id as a 4-digit hexadecimal value.nnn
is the number of the log file, for example,001
is the first log file,002
is the second log file,003
is the third log file and so on.
DBClient_<program name>_nnn.log
Where:
DBClientxxxx_nnn.log
Where:
To enable or disable DB client logging, you need to configure the logging settings via a registry editor (see Using a Registry Editor to Change Client Log File Settings).
To display a client log file:
- Use Windows Explorer to locate the log file. The log files are stored at the location that is specified in the LogFileBase registry setting.
The default location of the LogFileBase registry setting is:
HKEY_CURRENT_USER\SOFTWARE\Schneider Electric\ClearSCADA\DBClient\LogFileBase
(If the log file is not at this location, a different path might be specified in the registry (see Using a Registry Editor to Change Client Log File Settings).)
- Open the log file in a text editor program, for example, Microsoft Windows Notepad.