cancel
Showing results for 
Search instead for 
Did you mean: 

JCo\RFC Trace Files

Former Member
0 Kudos

When using JCo 2.1.5 or 2.1.4, it looks like the .trc trace files are created by defualt. I do not see this when using JCo 2.1.3 Does anyone know how I can turn off the tracing so that the .trc files are not created? I tried RFC_TRACE=0 but that did not work so there must be another way to to do it.

Thanks in advance!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Try this

-Djco.trace_level=<level> -Djco.trace_path=<path>

Former Member
0 Kudos

Hi,

have a look at this <a href="http://eclipsesap2java.sourceforge.net/Tips.htm">page</a>.

Former Member
0 Kudos

maybe setTrace method on JCO.Client or JCO.Server?