Skip to content

Commit f79a71d

Browse files
Merge pull request #272358 from ecfan/patch-1
SAP: Fix formatting
2 parents c92dc96 + fae0c7f commit f79a71d

File tree

1 file changed

+13
-12
lines changed
  • articles/logic-apps/connectors

1 file changed

+13
-12
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@ If you use an [on-premises data gateway for Azure Logic Apps](../install-on-prem
10161016
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.
10171017

10181018
> [!NOTE]
1019+
>
10191020
> Extended logging might affect your workflow's performance when always enabled. As a best practice,
10201021
> turn off extended log files after you're finished with analyzing and troubleshooting an issue.
10211022

@@ -1083,7 +1084,7 @@ See the steps for [SAP logging for Consumption logic apps in multitenant workflo
10831084

10841085
## Enable SAP client library (NCo) logging and tracing (Built-in connector only)
10851086

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.
10871088

10881089
You can control this tracing capability at the application level by adding the following settings:
10891090

@@ -1096,6 +1097,7 @@ You can control this tracing capability at the application level by adding the f
10961097
* **SAP_RFC_TRACE_DIRECTORY**: The directory where to store the NCo trace files, for example, **C:\home\LogFiles\NCo**.
10971098

10981099
* **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+
10991101
* **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).
11001102

11011103
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
11281130

11291131
#### CPIC Trace Levels
11301132

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 |
11371139

11381140
### View the trace
11391141

@@ -1145,10 +1147,11 @@ You can control this tracing capability at the application level by adding the f
11451147

11461148
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.
11471149

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

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.
11521155

11531156
1. To view the content in a log or trace file, select the **Edit** button next to a file.
11541157

@@ -1184,8 +1187,6 @@ SAP NCo metrics and traces are based on SAP NCo metrics, specifically the follow
11841187

11851188
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).
11861189

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-
11891190
### Set up SAP telemetry for Application Insights
11901191

11911192
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

Comments
 (0)