Spool Host Agents
Spool host platform agents are regular platform agents that store output from ERP processes. The output is retrieved using the jrfc
program. You specify the spool host for an ERP system on the ERP system itself.
Supported Platforms
- Cloud central Redwood server
- Linux x64
- SAP Note 1391070 is required for Linux spool hosts.
- Windows x64
Tracing
You can control the location of the trace file and the trace level as follows:
RFC_TRACE=1
RFC_TRACE_DIR=<path>
The trace levels are as follows
Level | Trace content |
---|---|
0 | no trace |
1 | JCo version and runtime environment info and important public API calls |
2 | + additional public API calls (for example getClient and releaseClient ) |
3 | + internal middleware calls (JNI / JRfc layer) |
4 | + more internal middleware details (for example enter/leave API info) |
5 | + record memory allocation info and important caller stack trace info (for example for removePool , setTraceLevel ) |
6 | + RFC meta data (name , type , offset , length , import/export-options ) and ASCII content data (first 1000 chars of structs / first 5 rows of tables) |
7 | + additional Hex values for content data |
8 | + full content data dump (no char or row limit) |
9 | + Java to/from C marshalling field data and codepage converter calls |
10 | + memory leak analysis info (Record ObjectIDs & detailed freeRecord ) |
cloudTopic