Properties Related to Debugging
Properties Related to Debugging
Name |
Description |
debugPayloadChunkSize |
Value type: Value Default: MAX/an integer value If the tracing for the RFC adapter is enabled, the payload of a message (the RFC-XML document) is also traced. This property controls the number of characters of the payload that are traced. If set to MAX, the whole payload is traced. It also can be set to a positive integer number, which is interpreted as the number of characters to trace from the beginning of the payload. The internal default is the same as shown above. |
traceExceptionListener |
Value type: Boolean Default: false If the tracing for the RFC adapter is enabled, some information offered by RFC servers can be written to the trace. · traceExceptionListener: Trace exceptions that occur in an RFC server · traceServerStateChangeListener: Trace each state change of each RFC server · traceServerErrorListener: Trace errors that occur in an RFC server This property should only be used to analyze errors in detail. The internal default is the same as shown above. |
traceServerStateChangeListener |
Value type: Boolean Default: false Description, see above |
traceServerErrorListener |
Value type: Boolean Default: false Description, see above |