Skip to content

Commit 115a3f0

Browse files
author
Siddharth
authored
Update sap.md
1 parent 984e3f0 commit 115a3f0

File tree

1 file changed

+9
-5
lines changed
  • articles/logic-apps/connectors

1 file changed

+9
-5
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,21 +1170,21 @@ You can control this tracing capability at the application level by adding the f
11701170
> If you download a log or trace file that your logic app workflow opened
11711171
> and is currently in use, your download might result in an empty file.
11721172

1173-
## Enable SAP Common Crypto Library (CCL) logging (built-in connector only)
1173+
## 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 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.
11761176

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:
11781178

11791179
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
11801180

11811181
1. On Standard logic app resource menu, under **Development Tools**, select **Advanced Tools** > **Go**.
11821182

11831183
1. On the **Kudu** toolbar, select **Debug Console** > **CMD**.
11841184

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**.
11861186

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:
11881188

11891189
```
11901190
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
12081208
1. On the **Kudu** toolbar, select **Debug Console** > **CMD**.
12091209
12101210
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+
12111215
12121216
## Send SAP telemetry for on-premises data gateway to Azure Application Insights
12131217

0 commit comments

Comments
 (0)