Spool Host Platform Agents
Spool host Platform Agents are regular Platform Agents that store output from ERP processes. You can retrieve their output with the jrfc
command-line tool.
Note: You must specify the spool host for an ERP system on the ERP system itself.
Supported Platforms
- RunMyJobs SaaS server
- Linux x64
- See SAP Note 1391070 for Linux spool hosts requirements.
- Windows x64
Tracing
You can control the location of the trace file and the trace level as follows.
Copy
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 | Also traces additional public API calls (for example getClient and releaseClient ). |
3 | Also traces internal middleware calls (JNI / JRfc layer). |
4 | Also traces more internal middleware details (for example enter/leave API info). |
5 | Also traces record memory allocation info and important caller stack trace info (for example, for removePool and setTraceLevel ). |
6 | Also traces RFC metadata (name , type , offset , length , import/export-options ) and ASCII content data (first 1000 chars of structs/first 5 rows of tables). |
7 | Also traces additional hexadecimal values for content data. |
8 | Adds a full content data dump (no character or row limit). |
9 | Adds Java to/from C marshalling field data and code page converter calls. |
10 | Adds memory leak analysis info (record ObjectIDs and detailed freeRecord ). |