How to enable tracing for jt400.jar?

How to enable tracing for jt400.jar?

book

Article ID: KB0092980

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
You can use TIspy.jar to enable DataDirect driver's tracing. TIspy.jar only works with DataDirect driver. If you use jt400.jar to connect to DB2, TIspy.jar should not be used.  

Resolution

To enable tracing for jt400.jar,  In the URL you can add, “toolbox trace=all;trace=true”, so that your URL string will look like:  

jdbc:as400://my.400.com;libraries=LIB1,LIB2,LIB3;toolbox trace=all;trace=true

Issue/Introduction

How to enable tracing for jt400.jar?

Additional Information

https://doctorjw.wordpress.com/2010/05/18/jdbc-and-the-jt400-jar/