Examples of connection parameters
- Robert B.
- Topic Author
8 years 5 months ago #47 by Robert B.
Examples of connection parameters was created by Robert B.
Hello SAPx Support.
Now, I'm testing the trial version of Connect for SAP (NW).
I need to connect my application to a SAP System using the "Load Balancing" mode.
But it's not fully clear what combination of connection parameters should be used for that.
Could you refer me a guide showing some examples?
Now, I'm testing the trial version of Connect for SAP (NW).
I need to connect my application to a SAP System using the "Load Balancing" mode.
But it's not fully clear what combination of connection parameters should be used for that.
Could you refer me a guide showing some examples?
Please Log in to join the conversation.
- Serge Volkov
8 years 5 months ago - 8 years 5 months ago #48 by Serge Volkov
Replied by Serge Volkov on topic Examples of connection parameters
Some examples can be found:
- In the official documentation of SAP NetWeaver RFC SDK
- In the file "sapnwrfc.ini" from the SDK.
From the experience, typically the "Load Balancing" mode (NetWeaver) requires the following parameters:
In case the access to the Message Server requires a routing string - specify the path in the parameter "SAPROUTER" (e.g. SAPROUTER= /H/...MyRouter.com.../S/3299/H/)
- In the official documentation of SAP NetWeaver RFC SDK
- In the file "sapnwrfc.ini" from the SDK.
From the experience, typically the "Load Balancing" mode (NetWeaver) requires the following parameters:
CLIENT=...
USER=...
LANG=...
R3NAME=...
MSHOST=... (e.g. MyMessageServer.com)
GROUP=SPACE
In case the access to the Message Server requires a routing string - specify the path in the parameter "SAPROUTER" (e.g. SAPROUTER= /H/...MyRouter.com.../S/3299/H/)
Last edit: 8 years 5 months ago by Serge Volkov.
Please Log in to join the conversation.