Dear All,
I created a custom galsync source code to create a mail-enabled user from user forest(Exchange 2003) to resource forest(Exchange 2010). The mail-enabled user object is able to import in FIM. However, when FIM Server start to export to resource forest.
There are below errors:
There is an error in Exch2010Extension AfterExportEntryToCd() function when exporting an object with DN CN=SMokgele,OU=Users,OU=Windmill,OU=SIML Business Units,DC=corp,DC=simlds,DC=com.
Type: Microsoft.MetadirectoryServices.ExtensionException
Message:
**** ERROR ****
Property RoleAssignmentPolicy can’t be set on this object because it requires the object to have version 0.10 (14.0.100.0) or later. The object’s current version is 0.0 (6.5.6500.0).
**** END ERROR ***
What is this error about? I double checked the source code, I provided all mandatory attributes, but the errors still exist.
Please help.