PROBLEM STATEMENT
You recently installed FIM 2010 Update 2 (4.00.3606.2) with a SQL Server 2008 R2 backend. Everything seems good. You then attempt to create a FIM Service Management Agent. You receive an error message “Failed to retrieve schema” or “Cannot connect to Database”.
CAUSE
The cause of this issue is that the .NET Framework v4.0 is not installed on the FIM Synchronization Service.
RESOLUTION
In this case, there are two possible solutions for this problem.
#1
è Install the Microsoft .NET Framework v4.0
#2
- On the FIM Synchronization Service Machine, Stop the FIM Synchronization Service
- Navigate to %programfiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\Bin
- Edit the miiserver.exe.config file
- In the <startup> section, swap the order of the supportedRuntime
FROM
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319"></supportedRuntime>
<supportedRuntime version="v2.0.50727"></supportedRuntime>
</startup>
TO
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v2.0.50727"></supportedRuntime>
<supportedRuntime version="v4.0.30319"></supportedRuntime>
</startup>
- Save the miiserver.exe.config file
- Start the FIM Synchronization Service
- Create the FIM Service Management Agent
SEE ALSO
- Current Forefront Identity Manager Resources: http://social.technet.microsoft.com/wiki/contents/articles/forefront-identity-manager-resources.aspx
- Current Certificate Lifecycle Manager Resources: http://social.technet.microsoft.com/wiki/contents/articles/current-certificate-lifecycle-manager-resources.aspx
- Current GalSync Resources: http://social.technet.microsoft.com/wiki/contents/articles/1726.global-address-list-synchronization-galsync-resources.aspx
- Current PCNS – Password Synchronization Resources: http://social.technet.microsoft.com/wiki/contents/articles/current-certificate-lifecycle-manager-resources.aspx
- Current GalSync Resources: http://social.technet.microsoft.com/wiki/contents/articles/1726.global-address-list-synchronization-galsync-resources.aspx
http://social.technet.microsoft.com/wiki/contents/articles/2762.pcns-password-synchronization-resource-wiki.aspx - Extension-DLL-Exception Resources: http://social.technet.microsoft.com/wiki/contents/articles/7515.sync-extension-dll-exception.aspx