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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1170,21 +1170,21 @@ You can control this tracing capability at the application level by adding the f
1170
1170
> If you download a log or trace file that your logic app workflow opened
1171
1171
> and is currently in use, your download might result in an empty file.
1172
1172
1173
-
## Enable SAP Common Crypto Library (CCL) logging (built-in connector only)
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 PSE authentication, you can set up custom text file-based CCL logging, which SAP or Microsoft support might request from you. 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. 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.
1176
1176
1177
-
You can control this logging capability at the application level by adding the following settings:
1177
+
You can control this tracing capability at the application level by adding the following settings:
1178
1178
1179
1179
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
1180
1180
1181
1181
1. On Standard logic app resource menu, under **Development Tools**, select **Advanced Tools** > **Go**.
1182
1182
1183
1183
1. On the **Kudu** toolbar, select **Debug Console** > **CMD**.
1184
1184
1185
-
1. Browse to a location under **C:\home\site\wwwroot** and create a text file, for example:**CCLPROFILE.txt**, with the tracing configurations as requested by Microsoft or SAP.
1185
+
1. Browse to a location under **C:\home\site\wwwroot** and create a text file, for example:**CCLPROFILE.txt**.
1186
1186
1187
-
For more information about tracing parameters, see [**Tracing** > SAP NOTE 2338952](https://me.sap.com/notes/2338952/E). The following sample provides an example tracing configuration:
1187
+
For more information about logging parameters, see [**Tracing** > SAP NOTE 2338952](https://me.sap.com/notes/2338952/E). The following sample provides an example tracing configuration:
1188
1188
1189
1189
```
1190
1190
ccl/trace/directory=C:\home\LogFiles\CCLLOGS
@@ -1208,6 +1208,10 @@ You can control this logging capability at the application level by adding the f
1208
1208
1. On the **Kudu** toolbar, select **Debug Console** > **CMD**.
1209
1209
1210
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**.
1214
+
1211
1215
1212
1216
## Send SAP telemetry for on-premises data gateway to Azure Application Insights
0 commit comments