How to turn on tracing for ActiveSpaces JDBC driver.

How to turn on tracing for ActiveSpaces JDBC driver.

book

Article ID: KB0093034

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:
To see log entries of JDBC calls being invoked when using the AS JDBC driver example, turn on tracing by specifying "debug=true" as part of the JDBC URL.


Example:


Directory: <AS_HOME>\2.1\examples\java\JDBCDriver

JDBC URL: jdbc:tibco:as:examplems;member_name=jdbcmem;discovery=tibpgm://6660;debug=true

This should give more information regarding what JDBC command is not working.


Issue/Introduction

How to turn on tracing for ActiveSpaces JDBC driver.

Additional Information