Hi,
I am using FIM 2010 R2 version 4.1.3419.0 and version of Web Services Connector 5.3.407
I've successfully configured FIM for Password Synchronization and I'm trying to reset a password in SAP using Web Service Connector MA. I am running MA in-proc.
When resetting a password in FIM Password Reset Portal, I am able to reset it in AD, but when password notification is staged for synchronization, I received following error message from FIM Synchronization Service:
BAIL: MMS(24932): d:\bt\800\private\source\miis\ma\core\passwordext.cpp(322): 0x80230729 (The extension could not be loaded.)
In spite of having <supportedRuntime version="4.0"></supportedRuntime> in miiserver.exe.config startup configuration. Then I've tried to add WebService dlls to GAC (as proposed in http://social.technet.microsoft.com/Forums/en-US/dc22caf6-aa45-42d1-a150-e3dbe997760b/0x80230729-the-extension-could-not-be-loaded), and got System.UnauthorizedAccessException. Extension tried to create a file "generated.config" in Microsoft.IdentityManagement.MA.WebServices.dll GAC location.
Now, since I cannot have these dll's in GAC and apparently I am unable to load them from Extensions folder. I'd like to know how to diagnose why extension is not picked up by Synchronization Service. I've turned on Fusion log and apparently Microsoft.IdentityManagement.MA.WebServices.dll is loaded.
Any ideas, suggestions?
Thanks in advance.