Configuration file example for the SAP access method
The following r3batch.properties file is an example of
a configuration file for the SAP
access method with the following characteristics:
- The level of tracing set is DEBUG_MID. This means that not only error messages but also informational messages and warnings are written in the trace file.
- The trace file is created in the /home/maestro/methods directory.
- The tracing process creates three trace files, whose maximum size can be 10 MB.
r3batch.organization=ABC
r3batch.product=IWS
r3batch.component=R3BATCH
r3batch.trace.tracers.level=DEBUG_MID
r3batch.trace.tracers.listenerNames=r3batch.trace.handlers.traceFile
r3batch.trace.tracers.logging=true
r3batch.trace.handlers.traceFile.fileDir=/home/maestro/methods
r3batch.trace.handlers.traceFile.formatterName=r3batch.trace.formatter
r3batch.trace.handlers.traceFile.maxFileSize=104805100
r3batch.trace.handlers.traceFile.maxFiles=3