cancel
Showing results for 
Search instead for 
Did you mean: 

How to start tracing in jdbc secnario ?

Former Member
0 Kudos

Under Moni - I see this for my jdbc scenario

<SAP:TraceLevel>Information</SAP:TraceLevel>

<SAP:Logging>Off</SAP:Logging>

</SAP:Diagnostic>

I would like to turn on my logging - where is the option? Under Visual admin??

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

for logging on ABAP stack:

go to SXMB_ADM> integration engine configuration> specific configuration. add a runtime parameter LOGGING with value 1 (activated) default is 0 (deactivated)

you may use parameter TRACE_LEVEL to increase the trace level as well

thanks,

latika.

Former Member
0 Kudos

hi

if want to check the sql generated then set the following parameter

logSQLStatement to true

check these blog for

generalised LOGGING AND TRACING

XI/PI: Personalized logging & tracing

SLAW, a New Logging & Tracing Framework for XI.

regards

kummari

Former Member
0 Kudos

I cannot find logSQLStatement in my CC - why...?

S.

Former Member
0 Kudos

hi

you need to add this paramater in the CC (jdbc)

click on ADAVANCED MODE

click on insert button

add parameter logSQLStatement = true

regards

kummari