Azure File synce error

Irin Sultana 377 Reputation points
2023-12-07T18:44:19.24+00:00

Hi,

I am getting Persistent sync errors for my file share. I tried to solve that by following the remediation. I am not able to solve that. From server it's showing me no error for syncing.

Thank You!

Irin Sultana

azure error.png

screenshot2.png

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,421 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,531 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 47,471 Reputation points Microsoft Employee Moderator
    2023-12-11T10:21:03.71+00:00

    @Anonymous Based on the error message Rename the file or directory in question. See Handling unsupported characters for more information. ERROR_INVALID_NAME 0x8007007b

    Azure File Sync agent v17 supports all characters that are supported by the NTFS file system except invalid surrogate pairs.

    If the portal or FileSyncErrorsReport.ps1 PowerShell script shows per-item sync errors (error code 0x8007007b, 0x80c80255, or 0x80070459) due to unsupported characters, check whether Azure File Sync agent v17 is installed on the server. If agent v17 is installed and files still fail to sync due to invalid characters, use the ScanUnsupportedChars script to rename files that contain unsupported characters.

    For more information refer to this troubleshooting articles : https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/file-sync-troubleshoot-sync-errors?tabs=portal1%2Cazure-portal

    Note: Once a sync session is completed, the Persistent sync errors and Transient sync errors counts in the portal are updated. If a sync session is in progress, wait until the sync session is completed and the Persistent sync errors and Transient sync errors counts are updated before you investigate the remaining errors.
    https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/file-sync-troubleshoot-sync-errors?tabs=portal1%2Cazure-portal

    Please let us know if you have any further queries. I’m happy to assist you further.     


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you**, this can be beneficial to other community members.**


1 additional answer

Sort by: Most helpful
  1. Vinodh247 34,661 Reputation points MVP Volunteer Moderator
    2023-12-08T06:54:36.58+00:00

    Hi Irin Sultana:

    Thanks for reaching out to Microsoft Q&A.

    these errors might be transient, file/folder names or file open issues. see the recommended troubleshooting steps in the below link, you can use the ps script to deep dive and find out the exact file(s) that are causing this issue.

    https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/file-sync-troubleshoot-sync-errors?tabs=portal1%2Cazure-portal#how-do-i-see-if-there-are-specific-files-or-folders-that-are-not-syncing

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.