How to set the path for DEBUG log file using JDBC URL on Windows in TIBCO Data Virtualization?

How to set the path for DEBUG log file using JDBC URL on Windows in TIBCO Data Virtualization?

book

Article ID: KB0072152

calendar_today

Updated On:

Products Versions
TIBCO Data Virtualization All Supported Versions

Description

The article explains how to set the path for JDBC DEBUG log file using JDBC URL on Windows in TIBCO Data Virtualization. The JDBC DEBUG log file is used for collecting the DEBUG trace logs for the connections made by TDV server with client applications via TDV JDBC driver.  

Issue/Introduction

How to set the path for DEBUG log file in JDBC URL on Windows in TIBCO Data Virtualization?

Environment

Windows

Resolution

The path to the debug file can be set by passing the "traceFolder" property in the JDBC URL:

Generic Format: jdbc:compositesw:dbapi@:?domain=&dataSource=&traceFolder=&traceLevel=all;

Example: jdbc:compositesw:dbapi@localhost:9491?domain=composite&dataSource=examples&traceFolder=C:\temp&traceLevel=all;

The trace file with the name CsJdbcDebug.txt will be automatically created in the specified folder.