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
@@ -253,6 +253,32 @@ You can also try the [monitoring solutions for Java native](/azure/azure-monitor
253
253
- With Spring Boot, the Microsoft distribution of the OpenTelemetry starter.
254
254
- With Quarkus, the Quarkus Opentelemetry Exporter for Microsoft Azure.
255
255
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, do the following operations:
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:
Copy file name to clipboardExpand all lines: support/azure/azure-storage/files/file-sync/file-sync-troubleshoot-cloud-tiering.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Troubleshoot common issues with cloud tiering in an Azure File Sync
4
4
author: khdownie
5
5
ms.service: azure-file-storage
6
6
ms.topic: troubleshooting
7
-
ms.date: 10/24/2024
7
+
ms.date: 01/13/2025
8
8
ms.author: kendownie
9
9
ms.reviewer: vritikanaik, v-weizhu
10
10
ms.custom: sap:File Sync
@@ -103,7 +103,7 @@ If content doesn't exist for the error code, follow the general troubleshooting
103
103
| 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. |
104
104
| 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. |
105
105
| 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 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. |
107
107
| 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. |
108
108
| 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. |
109
109
| 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. |
Copy file name to clipboardExpand all lines: support/azure/azure-storage/files/file-sync/file-sync-troubleshoot-sync-group-management.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Troubleshoot common issues in managing Azure File Sync sync groups,
4
4
author: khdownie
5
5
ms.service: azure-file-storage
6
6
ms.topic: troubleshooting
7
-
ms.date: 12/16/2024
7
+
ms.date: 01/13/2025
8
8
ms.author: kendownie
9
9
ms.reviewer: v-weizhu
10
10
ms.custom: sap:File Sync
@@ -100,7 +100,7 @@ This error occurs because Azure File Sync doesn't support server endpoints on vo
100
100
compact /u /s
101
101
```
102
102
103
-
<a id="-2134376345"></a>**Server endpoint creation fails, with this error message: "The server endpoints per server limit has been reached" (Error code: -2134376345 or 0x80C80067)**
103
+
<a id="-2134376345"></a>**Server endpoint creation fails with this error message: "The server endpoints per server limit has been reached" (Error code: -2134376345 or 0x80C80067)**
104
104
105
105
This error occurs if the limit of server endpoints per server is reached. Azure File Sync currently supports up to 30 server endpoints per server. For more information, see
Copy file name to clipboardExpand all lines: support/developer/webapps/iis/www-authentication-authorization/http-bad-request-response-kerberos.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: HTTP 400 error responses to HTTP requests
3
3
description: Works around an HTTP 400 error that the HTTP request header is too long.
4
-
ms.date: 05/14/2021
4
+
ms.date: 01/10/2025
5
5
ms.custom: sap:WWW Authentication and Authorization\Windows Authentication
6
-
ms.reviewer: ivanpash
6
+
ms.reviewer: ivanpash, paulboc
7
7
---
8
8
# HTTP 400 Bad Request (Request Header too long) responses to HTTP requests
9
9
@@ -34,8 +34,7 @@ Decrease the number of Active Directory groups that the user is a member of.
34
34
35
35
Increase the settings for the `MaxFieldLength` and the `MaxRequestBytes` registry entries on the server so that the user's request headers don't exceed these values. To determine the appropriate settings, use the following calculations:
36
36
37
-
1. Calculate the size of the user's Kerberos token by using the formula described in the following article:
38
-
[Problems with Kerberos authentication when a user belongs to many groups](https://support.microsoft.com/kb/327825).
37
+
1. Calculate the size of the user's Kerberos token by using the formula described in [Problems with Kerberos authentication when a user belongs to many groups](../../../../windows-server/windows-security/kerberos-authentication-problems-if-user-belongs-to-groups.md).
39
38
40
39
2. Set the value of `MaxFieldLength` and `MaxRequestBytes` on the server to 4/3 * T bytes, where T is the user's token size in bytes. HTTP encodes the Kerberos token by using base64 encoding.
41
40
@@ -48,7 +47,8 @@ Depending on your application environment, you might also work around this probl
48
47
49
48
By default, there is no `MaxFieldLength` registry entry. This entry specifies the maximum size limit of each HTTP request header. The `MaxRequestBytes` registry entry specifies the upper limit for the total size of the Request line and the headers. Typically, this registry entry is configured together with the `MaxRequestBytes` registry entry. If the `MaxRequestBytes` value is lower than the `MaxFieldLength` value, the `MaxFieldLength` value is adjusted. In large Active Directory environments, users may experience logon failures if the values for both these entries aren't set to a sufficiently high value.
50
49
51
-
For IIS 6.0 and later, the `MaxFieldLength` and `MaxRequestBytes` registry keys are located at the following sub key:
50
+
For IIS versions shipped with Windows Server 2016 and later, the `MaxFieldLength` and `MaxRequestBytes` registry keys are located in the following subkey:
Set the key values as shown in the following table:
@@ -68,12 +68,12 @@ Set the key values as shown in the following table:
68
68
> [!IMPORTANT]
69
69
> Changing these registry keys should be considered to be extremely dangerous. These keys allow larger HTTP packets to be sent to IIS. This, in turn, may cause Http.sys to use more memory. Therefore, such changes can increase the computer's vulnerability to malicious attacks.
70
70
71
-
If `MaxFieldLength` is set to its maximum value of 64 KB, the `MaxTokenSize` registry value should be set to 3/4 * 64 = 48 KB. For more information about the `MaxTokenSize` setting, see [Problems with Kerberos authentication when a user belongs to many groups](https://support.microsoft.com/help/327825).
71
+
If `MaxFieldLength` is set to its maximum value of 64 KB, the `MaxTokenSize` registry value should be set to 3/4 * 64 = 48 KB. For more information about the `MaxTokenSize` setting, see [Problems with Kerberos authentication when a user belongs to many groups](../../../../windows-server/windows-security/kerberos-authentication-problems-if-user-belongs-to-groups.md).
72
72
73
73
## References
74
74
75
-
-[Http.sys registry settings for IIS](https://support.microsoft.com/help/820129/http-sys-registry-settings-for-windows)
75
+
-[Http.sys registry settings for IIS](../iisadmin-service-inetinfo/httpsys-registry-windows.md)
76
76
77
-
-[Error logging in HTTP API](https://support.microsoft.com/help/820729/error-logging-in-http-apis)
77
+
-[Error logging in the HTTP server API](/windows/win32/http/error-logging-in-the-http-server-api)
78
78
79
-
-[Problems with Kerberos authentication when a user belongs to many groups](https://support.microsoft.com/help/327825)
79
+
-[Problems with Kerberos authentication when a user belongs to many groups](../../../../windows-server/windows-security/kerberos-authentication-problems-if-user-belongs-to-groups.md)
0 commit comments