This issue is regarding recently published Microsoft PowerShell connector.
I'm following the instruction per Microsoft article listed here: http://msdn.microsoft.com/en-us/library/dn640417(v=ws.10).aspx
It says that in my Export Data script, I have to return a PutExportExtriesResults object to the pipeline, and it can be just an empty object like shown on the example.
Write-Output (New-Object Microsoft.MetadirectoryServices.PutExportEntriesResults)
Only if I have any errors during export, then I need to create a list that conveys the error. However, when I executed export on the MA, it gives an error after the run is completed. The error is ma-extension-error. When I opened the error to get more details, it says:
Connected data source error code: 0x80230703
Connected data source error: unexpected-error.
Event viewer is not helpful to figure out what the issue is. It says the following on the stack trace:
Forefront Identity Manager 4.1.3559.0"
Have anyone experienced this before, and know where I go wrong? Thank you very much for ya'll time.