Products | Versions |
---|---|
TIBCO Data Virtualization | 7.0.0 and higher |
Each time a connection is created, TDV writes an entry to cs_server_dsrc.log to record the date and time at which the connection was created. To find the entries, search for “CONNECTION CREATED” in this log.
Example
cd C:\apps\tdv_server\logs
findstr "CONNECTION CREATED" cs_server_dsrc.log
INFO 2017-11-16 06:46:00.788 -0800 datasource - Thread: 1645879826@http-3|1600516|1713692206503|Sybase_ds|Hashcode :1545026946CONNECTION CREATED|
The above entry indicates that a datasource named Sybase_ds opened a connection on 2017-11-16 at 06:46:00, and the session ID associated with the connection was 1713692206503.