Skip to content

Commit e6c1a13

Browse files
committed
Updates per feedback
1 parent 0abc144 commit e6c1a13

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/logic-apps/logic-apps-using-sap-connector.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,16 +239,17 @@ To use the SAP connector, you'll need the SAP NCo client library named [SAP Conn
239239
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.
240240

241241
- **libicudecnumber.dll**
242+
- **rscp4n.dll**
242243
- **sapnco.dll**
243-
- **sapnco_utils.exe**
244+
- **sapnco_utils.dll**
244245

245246
* 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.
246247

247248
* 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**.
248249

249250
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.
250251

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.
252253

253254
* For a Consumption workflow in an ISE, follow the [ISE prerequisites](#ise-prerequisites) instead.
254255

@@ -319,7 +320,7 @@ To download the current **CommonCryptoLib** package, follow these steps:
319320

320321
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.
321322

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.
323324

324325
Microsoft recommends the 64-bit version.
325326

@@ -484,8 +485,9 @@ For a Standard workflow in single-tenant Azure Logic Apps, use the preview SAP *
484485
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):
485486
486487
- **libicudecnumber.dll**
488+
- **rscp4n.dll**
487489
- **sapnco.dll**
488-
- **sapnco_utils.exe**
490+
- **sapnco_utils.dll**
489491
490492
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):
491493
@@ -507,8 +509,9 @@ For a Standard workflow in single-tenant Azure Logic Apps, use the preview SAP *
507509
508510
**SAP NCo**
509511
- **libicudecnumber.dll**
512+
- **rscp4n.dll**
510513
- **sapnco.dll**
511-
- **sapnco_utils.exe**
514+
- **sapnco_utils.dll**
512515
513516
**CommonCryptoLib**
514517
- **sapcrypto.dll**

0 commit comments

Comments
 (0)