Patch your SharePoint Farm
UPS RTM had some "interesting features" which have most likely caused the issue your are currently having the June 2011 Cumulative Update resolved a substantial amount of the issues. Patch to a minimum of June 2011!
Re-Provision the FIM configuration
This will fix 95% of User Profile Sync issues something will get corrupt with the connection between SharePoint and FIM. Stopping the User Profile Synchronization Service de-provisions the FIM configuration and starting it re-provisions it. It does a substantial amount of configuration that is why it takes so long.
Generally the following procedure will resolve the issue:
- Stop the User Profile Synchronization Service (Central Administration --> Manage Services on server)
- Wait until the service has completely stopped!!
- iisreset
- Start the User Profile Synchronization Service (Central Administration --> Manage Services on server)
- iisreset
The iisresets appear to be needed due to the ability to reference the Microsoft.ResourceManagement dlls in the GAC.
If this does not resolve your issue you may need an extended outage:
- Stop the User Profile Synchronization Service (Central Administration --> Manage Services on server)
- Stop the User Profile Service
- Wait for an hour (I have seen configuration changes occur after the services stop)
- Restart the server
- Start the User Profile Service
- Start the User Profile Synchronization Service and the User Profile Service
- Wait for an hour (I have seen configuration changes occur after the services start as well)
- Restart the server
Some of the error messages I have seen that this will resolve are:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ResourceManagement, Version=4.0.2450.34, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File Not Found
No comments:
Post a Comment