RES: Workspace Manager & The metadata store replica is already in use
Today I was helping out on a RES Workspace Manager project and we had some problems during the folder sync in WM. After some investigation we saw the following errors in the eventlogs:
Error: Folder sync exe failed with exit code: 10
Error: The metadata store replica is already in use.
We did set the following configuration:
After searching on the RES Software knowledge base I couldn’t find a solution (first time btw) so I went on the interwebs and searched on Google. I found the following article on Microsoft.Synchronization.MetadataStorage Namespace. It uses *.id file to store metadata and if it gets corrupt it won’t copy the files anymore.
http://msdn.microsoft.com/en-us/library/microsoft.synchronization.metadatastorage.aspx
The solution to our problem was deleting the *.id files once to get the folder sync started.
Kees Baggerman
Latest posts by Kees Baggerman (see all)
- Nutanix AHV and Citrix MCS: Adding a persistent disk via Powershell – v2 - November 19, 2019
- Recovering a Protection Domain snapshot to a VM - September 13, 2019
- Checking power settings on VMs using powershell - September 11, 2019
- Updated: VM Reporting Script for Nutanix with Powershell - July 3, 2019
- Updated (again!): VM Reporting Script for Nutanix AHV/vSphere with Powershell - June 17, 2019
1 comment