trc files how to turn off

We have a boatload of .trc files that are generated by the SAP Adapter. Is there a way to turn these trace files off?? I could not find anything in the documentation. Thx in advance

I’ve got the same problem either and I haven’t found any way to turn these traces off or to set another directory that the IS_ROOT.
Did you find the way to do it?

hi guy’s
i too facing these problem in my stage Enironment
inside IntegrationServer/ directory i can see No of dot(.trc) file wch accumulating huge amount of space.
can anyone provide me answer for following questions?
1)what is dot(.trc file)?

  1. which component of wM creates? -SAP Adapters
  2. Is it necessary for runtime or can be deleted at anytime?
  3. is there a way to redirect the trc to someother location?
    waiting for reply
    Thanks
    raj

thru the sap admin console, cant you delete the files/logs generated?

hi saurabh
thank for quick reply
can you provide me the answer for these questions?
i don’t have any idea about TRC file
1)what is dot(.trc file)?

  1. which component of wM creates?
  2. Is it necessary for runtime or can be deleted at anytime?
  3. is there a way to redirect the trc to someother location?

Environment variable: RFC_TRACE=0 will turn off the trace files from being generated.

Environment variable: CPIC_TRACE=0 will turn off the CPIC trace.

You might also have to turn off Trace option on the RFC destination in SAP for this to work.

And, to redirect the files to a different location, you can use RFC_TRACE_DIR and CPIC_TRACE_DIR environment variables. Please note that, once you do this, the SAP adapter page may not be able to find the trace files for display.