Skip to content

Commit 85159c5

Browse files
authored
Merge branch 'MicrosoftDocs:main' into master
2 parents df07d15 + 4a8e6a2 commit 85159c5

File tree

253 files changed

+1522
-1364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+1522
-1364
lines changed

.openpublishing.redirection.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12595,6 +12595,11 @@
1259512595
"redirect_url": "/previous-versions/troubleshoot/windows-server/delete-enterprise-windows-certificate-authority",
1259612596
"redirect_document_id": false
1259712597
},
12598+
{
12599+
"source_path": "support/dynamics-365/sales/exception-appears-server-side-sync.md",
12600+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/exception-appears-server-side-sync",
12601+
"redirect_document_id": true
12602+
},
1259812603
{
1259912604
"source_path": "support/dynamics-365/sales/error-when-signing-dynamics-365.md",
1260012605
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/error-when-signing-dynamics-365",
@@ -12610,10 +12615,55 @@
1261012615
"redirect_url": "/previous-versions/troubleshoot/content-retirement",
1261112616
"redirect_document_id": false
1261212617
},
12618+
{
12619+
"source_path": "support/dynamics-365/sales/unknownincomingemailintegrationerror.md",
12620+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/exception-appears-server-side-sync",
12621+
"redirect_document_id": false
12622+
},
12623+
{
12624+
"source_path": "support/dynamics-365/sales/unknownincomingemailintegrationerror-2147167669-shows-in-alert-in-mailbox.md",
12625+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/exception-appears-server-side-sync",
12626+
"redirect_document_id": false
12627+
},
12628+
{
12629+
"source_path": "support/dynamics-365/sales/unknownincomingemailintegrationerror-2147220192.md",
12630+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/exception-appears-server-side-sync",
12631+
"redirect_document_id": false
12632+
},
12633+
{
12634+
"source_path": "support/dynamics-365/sales/unknownincomingemailintegrationerror-2147220970-exception.md",
12635+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/exception-appears-server-side-sync",
12636+
"redirect_document_id": false
12637+
},
12638+
{
12639+
"source_path": "support/dynamics-365/sales/alert-appears-users-dynamics-365-mailbox-record.md",
12640+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/exception-appears-server-side-sync",
12641+
"redirect_document_id": false
12642+
},
1261312643
{
1261412644
"source_path": "support/windows-server/group-policy/apply-group-policy-objects-terminal-services.md",
1261512645
"redirect_url": "/troubleshoot/windows-server/group-policy/apply-group-policy-objects-rds",
1261612646
"redirect_document_id": true
12647+
},
12648+
{
12649+
"source_path": "support/dynamics-365/sales/an-error-occurred-while-synchronizing-item.md",
12650+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/an-error-occurred-while-synchronizing-item",
12651+
"redirect_document_id": true
12652+
},
12653+
{
12654+
"source_path": "support/dynamics-365/sales/http-server-returned-serviceunavailable.md",
12655+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/an-error-occurred-while-synchronizing-item",
12656+
"redirect_document_id": false
12657+
},
12658+
{
12659+
"source_path": "support/dynamics-365/sales/incomingmailboxinternalcrmerror.md",
12660+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/an-error-occurred-while-synchronizing-item",
12661+
"redirect_document_id": false
12662+
},
12663+
{
12664+
"source_path": "support/dynamics-365/sales/errorinternalservertransienterror-error.md",
12665+
"redirect_url": "/troubleshoot/power-platform/dataverse/email-exchange-synchronization/an-error-occurred-while-synchronizing-item",
12666+
"redirect_document_id": false
1261712667
}
1261812668
]
1261912669
}

support/azure/app-service/capture-memory-dumps-app-service.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ In the following sections, we discuss each of these debugging features in more d
100100

