I'm running in to a error using Granfeldt's PSMA. I'm trying to export objects to Exchange, everything goes just fine, the new mailboxes are indeed provisioned, but PSMA hits error everytime I run the export;
Error: ma-extension-error, Connected data source error: unexpected-error, Connected data source error code: 0x80230703.
I enabled PSMA's logging feature and it shows that my export.ps1 script indeed starts (It logs it's stuff to other file where I can see that everything goes just like planed) and after that it throws "System.NullReferenceException: Object reference not set to an instance of an object."
In the event viewer I see another error after the export:
"Microsoft.MetadirectoryServices.EntryExportExeception: Object reference not set to an instance of an object. at Granfeldt.PowerShell.ManagementAgent.Microsoft.MetadirectoryServices.IMAExtensible2CallExport.PutExportEntrie(IList`1 csentries) Forefront Identity Manager 4.1.3508.0"
I'm a bit confused because my export script works just fine.. is there something I should look after my Sync Rule from the portal or something else? Error messages don't help much... Thanks in advance!