cancel
Showing results for 
Search instead for 
Did you mean: 

dev_rfc.trc in specified directory

Former Member
0 Kudos

Hi,

I'm developing external RFC server using SAP JCo. My external server is deployed on Apache Tomcat. I would like to be informed about every failure situations in RFC communication so i configured JCo to store every such information in *.trc files. Unfortunately this files are placed in TOMCAT_HOME/bin directory. I want to configure the directory where *.trc files should be located. How may i achieve it ?

Kind regards,

Marcin Zduniak

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Marcin!

There' s the

setTracePath(String path)

method of

com.sap.mw.jco.JCO

which can be used to define the trace path.

Regards,

Thomas

Former Member
0 Kudos

Thank you very much. It partially solved my problem. Now i'm able to configure where files like "JCO060526_002610410.trc" are placed, but still can't configure location for files like: "rfc06028_04908.trc" and "dev_rfc.trc". Any other ideas ?

Best regards,

Marcin Zduniak