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: support/azure/general/api-return-blank-response.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Azure API Management Troubleshooting Scenario 1 - API returning blank response
3
3
description: Provides troubleshooting steps to an issue in which Azure API is returning blank response.
4
-
ms.date: 08/14/2020
4
+
ms.date: 03/04/2021
5
5
ms.prod-support-area-path:
6
6
ms.service: api-management
7
7
ms.author: genli
@@ -38,15 +38,15 @@ Expected output of **GetHeaders** API should be something like below:
38
38
}
39
39
```
40
40
41
-
## Troubleshooting steps
41
+
## Troubleshooting Steps
42
42
43
-
To debug this kind of issues, the best approach is collect [APIM inspector trace](https://docs.microsoft.com/azure/api-management/api-management-howto-api-inspector) to inspect request processing inside APIM pipeline.
43
+
To debug this kind of issues, the best approach is collect [APIM inspector trace](/azure/api-management/api-management-howto-api-inspector) to inspect request processing inside APIM pipeline.
44
44
45
45
- If you look into the trace, you would notice that forward-request policy is missing.
46
-
- The forward-request policy forwards the incoming request to the backend service specified in the request [context](https://docs.microsoft.com/azure/api-management/api-management-policy-expressions#ContextVariables).
46
+
- The forward-request policy forwards the incoming request to the backend service specified in the request [context](/azure/api-management/api-management-policy-expressions#ContextVariables).
47
47
- Removing this policy results in the request not being forwarded to the backend service and the policies in the outbound section are evaluated immediately upon the successful completion of the policies in the inbound section.
48
48
- Hence if you check the \<backend> section of the **GetHeaders** operation under **Blank-API** you would notice that forward-request policy is removed.
49
49
- Add the forward-request policy in the backend section or add **\<base />** element so that it inherits forward-request policy from the parent level (i.e. from the API level), which should resolve the problem.
50
50
51
-
Read about the [forward-request](https://docs.microsoft.com/azure/api-management/api-management-advanced-policies#ForwardRequest) policy to know more about it.
51
+
Read about the [forward-request](/azure/api-management/api-management-advanced-policies#ForwardRequest) policy to know more about it.
description: Lists the Apache Spark diagnostic logs that's collected during troubleshooting by Microsoft Support.
4
+
ms.date: 05/27/2021
5
+
author: genlin
6
+
ms.author: genli
7
+
ms.service: synapse-analytics
8
+
ms.prod-support-area-path:
9
+
ms.reviewer:
10
+
---
11
+
# Apache Spark diagnostic logs in Azure Synapse Analytics
12
+
13
+
To troubleshoot issues that are related to Apache Spark pools in the Azure Synapse Analytics workspace, Microsoft Support and the Azure Synapse Analytics engineering team can view and download diagnostic logs that are associated with your Apache Spark pools. Microsoft may access or make temporary copies of the log data to help resolve your support incident.
14
+
15
+
## Logs collected for troubleshooting
16
+
17
+
The following tables list the log data that will be collected to troubleshoot your support incident. Additionally, you may be asked to provide the same types of data from your Apache Spark pools by using Synapse Studio.
18
+
19
+
| Type | Description |
20
+
|---|---|
21
+
| Apache Spark Driver Logs |The Spark driver program is a critical process that's used to negotiate resources with cluster manager and to schedule the job execution. Driver logs contain details about how the job was run and the resources that were used. This information is critical for troubleshooting the Spark application. |
22
+
| Apache Spark Executor Logs |Spark Executors are worker nodes-related processes that are in charge of running individual tasks in a given Spark job. They are started at the beginning of a Spark application, and typically run for the entire lifetime of an application. After Spark Executors run the task, they send the results to the driver application. Executor logs contain details about how the individual tasks of your application performed, and whether any of them failed. |
23
+
| Apache Spark Event Logs | Spark Event logs contain execution-related and performance-related metrics of all the executors. They also contain the list of scheduler stages and tasks, and the execution environment information. |
Copy file name to clipboardExpand all lines: support/azure/virtual-machines/reset-local-password-without-agent.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Always try to reset a password using the [Azure portal or Azure PowerShell](rese
56
56
57
57
:::image type="content" source="./media/reset-local-password-without-agent/create-gpt-ini.png" alt-text="Screenshot that shows the updates made to the gpt.ini file.":::
58
58
59
-
4. Create `scripts.ini` in `\Windows\System32\GroupPolicy\Machine\Scripts\`. Make sure hidden folders are shown. If needed, create the `Machine` or `Scripts` folders.
59
+
4. Create `scripts.ini` in `\Windows\System32\GroupPolicy\Machine\Scripts\`. Make sure hidden folders and file name extensions are shown. If needed, create the `Machine` or `Scripts` folders.
60
60
61
61
* Add the following lines the `scripts.ini` file you created:
62
62
@@ -160,7 +160,7 @@ Always try to reset a password using the [Azure portal or Azure PowerShell](/pre
5. Create `scripts.ini` in `\Windows\System32\GroupPolicy\Machine\Scripts\`. Make sure hidden folders are shown. If needed, create the `Machine` or `Scripts` folders.
163
+
5. Create `scripts.ini` in `\Windows\System32\GroupPolicy\Machine\Scripts\`. Make sure hidden folders and file name extensions are shown. If needed, create the `Machine` or `Scripts` folders.
164
164
165
165
* Add the following lines the `scripts.ini` file you created:
@@ -253,7 +253,7 @@ In Linux systems, it's common to see 99% memory usage. In the `free` output, the
253
253
254
254
In the `free` output, the *available* column indicates how much memory is available for processes to consume. This amount is calculated by adding buff/cache and free memory.
255
255
256
-
The `top` command can be configured to sort processes by memory utilization. By default, `top` sorts by CPU percentage (%). To sort by memory utilization (%), select **Shift + M** when running `top`.
256
+
The `top` command can be configured to sort processes by memory utilization. By default, `top` sorts by CPU percentage (%). To sort by memory utilization (%), select Shift+M when running `top`.
257
257
258
258
```output
259
259
[root@rhel78 ~]# top
@@ -285,7 +285,7 @@ Memory usage can increase more than expected in scenarios where the application
285
285
286
286
Here is another command used to view the top memory consuming processes:
@@ -394,13 +394,13 @@ When PerfInsights is [installed through the Azure portal](/azure/virtual-machine
394
394
395
395
##### Azure portal Option 1
396
396
397
-
Browse the VM blade and select the *Performance diagnostics* option. You'll be asked to install the option (uses extensions) on the VM that you selected it for.
397
+
Browse the VM blade and select the **Performance diagnostics** option. You'll be asked to install the option (uses extensions) on the VM that you selected it for.
398
398
399
399
:::image type="content" source="./media/troubleshoot-performance-bottlenecks-linux/perf-diagnostics-reports-screen-install.png" alt-text="This image shows the Performance Diagnostics reports screen, and asks the user to install Performance diagnostics.":::
400
400
401
401
#### Azure portal Option 2
402
402
403
-
Browse to the *Diagnose and Solve Problems* tab in the VM blade, and look for look for the Troubleshoot link under *VM Performance Issues*.
403
+
Browse to the **Diagnose and Solve Problems** tab in the VM blade, and look for look for the **Troubleshoot** link under **VM Performance Issues**.
404
404
405
405
:::image type="content" source="./media/troubleshoot-performance-bottlenecks-linux/look-for-troublshoot-link-vm-perfissues.png" alt-text="This image asks the user to browse to the Diagnose and Solve Problems tab in the VM blade, and look for the Troubleshoot link under VM Performance Issues":::
# How to upgrade DPM 2012 R2 to DPM 2016 if DPM 2012 R2 is used to protect VMware VMs
9
9
10
-
If you use Microsoft System Center 2012 R2 Data Protection Manager (DPM) to protect VMware virtual machines (VMs), you can't upgrade to System Center 2016 Data Protection Manager even after you stop the protection. To fix this issue, follow the upgrade procedure in this article.
10
+
If you use Microsoft System Center 2012 R2 Data Protection Manager (DPM) to protect VMware virtual machines (VMs), you can't upgrade to System Center 2016 Data Protection Manager even after you stop the protection. In this situation, you receive the following error:
11
+
12
+
> 34517 - DPM 2016 does not support VMware VM Backup yet.
13
+
14
+

15
+
16
+
To fix this issue, follow the upgrade procedure in this article.
11
17
12
18
_Original product version:_ System Center 2012 R2 Data Protection Manager
title: Analyze log file entries that SFC.exe generates
3
3
description: Describes how to use the SFC.exe program to help diagnose problems that are caused by missing or damaged operating system files.
4
-
ms.date: 09/24/2020
4
+
ms.date: 05/31/2021
5
5
author: Deland-Han
6
6
ms.author: delhan
7
7
manager: dscontentpm
@@ -13,33 +13,30 @@ ms.reviewer: kaushika
13
13
ms.prod-support-area-path: Servicing
14
14
ms.technology: windows-client-deployment
15
15
---
16
-
# Analyze the log file entries that SFC.exe generates in Windows Vista
16
+
# Analyze the log file entries that *SFC.exe* generates in Windows
17
17
18
-
This article describes how to analyze the log files that the Microsoft Windows Resource Checker (SFC.exe) program generates in Windows Vista.
18
+
This article describes how to analyze the log files that the Microsoft Windows Resource Checker (*SFC.exe*) program generates in Windows.
19
19
20
-
_Applies to:_ Windows Vista
20
+
_Applies to:_ Windows Vista and later versions
21
21
_Original KB number:_ 928228
22
22
23
-
> [!NOTE]
24
-
> Support for Windows Vista without any service packs installed ended on April 13, 2010. To continue receiving security updates for Windows, make sure you're running Windows Vista with Service Pack 2 (SP2). For more information, see [Support is ending for some versions of Windows](https://support.microsoft.com/help/14223/windows-xp-end-of-support).
25
-
26
23
## Overview
27
24
28
-
You can use the SFC.exe program to help you troubleshoot crashes that occur in the user mode part of Windows Vista. These crashes may be related to missing or damaged operating system files.
25
+
You can use the *SFC.exe* program to help you troubleshoot crashes that occur in the user mode part of Windows. These crashes may be related to missing or damaged operating system files.
29
26
30
-
The SFC.exe program performs the following operations:
27
+
The *SFC.exe* program performs the following operations:
31
28
32
-
- It verifies that non-configurable Windows Vista system files have not changed. Also, it verifies that these files match the operating system's definition of which files are expected to be installed on the computer.
33
-
- It repairs non-configurable Windows Vista system files, when it is possible.
29
+
- It verifies that non-configurable Windows system files have not changed. Also, it verifies that these files match the operating system's definition of which files are expected to be installed on the computer.
30
+
- It repairs non-configurable Windows system files, when it is possible.
34
31
35
32
## View the log file
36
33
37
-
The SFC.exe program writes the details of each verification operation and of each repair operation to the CBS.log file. Each SFC.exe program entry in this file has an **[SR]** tag. The CBS.log file is located in the `%windir%\Logs\CBS` folder.
34
+
The *SFC.exe* program writes the details of each verification operation and of each repair operation to the *CBS.log* file. Each *SFC.exe* program entry in this file has an **\[SR\]** tag. The *CBS.log* file is located in the *%windir%\Logs\CBS* folder.
38
35
39
36
> [!NOTE]
40
37
> The Windows Modules Installer service also writes to this log file. (The Windows Modules Installer service installs optional features, updates, and service packs.)
41
38
42
-
You can search for **[SR]** tags to help locate SFC.exe program entries. To perform this kind of search and to redirect the results to a text file, follow these steps:
39
+
You can search for **\[SR\]** tags to help locate *SFC.exe* program entries. To perform this kind of search and to redirect the results to a text file, follow these steps:
43
40
44
41
1. Click **Start**, type *cmd* in the **Start Search** box, right-click **cmd** in the **Programs** list, and then click **Run as administrator**.
45
42
If you are prompted for an administrator password or for a confirmation, type your password, or click **Continue**.
@@ -49,15 +46,15 @@ You can search for **[SR]** tags to help locate SFC.exe program entries. To perf
The Sfcdetails.txt file includes the entries that are logged every time that the SFC.exe program runs on the computer.
49
+
The Sfcdetails.txt file includes the entries that are logged every time that the *SFC.exe* program runs on the computer.
53
50
54
51
## Interpret the log file entries
55
52
56
-
The SFC.exe program verifies files in groups of 100. Therefore, there will be many groups of SFC.exe program entries. Each entry has the following format:
53
+
The *SFC.exe* program verifies files in groups of 100. Therefore, there will be many groups of *SFC.exe* program entries. Each entry has the following format:
57
54
58
55
**date** **time** **entry_type details**
59
56
60
-
The following sample excerpt from a CBS.log file shows that the SFC.exe program did not identify any problems with the Windows Vista system files:
57
+
The following sample excerpt from a *CBS.log* file shows that the *SFC.exe* program did not identify any problems with the Windows system files:
61
58
62
59
```output
63
60
<date> <time>, Info CSI 00000006 [SR] Verifying 100 (0x00000064) components
@@ -74,7 +71,7 @@ The following sample excerpt from a CBS.log file shows that the SFC.exe program
74
71
<date> <time>, Info CSI 00000011 [SR] Verify complete
75
72
```
76
73
77
-
The following sample excerpt from a CBS.log file shows that the SFC.exe program has identified problems with the Windows Vista system files:
74
+
The following sample excerpt from a *CBS.log* file shows that the *SFC.exe* program has identified problems with the Windows system files:
78
75
79
76
```output
80
77
<date> <time>, Info CSI 00000006 [SR] Verifying 100 (0x00000064) components
@@ -86,30 +83,30 @@ The following sample excerpt from a CBS.log file shows that the SFC.exe program
86
83
```
87
84
88
85
> [!NOTE]
89
-
> Although the log file entry states that the SFC.exe program is repairing the changed file, no actual repair operation occurs when a file is verified.
86
+
> Although the log file entry states that the *SFC.exe* program is repairing the changed file, no actual repair operation occurs when a file is verified.
90
87
91
-
The following list describes other messages that may be logged in the SFC.exe program entries of the CBS.log file after verification is completed.
88
+
The following list describes other messages that may be logged in the *SFC.exe* program entries of the *CBS.log* file after verification is completed.
92
89
93
90
- Entry 1: Cannot repair member file **file details**. For example:
94
91
95
92
```output
96
93
Cannot repair member file [l:14{7}]"url.dll" of Microsoft-Windows-IE-WinsockAutodialStub, Version = 6.0.5752.0, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeN
97
94
```
98
95
99
-
This entry indicates that the file content does not match the operating system definition for the file. In this situation, the SFC.exe program cannot repair the file.
96
+
This entry indicates that the file content does not match the operating system definition for the file. In this situation, the *SFC.exe* program cannot repair the file.
100
97
101
98
- Entry 2: Repaired file **file details** by copying from backup. For example:
102
99
103
100
```output
104
101
Repaired file \SystemRoot\WinSxS\Manifests\[ml:24{12},l:18{9}]"netnb.inf" by copying from backup
105
102
```
106
103
107
-
This entry indicates that a problem exists with a file. The SFC.exe program can repair this file by copying a version from a private system store backup.
104
+
This entry indicates that a problem exists with a file. The *SFC.exe* program can repair this file by copying a version from a private system store backup.
108
105
109
106
- Entry 3: Repairing corrupted file **file details** from store. For example:
110
107
111
108
```output
112
109
Repairing corrupted file [ml:520{260},l:36{18}]"??\C:\Windows\inf"[l:18{9}]"netnb.inf" from store
113
110
```
114
111
115
-
This entry indicates that a problem exists with a file. The SFC.exe program can repair this file by copying a version from the system store.
112
+
This entry indicates that a problem exists with a file. The *SFC.exe* program can repair this file by copying a version from the system store.
0 commit comments