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/connectors/sap.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1172,7 +1172,7 @@ You can control this tracing capability at the application level by adding the f
1172
1172
1173
1173
## Enable SAP Common Crypto Library (CCL) tracing (built-in connector only)
1174
1174
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.
1176
1176
1177
1177
You can control this tracing capability at the application level by adding the following settings:
1178
1178
@@ -1195,9 +1195,9 @@ You can control this tracing capability at the application level by adding the f
1195
1195
1196
1196
1. On the logic app menu, under **Settings**, select **Environment variables** to review the application settings.
1197
1197
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:
1199
1199
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**.
1201
1201
1202
1202
1. Save your changes. This step restarts the application.
1203
1203
@@ -1207,11 +1207,19 @@ You can control this tracing capability at the application level by adding the f
1207
1207
1208
1208
1. On the **Kudu** toolbar, select **Debug Console** > **CMD**.
1209
1209
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.
1214
1221
1222
+
You can find the traces related to this step in a file named **sec-Microsoft.Azure.Work-$processId.trc**.
1215
1223
1216
1224
## Send SAP telemetry for on-premises data gateway to Azure Application Insights
0 commit comments