Skip to content

Commit 096b90e

Browse files
Siddharthecfan
andauthored
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent 115a3f0 commit 096b90e

File tree

1 file changed

+15
-7
lines changed
  • articles/logic-apps/connectors

1 file changed

+15
-7
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ You can control this tracing capability at the application level by adding the f
11721172

11731173
## Enable SAP Common Crypto Library (CCL) tracing (built-in connector only)
11741174

1175-
If you have to investigate any problems with the crypto library while using SNC authentication, you can set up custom text file-based CCL tracing. SAP or Microsoft support might request CCL logs for troubleshooting any issue related to authentication using SNC. By default, this capability is disabled because enabling this trace might negatively affect performance and quickly consume the application host's storage space.
1175+
If you have to investigate any problems with the crypto library while using SNC authentication, you can set up custom text file-based CCL tracing. You can use these CCL logs to troubleshoot SNC authentication issues, or share them with Microsoft or SAP support, if requested. By default, this capability is disabled because enabling this trace might negatively affect performance and quickly consume the application host's storage space.
11761176

11771177
You can control this tracing capability at the application level by adding the following settings:
11781178

@@ -1195,9 +1195,9 @@ You can control this tracing capability at the application level by adding the f
11951195
11961196
1. On the logic app menu, under **Settings**, select **Environment variables** to review the application settings.
11971197
1198-
1. On the **Environment variables** page, on the **App settings** tab, add the following application settings:
1198+
1. On the **Environment variables** page, on the **App settings** tab, add the following application setting:
11991199
1200-
* **CCL_PROFILE**: The directory where **CCLPROFILE.txt** was created, for example, **C:\home\site\wwwroot\CCLPROFILE.txt**.
1200+
**CCL_PROFILE**: The directory where **CCLPROFILE.txt** was created, for example, **C:\home\site\wwwroot\CCLPROFILE.txt**.
12011201
12021202
1. Save your changes. This step restarts the application.
12031203
@@ -1207,11 +1207,19 @@ You can control this tracing capability at the application level by adding the f
12071207
12081208
1. On the **Kudu** toolbar, select **Debug Console** > **CMD**.
12091209
1210-
1. Browse to the folder for the parameter named **$ccl/trace/directory** from **CCLPROFILE.txt**. Normally the trace files are named **sec-Microsoft.Azure.Work-$processId.trc** and **sec-sapgenpse.exe-$processId.trc**.
1211-
SNC authentication takes place in two steps:
1212-
1. Generation of **cred_v2** using **sapgenpse.exe**: In this step Logic App invokes **sapgenpse.exe** to generate a **cred_v2** file. Traces related to this step are in file named **sec-sapgenpse.exe-$processId.trc**.
1213-
2. Using **cred_v2** for authentication with SAP server: In this step the Logic App consumes the **cred_v2** generated above to authicate with SAP server. Traces related to this step are in file named **sec-Microsoft.Azure.Work-$processId.trc**.
1210+
1. Browse to the folder for the parameter named **$ccl/trace/directory** from **CCLPROFILE.txt**.
1211+
1212+
Usually, the trace files are named **sec-Microsoft.Azure.Work-$processId.trc** and **sec-sapgenpse.exe-$processId.trc**.
1213+
1214+
Your logic app workflow performs SNC authentication as a two-step process:
1215+
1216+
1. Your logic app workflow invokes **sapgenpse.exe** to generate a **cred_v2** file from the PSE file.
1217+
1218+
You can find the traces related to this step in a file named **sec-sapgenpse.exe-$processId.trc**.
1219+
1220+
1. Your logic app workflow authenticates access to your SAP server by consuming the generated **cred_v2** file, with the SAP client library invoking the common crypto library.
12141221
1222+
You can find the traces related to this step in a file named **sec-Microsoft.Azure.Work-$processId.trc**.
12151223
12161224
## Send SAP telemetry for on-premises data gateway to Azure Application Insights
12171225

0 commit comments

Comments
 (0)