Skip to content

Commit 22fd7a4

Browse files
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent 9a4bfee commit 22fd7a4

File tree

1 file changed

+3
-2
lines changed
  • articles/logic-apps/connectors

1 file changed

+3
-2
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,16 @@ Along with simple string and number inputs, the SAP connector accepts the follow
132132
### IP-based connections to SAP Message Server (load-balanced configuration)
133133

134134
If you specify an IP address to connect to an SAP Message Server, for example, a load balancer, the connection might still fail with an error message similar to **"hostname SAPDBSERVER01.example.com unknown"**. The message server instructs the SAP connector to use a hostname for the connection to the backend SAP Application Server, or the server behind the load balancer. If DNS can't resolve the hostname, the connection fails.
135+
135136
For this problem, the following workarounds or solutions exist:
136137

137138
- Make sure that the client making the connection, such as the computer with the on-premises data gateway for the SAP connector or the ISE connector host for the ISE-based SAP connector, can resolve the hostnames returned by the message server.
138-
- In the transaction named **RZ11**, change or add the SAP setting named **ms/lg_with_hostname=0**.
139+
140+
- In the transaction named **RZ11**, change or add the SAP setting named **ms/lg_with_hostname=0**.
139141

140142
#### Problem context or background
141143

142144
SAP upgraded their .NET connector (NCo) to version 3.1, which changed the way that the connector requests connections to backend servers from message servers. The connector now uses a new API for application server resolution by the message server unless you force the connector to use the previous API through the setting named **ms/lg_with_hostname=0`**. For more information, see [SAP KB Article 3305039 - SMLG IP Address setting not considered during Logon Group login](https://me.sap.com/notes/3305039/E).
143-
forced into the older API by the `ms/lg_with_hostname=0` setting. See [SAP KB Article 3305039 - SMLG IP Address setting not considered during Logon Group login](https://me.sap.com/notes/3305039/E) for further information.
144145

145146
## Prerequisites
146147

0 commit comments

Comments
 (0)