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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,16 +239,17 @@ To use the SAP connector, you'll need the SAP NCo client library named [SAP Conn
239
239
1. To use the SAP connector, you need the following files from the SAP NCo client library and have them ready to upload to your logic app resource.
240
240
241
241
-**libicudecnumber.dll**
242
+
-**rscp4n.dll**
242
243
-**sapnco.dll**
243
-
-**sapnco_utils.exe**
244
+
-**sapnco_utils.dll**
244
245
245
246
* From the client library's default installation folder, copy the assembly (.dll) files to another location, based on your scenario as follows. Or, optionally, if you're using only the SAP managed connector, when you install the SAP NCo client library, select **Global Assembly Cache registration**. The ISE zip archive and SAP built-in connector currently doesn't support GAC registration.
246
247
247
248
* For a Consumption workflow that runs in multi-tenant Azure Logic Apps and uses your on-premises data gateway, copy the assembly (.dll) files to the on-premises data gateway installation folder, for example, **C:\Program Files\On-Premises Data Gateway**.
248
249
249
250
Make sure that you copy the assembly files to the data gateway's *installation folder*. Otherwise, your SAP connection might fail with the error message, **Please check your account info and/or permissions and try again**. You can troubleshoot further issues using the [.NET assembly binding log viewer](/dotnet/framework/tools/fuslogvw-exe-assembly-binding-log-viewer). This tool lets you check that your assembly files are in the correct location.
250
251
251
-
* For Standard workflows, copy the assembly (.dll) files to a location from where you can upload them to your logic app resource or project where you're building your workflow, either in the Azure portal or locally in Visual Studio Code, respectively
252
+
* For Standard workflows, copy the assembly (.dll) files to a location from where you can upload them to your logic app resource or project where you're building your workflow, either in the Azure portal or locally in Visual Studio Code, respectively.
252
253
253
254
* For a Consumption workflow in an ISE, follow the [ISE prerequisites](#ise-prerequisites) instead.
254
255
@@ -319,7 +320,7 @@ To download the current **CommonCryptoLib** package, follow these steps:
319
320
320
321
1. On the **Download Software** page, select the **Installation & Upgrades** tab, expand **By Alphabetical Index (A-Z)**, and select **C** > **SAP Cryptographic Software** > **Downloads** tab > **SapCryptoLib** > **Downloads** tab > **CommonCryptoLib 8** > **Downloads** tab.
321
322
322
-
1. From the **Items Available to Download** list, select **Windows on x64 Bit** or **Windows on x32 Bit (IA32)**, whichever matches Standard logic app platform configuration.
323
+
1. From the **Items Available to Download** list, select **Windows on x64 64Bit** or **Windows Server on IA32 x32 Bit**, whichever matches Standard logic app platform configuration.
323
324
324
325
Microsoft recommends the 64-bit version.
325
326
@@ -484,8 +485,9 @@ For a Standard workflow in single-tenant Azure Logic Apps, use the preview SAP *
484
485
1. To use the SAP connector, you need to download the following files and have them read to upload to your Standard logic app resource. For more information, see [SAP NCo client library prerequisites](#sap-client-library-prerequisites):
485
486
486
487
- **libicudecnumber.dll**
488
+
- **rscp4n.dll**
487
489
- **sapnco.dll**
488
-
- **sapnco_utils.exe**
490
+
- **sapnco_utils.dll**
489
491
490
492
1. To SNC from SAP, you need to download the following files and have them ready to upload to your logic app resource. For more information, see [SNC prerequisites](#snc-prerequisites-standard):
491
493
@@ -507,8 +509,9 @@ For a Standard workflow in single-tenant Azure Logic Apps, use the preview SAP *
0 commit comments