JDBC Driver Trace
An advance mode parameter can be configured for JDBC Communication Channels to trace JDBC API calls on a per-CC basis.
In Integration Directory, edit the JDBC Communication Channels and dd the following parameter to the the advanced mode parameter table: jdbcDriverTraceLevel
The following values are supported for this parameter:
none - no tracing is performed (default)
medium - all JDBC API method invocations performed by the channel are traced without any parameters and return values
full - all JDBC API method invocations performed by the channel are traced including parameters and return values
In addition, set the severity for the location "com.sap.aii.adapter.jdbc.sql.jdbctrace.trace" to "Info" in the Visual Administartor's Log Configurator service.
Do not forget to remove the parameter after trace is collected.
Comments
Post a Comment