During a Full or Delta Synchronization the Synchronization Service Engine is throwing an error under synchronization errors. Clicking the hyperlink to review the error, we discover the following information as displayed in the below picture.
In a GalSync Solution, the msExchDynamicDistributionL maps to the MetaVerse Object Type of Group. The Metaverse Object Type Group has a Rules Extension to control the Metaverse Object Deletion Rule as displayed in the below picture.
The GalSync Metaverse Extension Source Code has a Select Case statement in the DetermineMVDeletion Function. The Select Case statement does not reference the msExchDynamicDistributionL object type as illustrated in the below picture!
You will need to add a reference to the msExchDynamicDistributionL in the Select Case Statement. You can accomplish this through the following steps:
The DYNAMICDDL variable can be found in the GalUtil.vb file.