101101
The [auto-heal](/azure/app-service/overview-diagnostics#auto-healing) (request duration) feature is useful for capturing a memory dump if the response is taking longer than expected to finish. You can see the link to **Auto-Heal** in the **Diagnostic Tools** tile in the previous screenshot. Select that link to go directly to the feature, or select the **Diagnostic Tools** tile to review all the available tools on the **Diagnostic Tools** page. For information about how to configure this feature, see the following articles:
102102

103-
- [App Services auto heal](https://appserviceblog.com/app-services-auto-heal/)
103+
- [Announcing the New Auto Healing Experience in App Service Diagnostics](https://azure.github.io/AppService/2018/09/10/Announcing-the-New-Auto-Healing-Experience-in-App-Service-Diagnostics.html)
104+
105+
- [Announcing Auto Heal for Linux](https://azure.github.io/AppService/2021/04/21/Announcing-Autoheal-for-Azure-App-Service-Linux.html)
104106

105107
- [Collect and automate diagnostic actions with Azure App Services](https://devblogs.microsoft.com/premier-developer/collect-and-automate-diagnostic-actions-with-azure-app-services/)
106108

@@ -112,7 +114,7 @@ Another feature that's named "Collect a Memory dump" is useful in this scenario
112114

113115
#### Collect a memory dump feature
114116

115-
To understand the configuration of the Collect a Memory dump feature, see [Collect memory dump app services](https://appserviceblog.com/collect-memory-dump-app-services/). This approach requires manual intervention. The following screenshot shows the **Collect a Memory dump** page.
117+
This approach requires manual intervention. The following screenshot shows the **Collect a Memory dump** page.
116118

117119
:::image type="content" source="./media/capture-memory-dumps-app-service/collect-memory-dump.png" alt-text="Azure portal screenshot of the 'Collect a Memory dump' page in Diagnostic Tools." lightbox="./media/capture-memory-dumps-app-service/collect-memory-dump.png":::
118120

support/azure/azure-monitor/app-insights/telemetry/java-standalone-troubleshoot.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Azure Monitor Application Insights for Java
33
description: This article presents troubleshooting information for the Java agent for Azure Monitor Application Insights.
44
ms.topic: conceptual
5-
ms.date: 11/06/2024
5+
ms.date: 01/10/2025
66
editor: v-jsitser
77
ms.reviewer: aaronmax, jeanbisutti, trstalna, toddfous, heya, v-leedennis
88
ms.service: azure-monitor
@@ -253,6 +253,32 @@ You can also try the [monitoring solutions for Java native](/azure/azure-monitor
253253
- With Spring Boot, the Microsoft distribution of the OpenTelemetry starter.
254254
- With Quarkus, the Quarkus Opentelemetry Exporter for Microsoft Azure.
255255

256+
257+
## Understand duplicated operation IDs
258+
259+
Application logic can result in an operation ID being reused by multiple telemetry items, as shown in [this example](/azure/azure-monitor/app/distributed-trace-data#example). The duplication might also come from incoming requests. To identify this, use one of the following methods:
260+
261+
* Enable the capture of the `traceparent` header in the **applicationinsigths.json** file as follows:
262+
263+
```json
264+
{
265+
"preview": {
266+
"captureHttpServerHeaders": {
267+
"requestHeaders": [
268+
"traceparent"
269+
]
270+
}
271+
}
272+
}
273+
```
274+
* Enable [self-diagnostics](/azure/azure-monitor/app/java-standalone-config#self-diagnostics) at the DEBUG level and restart the application.
275+
276+
In the following log example, the operation ID comes from an incoming request, not Application Insights:
277+
278+
```output
279+
{"ver":1,"name":"Request",...,"ai.operation.id":"4e757357805f4eb18705abd24326b550)","ai.operation.parentId":"973487efc3db7d03"},"data":{"baseType":"RequestData","baseData":{...,"properties":{"http.request.header.traceparent":"00-4e757357805f4eb18705abd24326b550-973487efc3db7d03-01", ...}}}}
280+
```
281+
256282
[!INCLUDE [Third-party disclaimer](../../../../includes/third-party-disclaimer.md)]
257283

258284
[!INCLUDE [Azure Help Support](../../../../includes/azure-help-support.md)]

support/azure/azure-storage/files/file-sync/file-sync-troubleshoot-cloud-tiering.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshoot common issues with cloud tiering in an Azure File Sync
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: troubleshooting
7-
ms.date: 10/24/2024
7+
ms.date: 01/13/2025
88
ms.author: kendownie
99
ms.reviewer: vritikanaik, v-weizhu
1010
ms.custom: sap:File Sync
@@ -103,6 +103,7 @@ If content doesn't exist for the error code, follow the general troubleshooting
103103
| 0x800703e3 | -2147023901 | ERROR_OPERATION_ABORTED | The file failed to tier because it was recalled at the same time. | No action required. The file will be tiered when the recall completes and the file is no longer in use. |
104104
| 0x80c80264 | -2134375836 | ECS_E_GHOSTING_FILE_NOT_SYNCED | The file failed to tier because it hasn't synced to the Azure file share. | No action required. The file will tier once it has synced to the Azure file share. |
105105
| 0x80070001 | -2147942401 | ERROR_INVALID_FUNCTION | The file failed to tier because the cloud tiering filter driver (*storagesync.sys*) isn't running. | To resolve this issue, open an elevated command prompt and run the following command: `fltmc load storagesync`<br/>If the Azure File Sync filter driver fails to load when running the `fltmc` command, uninstall the Azure File Sync agent, restart the server, and reinstall the Azure File Sync agent. |
106+
| 0x80c86041 | -2134351807 | ECS_E_AFS_FILTER_NOT_LOADED | The file failed to tier because the cloud tiering filter driver (*storagesync.sys*) isn't running. | To resolve this issue, open an elevated command prompt and run this command `fltmc load storagesync`. <br/>If the Azure File Sync filter driver fails to load when running the `fltmc` command, uninstall the Azure File Sync agent, restart the server, and reinstall the Azure File Sync agent. |
106107
| 0x80070070 | -2147024784 | ERROR_DISK_FULL | The file failed to tier due to insufficient disk space on the volume where the server endpoint is located. | To resolve this issue, free at least 100 MiB of disk space on the volume where the server endpoint is located. |
107108
| 0x80070490 | -2147023728 | ERROR_NOT_FOUND | The file failed to tier because it hasn't synced to the Azure file share. | No action required. The file will tier once it has synced to the Azure file share. |
108109
| 0x80c80262 | -2134375838 | ECS_E_GHOSTING_UNSUPPORTED_RP | The file failed to tier because it's an unsupported reparse point. | If the file is a Data Deduplication reparse point, follow the steps in the [planning guide](/azure/storage/file-sync/file-sync-planning#data-deduplication) to enable Data Deduplication support. Files with reparse points other than Data Deduplication aren't supported and won't be tiered. |

support/azure/azure-storage/files/file-sync/file-sync-troubleshoot-installation.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshoot common issues with installing the Azure File Sync agen
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: troubleshooting
7-
ms.date: 09/06/2024
7+
ms.date: 01/13/2025
88
ms.author: kendownie
99
ms.custom: sap:File Sync
1010
---
@@ -67,6 +67,11 @@ MSI (s) (0C:C8) [12:23:40:994]: Note: 1: 2265 2: 3: -2147287035
6767

6868
For this example, the agent installation failed with error code -2147287035 (ERROR_ACCESS_DENIED).
6969

70+
<a id="agent-installation-gpo"></a>**Agent installation fails with error ERROR_NO_SYSTEM_RESOURCES and error code 0x800705AA**
71+
72+
The agent installation failed due to insufficient system resources. To resolve this issue, free up memory on the server and retry installation.
73+
74+
7075
<a id="agent-installation-gpo"></a>**Agent installation fails with error: Storage Sync Agent Setup Wizard ended prematurely because of an error**
7176

7277
In the agent installation log, the following error is logged:
@@ -164,11 +169,17 @@ You can also work around this issue by using the following PowerShell commands t
164169
Connect-AzAccount -Subscription "<guid>" -Tenant "<guid>"
165170
Register-AzStorageSyncServer -ResourceGroupName "<your-resource-group-name>" -StorageSyncServiceName "<your-storage-sync-service-name>"
166171
```
172+
<a id="server-registration-missing-resource-groups"></a>**Server registration doesn't list all resource groups**
173+
174+
When registering a server using *ServerRegistration.exe*, some resource groups are missing when you select the **Resource Group** drop-down.
175+
176+
This issue occurs due to a known issue that has been fixed in File Sync Agent v19.1. To resolve this issue, install the latest version of the agent.
177+
167178
<a id="server-already-registered"></a>**Server Registration displays the following message: "This server is already registered"**
168179

169180
:::image type="content" source="media/file-sync-troubleshoot-installation/server-already-registered-error.png" alt-text="Screenshot that shows the Server Registration dialog box with the 'server is already registered' error message.":::
170181

171-
This message appears if the server was previously registered with a Storage Sync Service. To unregister the server from the current Storage Sync Service and then register with a new Storage Sync Service, complete the steps that are described in [Unregister a server with Azure File Sync](/azure/storage/file-sync/file-sync-server-registration#unregister-the-server-with-storage-sync-service).
182+
This message with error code 0x80C80064 appears if the server was previously registered with a Storage Sync Service. To unregister the server from the current Storage Sync Service and then register with a new Storage Sync Service, complete the steps that are described in [Unregister a server with Azure File Sync](/azure/storage/file-sync/file-sync-server-registration#unregister-the-server-with-storage-sync-service).
172183

173184
If the server isn't listed under **Registered servers** in the Storage Sync Service, on the server that you want to unregister, run the following PowerShell commands:
174185

0 commit comments

Comments
 (0)