During a sync you see a lot of these errors in the DirSync console or within the sync logs
Exception in ProcessGroups on object (SQL ID: xxxxx)
Additional non-parsable characters are at the end of the string.
at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos) at System.Convert.ToByte(String value, Int32 fromBase) at BinaryTree.DirSync.Exchange.ADEndpoint.GetAttr(BT_Group group, DirSync_Mapping field) at BinaryTree.DirSync.Exchange.ADEndpoint.GetModifyAttrs(BT_Group group, BTCodexDataClassesDataContext DB) at BinaryTree.DirSync.Exchange.ADEndpoint.UpdateGroup(BT_Group group, BTCodexDataClassesDataContext DB) at BinaryTree.DirSync.Exchange.ADEndpoint.ProcessGroup(BT_Group group, BTCodexDataClassesDataContext DB) at BinaryTree.DirSync.Exchange.ADEndpoint.<>c__DisplayClass364_0.<ProcessGroups>b__1(Object item)
This is caused by a custom mapped field in your DirSync Profile.
The mapped field is trying to write a value into the target and the format of the source is not compatible with the attribute in the target.
A commom example of this is the ms-DS-ConsistencyGuid, if you are trying to map a field in the source which is not the ms-DS-ConsistencyGuid to the ms-DS-ConsistencyGuid in the target its likely to fail with this error.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center