You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-using-sap-connector.md
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
7
7
ms.author: divswa
8
8
ms.reviewer: estfan, daviburg, azla
9
9
ms.topic: how-to
10
-
ms.date: 08/16/2022
10
+
ms.date: 08/22/2022
11
11
tags: connectors
12
12
---
13
13
@@ -898,7 +898,39 @@ If you're receiving this error message and experience intermittent failures call
898
898
899
899
1. Check SAP settings in your on-premises data gateway service configuration file, `Microsoft.PowerBI.EnterpriseGateway.exe.config`.
900
900
901
-
The retry count setting looks like `WebhookRetryMaximumCount="2"`. The retry interval setting looks like `WebhookRetryDefaultDelay="00:00:00.10"` and the timespan format is `HH:mm:ss.ff`.
901
+
1. Under the `configuration` root node, add a `configSections` element, if none exists.
902
+
1. Under the `configSections` node, add a `section` element with the following attributes, if none exist: `name="SapAdapterSection" type="Microsoft.Adapters.SAP.Common.SapAdapterSection, Microsoft.Adapters.SAP.Common"`
903
+
904
+
> [!IMPORTANT]
905
+
> Don't change the attributes in existing `section` elements, if such elements already exist.
906
+
907
+
Your `configSections` element looks like the following version, if no other section or section group is declared in the gateway service configuration:
1. Under the `configuration` root node, add an `SapAdapterSection` element, if none exists.
916
+
1. Under the `SapAdapterSection` node, add a `Broker` element with the following attributes, if none exist: `WebhookRetryDefaultDelay="00:00:00.10" WebhookRetryMaximumCount="2"`
917
+
918
+
> [!IMPORTANT]
919
+
> Change the attributes for the `Broker` element, even if the element already exists.
920
+
921
+
The `SapAdapterSection` element looks like the following version, if no other element or attribute is declared in the SAP adapter configuration:
The retry count setting looks like `WebhookRetryMaximumCount="2"`. The retry interval setting looks like `WebhookRetryDefaultDelay="00:00:00.10"` where the timespan format is `HH:mm:ss.ff`.
930
+
931
+
> [!NOTE]
932
+
> For more information about the configuration file,
933
+
> review [Configuration file schema for .NET Framework](/dotnet/framework/configure-apps/file-schema/).
902
934
903
935
1. Save your changes. Restart your on-premises data gateway.
0 commit comments