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
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1016,6 +1016,7 @@ If you use an [on-premises data gateway for Azure Logic Apps](../install-on-prem
1016
1016
You can [export all of your gateway's configuration and service logs](/data-integration/gateway/service-gateway-tshoot#collect-logs-from-the-on-premises-data-gateway-app) to a .zip file in from the gateway app's settings.
1017
1017
1018
1018
> [!NOTE]
1019
+
>
1019
1020
> Extended logging might affect your workflow's performance when always enabled. As a best practice,
1020
1021
> turn off extended log files after you're finished with analyzing and troubleshooting an issue.
1021
1022
@@ -1083,7 +1084,7 @@ See the steps for [SAP logging for Consumption logic apps in multitenant workflo
1083
1084
1084
1085
## Enable SAP client library (NCo) logging and tracing (Built-in connector only)
1085
1086
1086
-
When you have to investigate any problems with this component, you can set up custom text file-based NCo tracing, 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.
1087
+
When you have to investigate any problems with this component, you can set up custom text file-based NCo tracing, which SAP or Microsoft support might request from you. *Traces* include text information that's used with metrics. This information is sent to the Application Insights table named **traces**. By default, traces are sent at 10-minute intervals. By default, this capability is disabled because enabling this trace might negatively affect performance and quickly consume the application host's storage space.
1087
1088
1088
1089
You can control this tracing capability at the application level by adding the following settings:
1089
1090
@@ -1096,6 +1097,7 @@ You can control this tracing capability at the application level by adding the f
1096
1097
* **SAP_RFC_TRACE_DIRECTORY**: The directory where to store the NCo trace files, for example, **C:\home\LogFiles\NCo**.
1097
1098
1098
1099
* **SAP_RFC_TRACE_LEVEL**: The NCo trace level with **Level4** as the suggested value for typical verbose logging. SAP or Microsoft support might request that you set a [different trace level](#trace-levels).
1100
+
1099
1101
* **SAP_CPIC_TRACE_LEVEL**: The Common Programming Interface for Communication (CPI-C) trace level with **Verbose** as the suggested value for typical verbose logging. SAP or Microsoft support might request that you set a [different trace level](#trace-levels).
1100
1102
1101
1103
For more information about adding application settings, see [Edit host and app settings for Standard logic app workflows](../edit-app-settings-host-settings.md#manage-app-settings).
@@ -1128,12 +1130,12 @@ You can control this tracing capability at the application level by adding the f
1128
1130
1129
1131
#### CPIC Trace Levels
1130
1132
1131
-
|Value|Description|
1132
-
|---|---|
1133
-
|Off|No logging|
1134
-
|Basic|Basic logging|
1135
-
|Verbose|Verbose logging|
1136
-
|VerboseWithData|Verbose logging with all server response dump|
1133
+
|Value | Description|
1134
+
|-------|-------------|
1135
+
|Off | No logging|
1136
+
|Basic | Basic logging|
1137
+
|Verbose | Verbose logging|
1138
+
|VerboseWithData | Verbose logging with all server response dump|
1137
1139
1138
1140
### View the trace
1139
1141
@@ -1145,10 +1147,11 @@ You can control this tracing capability at the application level by adding the f
1145
1147
1146
1148
A new folder named **NCo**, or whatever folder name that you used, appears for the application setting value, **C:\home\LogFiles\NCo**, that you set earlier.
1147
1149
1148
-
After you open the **$SAP_RFC_TRACE_DIRECTORY** folder, you'll find:
1150
+
1. Open the **$SAP_RFC_TRACE_DIRECTORY** folder, which contains the following :
1149
1151
1150
-
1. _NCo Trace Logs_: A file named **dev_nco_rfc.log**, one or multiple files named **nco_rfc_NNNN.log**, and one or multiple files named **nco_rfc_NNNN.trc** files where **NNNN** is a thread identifier.
1151
-
1. _CPIC Trace Logs_: One or multiple files named **nco_cpic_NNNN.trc** files where **NNNN** is thread identifier.
1152
+
* NCo trace logs: A file named **dev_nco_rfc.log**, one or multiple files named **nco_rfc_NNNN.log**, and one or multiple files named **nco_rfc_NNNN.trc** files where **NNNN** is a thread identifier.
1153
+
1154
+
* CPIC trace logs: One or multiple files named **nco_cpic_NNNN.trc** files where **NNNN** is thread identifier.
1152
1155
1153
1156
1. To view the content in a log or trace file, select the **Edit** button next to a file.
1154
1157
@@ -1184,8 +1187,6 @@ SAP NCo metrics and traces are based on SAP NCo metrics, specifically the follow
1184
1187
1185
1188
For more information about the metrics that each class provides, review the [SAP NCo documentation (sign-in required)](https://support.sap.com/en/product/connectors/msnet.html#section_512604546).
1186
1189
1187
-
*Traces* include text information that is used with metrics. This information is sent to the Application Insights table named **traces**. By default, traces are sent at 10-minute intervals.
1188
-
1189
1190
### Set up SAP telemetry for Application Insights
1190
1191
1191
1192
Before you can send SAP telemetry for your gateway installation to Application Insights, you need to have created and set up your Application Insights resource. For more information, review the following documentation:
0 commit comments