The Remote Agent is designed to access a remote SAP system from the primary Palantir Foundry Connector 2.0 for SAP Applications ("Connector"). If the version of SAP NetWeaver is below 7.4 SP05, or if you wish to view two or more SAP systems in the landscape as a single Foundry Source, the Remote Agent should be installed. The minimum SAP NetWeaver version for the Remote Agent is NetWeaver 7.00 SP32. For lower product versions or support packages of NetWeaver 7.00, see Install the Remote Agent for ERP 4.6C/4.7 (620/640).
To install the Remote Agent, follow these steps in the remote SAP system:
000
with a user authorized to use SAINT
.SAINT
transaction.FOUNDRY-SAPCONN-INST-SP00SPXX.SAR
to the SAP Server: select Installation package > Load Packages > From Front End.For some SAINT/SPAM versions, SPAM or SAINT settings can impact the installation process. Uncheck the "Signature check not possible, SAP note 2520826 is not implemented" item under the "Checks during import" section. Also note that for some SPAM versions, this checkbox has no description at all – you should still uncheck this box.
If they are not listed, click the filter icon to deactivate the filter.
There may be some warnings flagged during the installation; follow steps as described in the warning message. In most cases, warning messages can be ignored for the Connector and Remote Agent installations. In particular, the warning message with the heading "Open Data Extraction Requests" can be ignored.
PFCG
transaction code and perform authorization profile generation and user comparison for the following roles:
/PALANTIR/CONTENT_RBEX_ALL
/PALANTIR/CONTENT_RFUNCT_ALL
/PALANTIR/CONTENT_RINFOPRV_ALL
/PALANTIR/CONTENT_RTABLE_ALL
/PALANTIR/CONTENT_RTCODE_ALL
/PALANTIR/SERVICE_USER
The Connector and the Connector Remote Agent communicate via SAP remote function calls (RFCs). Therefore, two RFC connections are needed: one from the Connector to the Remote Agent, and another from the Remote Agent to the Connector. The next section details how to create these RFC connections.
The RFC configuration requires four steps:
SOURCE
).TARGET
).In this section, two RFC connections are needed: one from the Connector to the Remote Agent, and another from the Remote Agent to the Connector. Follow the Create RFC connection document to create RFC connections.
Repeat the same steps for the target RFC definition from the remote SAP system to the Connector. Instead of calling it SAP_SOURCE, you may call it SAP_TARGET. (These names can be freely defined.)
/n/PALANTIR/PARAM_A1
./n/PALANTIR/PARAM_A2
and enter the following parameters:
Param Id | Param Name | Param Values | Description |
---|---|---|---|
RFC | SOURCE | RFC Connection from Connector to remote SAP system. | |
RFC | TARGET | RFC Connection from remote SAP system to Connector. | |
SYSTEM | CPU_CHECK | TRUE / FALSE | Enables or disables CPU checks. |
SYSTEM | MEMORY_CHECK | TRUE / FALSE | Enables or disables MEMORY checks. |
SYSTEM | RESOURCE_CHECK | TRUE / FALSE | Enables or disables RESOURCE checks. If FALSE , all checks are disabled; if TRUE, other parameters (CPU_CHECK and MEMORY_CHECK ) are checked. |
SYSTEM | CONTINUOUS_RESOURCE_CHECK | TRUE / FALSE | Enables resource checks for all requests (init and all paging requests). If FALSE , resource checks are only carried out for the init request. |
SYSTEM | PROCESS_CHECK | TRUE / FALSE | Enables checks on the minimum number of permitted work processes; works in conjunction with PROCESS_MIN_BG and PROCESS_MIN_DIA . |
SYSTEM_THRESHOLD | PROCESS_MIN_BG | numeric | Minimum required number of background process available on the SAP Application Server. |
SYSTEM_THRESHOLD | PROCESS_MIN_DIA | numeric | Minimum required number of dialog process available on the SAP Application Server. |