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/azure-storage/files/file-sync/file-sync-troubleshoot-installation.md
+13-17Lines changed: 13 additions & 17 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 installing the Azure File Sync agen
4
4
author: khdownie
5
5
ms.service: azure-file-storage
6
6
ms.topic: troubleshooting
7
-
ms.date: 01/13/2025
7
+
ms.date: 04/30/2025
8
8
ms.author: kendownie
9
9
ms.custom: sap:File Sync
10
10
---
@@ -175,37 +175,33 @@ When registering a server using *ServerRegistration.exe*, some resource groups a
175
175
176
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
177
178
+
**Server Registration displays the message: "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=..."**
178
179
180
+
This error occurs when the server lacks the required .NET Framework version. Azure File Sync's server registration requires .NET Framework 4.7.2. or a later version to function properly.
179
181
180
-
**Server Registration displays the following message: "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=..."**
181
-
182
-
This error occurs when the required version of the .NET Framework is missing on the server. Azure File Sync's server registration requires **.NET Framework 4.7.2. or higher** to function properly.
183
-
184
-
To resolve the issue:
185
-
1. Downland and install .NET Framework 4.7.2. or higher.
186
-
2. Restart the server after installation.
187
-
3. Retry the server registration using the Server Registration UI or PowerShell.
188
-
182
+
To resolve the issue, follow these steps:
189
183
184
+
1. Downland and install .NET Framework 4.7.2. or a later version.
185
+
2. Restart the server after the installation.
186
+
3. Retry the server registration using the server registration UI or PowerShell.
190
187
191
188
**Server registration fails with error: operation returned an invalid status code 'Unauthorized'**
192
189
193
-
During server registration, if you encounter the following error:
194
-
`Operation returned an invalid status code 'Unauthorized'`
190
+
During server registration, you might encounter the following error:
195
191
196
-
This issue occurs when authentication with Azure fails during the registration process. To resolve this issue:
192
+
> Operation returned an invalid status code 'Unauthorized'
197
193
198
-
Manually register the server using PowerShell:
194
+
This error occurs when authentication with Azure fails during the registration process. To resolve this issue, manually register the server by running the following PowerShell commands:
0 commit comments