Easysoft JDBC-ODBC BridgeHow do I get a trace (enable/disable tracing) in the JOB Server? |
|
Use ODBC tracing on the machine where the JOB Server is installed.
For Windows see ODBC Tracing.
For unixODBC on non-Windows platforms add the following to the odbcinst.ini file for the DSN entry you wish to trace:
Trace = Yes
TraceFile = /tmp/XXX.log
or see using unixODBC with or without a Graphical User Interface.