I'm really hoping to be able to use Soren Granfeldt's Powershell MA to do some new integrations with FIM, but am having some difficulties. My latest problem is that I get an ma.extension error, which dumps the following stack trace in the Application event log:
"System.NullReferenceException: Object reference not set to an instance of an object.
at Granfeldt.PowerShellManagementAgent.Microsoft.MetadirectoryServices.IMAExtensible2CallExport.PutExportEntries(IList`1 csentries)
Forefront Identity Manager 4.1.3613.0"
The only thing it's trying to export right now is a change of e-mail address on a user it's done a join for (I've only got my sync rule applied to one person at the moment), so I wouldn't think it would be a provisioning problem? I've commented out the majority of my code in my export script so I'm reasonably certain it's not a PS code problem.
Sync rule:
firstName -> first_name
lastName -> last_name
mail -> email
[init flow only] LowerCase(accountName)+"@uwrf.edu" -> username
[init flow only] LowerCase(accountName)+"@uwrf.edu" -> dn
I'm excited about the possibilities, but frustrated. I'd be happy to post additional details but I'm not sure what would be helpful.
-Robert