Skip to content

Commit 72350af

Browse files
authored
Merge pull request #102006 from jeffpatt24/patch-7
Update storage-sync-files-troubleshoot.md
2 parents 9a3b584 + 00cb4c4 commit 72350af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/storage/files/storage-sync-files-troubleshoot.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,15 @@ If your PerItemErrorCount on the server or Files Not Syncing count in the portal
295295

296296
To see these errors, run the **FileSyncErrorsReport.ps1** PowerShell script (located in the agent installation directory of the Azure File Sync agent) to identify files that failed to sync because of open handles, unsupported characters, or other issues. The ItemPath field tells you the location of the file in relation to the root sync directory. See the list of common sync errors below for remediation steps.
297297

298+
> [!Note]
299+
> If the FileSyncErrorsReport.ps1 script returns "There were no file errors found" or does not list per-item errors for the sync group, the cause is either:
300+
>
301+
>- Cause 1: The last completed sync session did not have per-item errors. The portal should be updated soon to show 0 Files Not Syncing.
302+
> - Check the [Event ID 9102](https://docs.microsoft.com/azure/storage/files/storage-sync-files-troubleshoot?tabs=server%2Cazure-portal#broken-sync) in the Telemetry event log to confirm the PerItemErrorCount is 0.
303+
>
304+
>- Cause 2: The ItemResults event log on the server wrapped due to too many per-item errors and the event log no longer contains errors for this sync group.
305+
> - To prevent this issue, increase the ItemResults event log size. The ItemResults event log can be found under "Applications and Services Logs\Microsoft\FileSync\Agent" in Event Viewer.
306+
298307
#### Troubleshooting per file/directory sync errors
299308
**ItemResults log - per-item sync errors**
300309

0 commit comments

Comments
 (0)