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: articles/storage/file-sync/file-sync-troubleshoot-sync-errors.md
+194-2Lines changed: 194 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 monitoring sync health and resolvin
4
4
author: khdownie
5
5
ms.service: storage
6
6
ms.topic: troubleshooting
7
-
ms.date: 4/12/2022
7
+
ms.date: 04/18/2023
8
8
ms.author: kendownie
9
9
ms.subservice: files
10
10
ms.custom: devx-track-azurepowershell
@@ -175,7 +175,7 @@ The table below contains all of the unicode characters Azure File Sync does not
175
175
176
176
Sync sessions might fail for various reasons including the server being restarted or updated, VSS snapshots, etc. Although this error looks like it requires follow-up, it's safe to ignore this error unless it persists over a period of several hours.
177
177
178
-
<aid="-2147012889"></a>**A connection with the service could not be established.**
178
+
<aid="-2147012889"></a>**A connection with the service could not be established.**
179
179
180
180
| Error | Code |
181
181
|-|-|
@@ -184,6 +184,13 @@ Sync sessions might fail for various reasons including the server being restarte
No action required. This error should automatically resolve. If the error persists for several days, create a support request.
231
+
214
232
<aid="-2134364043"></a>**Sync is blocked until change detection completes post restore**
215
233
216
234
| Error | Code |
@@ -222,6 +240,17 @@ No action is required. If this error persists for several hours, create a suppor
222
240
223
241
No action is required. When a file or file share (cloud endpoint) is restored using Azure Backup, sync is blocked until change detection completes on the Azure file share. Change detection runs immediately once the restore is complete and the duration is based on the number of files in the file share.
224
242
243
+
<aid="-2134364072"></a>**Sync is blocked on the folder due to a pause initiated as part of restore on sync folder.**
No action required. This error should automatically resolve. If the error persists for several days, create a support request.
489
+
428
490
<a id="-2146762487"></a>**The server failed to establish a secure connection. The cloud service received an unexpected certificate.**
429
491
430
492
| Error | Code |
@@ -743,6 +805,42 @@ No action is required. This error occurs because sync detected the replica has b
743
805
744
806
This error occurs because Azure File Sync doesn't support HTTP redirection (3xx status code). To resolve this issue, disable HTTP redirect on your proxy server or network device.
Please check and ensure the subscription where your storage account resides is enabled.
900
+
901
+
<aid="64"></a>**The specified network name is no longer available.**
902
+
903
+
| Error | Code |
904
+
|-|-|
905
+
|**HRESULT**| 0x40 |
906
+
|**HRESULT (decimal)**| 64 |
907
+
|**Error string**| ERROR_NETNAME_DELETED |
908
+
|**Remediation required**| Yes |
909
+
910
+
Use the `Test-StorageSyncNetworkConnectivity` cmdlet to check network connectivity to the service endpoints. [Learn more](file-sync-firewall-and-proxy.md#test-network-connectivity-to-service-endpoints).
0 commit comments