<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.dotnetmafia.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Corey Roth [MVP] : User Profile Service</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/User+Profile+Service/default.aspx</link><description>Tags: User Profile Service</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>User Profile Service Error: Unable to process Create message</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/03/29/user-profile-service-error-unable-to-process-create-message.aspx</link><pubDate>Tue, 29 Mar 2011 21:54:12 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:4516</guid><dc:creator>CoreyRoth</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.dotnetmafia.com/blogs/dotnettipoftheday/rsscomments.aspx?PostID=4516</wfw:commentRss><comments>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/03/29/user-profile-service-error-unable-to-process-create-message.aspx#comments</comments><description>&lt;p&gt;I’m adding another entry to my series of posts on User Profile Service Application errors in SharePoint 2010.&amp;#160; This particular error occurs after you pick the Active Directory OUs you want when creating a synchronization connection.&amp;#160; Specifically when trying to save the new connection, you might receive the following error.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Unable to process Create message&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;There are a variety of causes to it, but I wanted to share my specific resolution today.&amp;#160; I received this error after I went from December 2010 CU to February 2011 CU.&amp;#160; Although, upgrading to the latest CU resolved my error from &lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/03/29/method-not-found-int32-error-with-user-profile-service-application.aspx"&gt;earlier&lt;/a&gt;, it presented the new one I mentioned above.&amp;#160; When I applied the February CU, surprisingly, the User Profile Service did not require reprovisioning.&amp;#160; However, every time I tried to save my synchronization connection, I received the error.&amp;#160; Finally, to resolve the issue, I deleted the User Profile Service application and recreated it.&amp;#160; Once I did that, I restarted UPS and was able to create the connection.&lt;/p&gt;&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=4516" width="1" height="1"&gt;</description><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Error/default.aspx">Error</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/User+Profile+Service/default.aspx">User Profile Service</category></item><item><title>User Profile Service Error: UpdateILMMA: Failed to update password.</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/03/29/user-profile-service-error-updateilmma-failed-to-update-password.aspx</link><pubDate>Tue, 29 Mar 2011 18:21:05 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:4515</guid><dc:creator>CoreyRoth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.dotnetmafia.com/blogs/dotnettipoftheday/rsscomments.aspx?PostID=4515</wfw:commentRss><comments>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/03/29/user-profile-service-error-updateilmma-failed-to-update-password.aspx#comments</comments><description>&lt;p&gt;We all know that &lt;a href="http://twitter.com/harbars"&gt;@Harbars&lt;/a&gt; wrote the book when it comes to SharePoint 2010 &lt;a href="http://www.harbar.net/articles/sp2010ups.aspx"&gt;User Profile Synchronization&lt;/a&gt; not to mention how to get it &lt;a href="http://www.harbar.net/articles/sp2010ups2.aspx"&gt;working again&lt;/a&gt;.&amp;#160; You need to follow the instructions in these guides word for word when setting up UPS&amp;#160; Many issues are caused by incorrect permissions.&amp;#160;&amp;#160; I thought I would share the error you receive when you happen to miss one of the required permissions.&amp;#160; You will find this error in the ULS logs during the provisioning process.&amp;#160; I thought this was worth posting because I couldn’t find anything out there on this error at the time.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;UpdateILMMA: Failed to update password. Exception: {1}..&amp;#160; Available parameters: Microsoft.ResourceManagement.WebServices.Client.PermissionDeniedException: Access to the requested resource(s) is denied&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt; at Microsoft.ResourceManagement.WebServices.Client.ResourceTemplate.GetResource(UniqueIdentifier identifier, String[] attributeNames, Nullable`1 resourceTime)&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt; at Microsoft.ResourceManagement.WebServices.ResourceManager..ctor(UniqueIdentifier resourceIdentifier, String typeName, String[] attributeNames, CultureInfo locale, Boolean includePermissionHints, TimeZoneInfo localTimeZone)&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt; at Microsoft.ResourceManagement.WebServices.ResourceManager..ctor(UniqueIdentifier resourceIdentifier, String typeName, String[] attributeNames, CultureInfo locale, Boolean includePermissionHints)&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt; at Microsoft.Office.Server.UserProfiles.Synchronization.MAConfiguration..ctor(Guid resourceIdentifier)&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt; at Microsoft.Office.Server.UserProfiles.Synchronization.ILMMAConfiguration..ctor(Guid resourceIdentifier)&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt; at Microsoft.Office.Server.UserProfiles.UserProfileConfigManager.UpdateILMMA(String databaseServerIlm, String databaseInstanceIlm, String databaseName, String domain, String userName, SecureString password) .&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Obviously from the error message some kind of permissions are required that weren’t present, but which ones?&amp;#160; Well in this particular case, it is the result of the farm account not having log on locally permissions (clearly mentioned in Harbars article).&amp;#160; Here are a couple of things to keep in mind.&amp;#160; First, just because you have administrator access during provisioning does not mean you have log on locally permissions.&amp;#160; Second, even if you add the account to the &lt;em&gt;Allow Log on Locally&lt;/em&gt; item in Local Security Policy, does not mean you actually have the permission.&amp;#160; In many cases, organizations have service accounts locked out using Group Policy which overrides any Local Security Policy setting.&amp;#160; &lt;/p&gt;  &lt;p&gt;If you suspect you might not have permissions, you can verify it in a number of ways.&amp;#160; Although, it is never recommended to login with a farm account, if things aren’t working, you might as well break the rules and try logging in.&amp;#160; Usually, what I do is&amp;#160; go to the SharePoint Management Shell, hold down Shift, and right click the icon to see the &lt;em&gt;Run as different user&lt;/em&gt; menu item.&amp;#160; Type the credentials in for your farm account and see if it works.&amp;#160; If you have the right permissions, the PowerShell prompt will open.&amp;#160; If you don’t, you will get an error saying you are denied the right to login (or something to that effect).&amp;#160; Be careful when attempting this because if you lock out your farm account, you will bring your entire SharePoint farm down.&lt;/p&gt;  &lt;p&gt;Anyhow, I hope this helps.&amp;#160; I feel the more information on errors I can post, the more it might help people that receive them later.&lt;/p&gt;&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=4515" width="1" height="1"&gt;</description><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Error/default.aspx">Error</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/User+Profile+Service/default.aspx">User Profile Service</category></item><item><title>Method not found: 'Int32 Error with User Profile Service Application</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/03/29/method-not-found-int32-error-with-user-profile-service-application.aspx</link><pubDate>Tue, 29 Mar 2011 16:37:51 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:4514</guid><dc:creator>CoreyRoth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.dotnetmafia.com/blogs/dotnettipoftheday/rsscomments.aspx?PostID=4514</wfw:commentRss><comments>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/03/29/method-not-found-int32-error-with-user-profile-service-application.aspx#comments</comments><description>&lt;p&gt;Recently, when I was trying to configure a User Profile Synchronization Connection in SharePoint 2010, I received the following error message when clicking the &lt;em&gt;Populate Containers&lt;/em&gt; button.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Method not found: &amp;#39;Int32 Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_LdapConnectionTimeout()&amp;#39;.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;I double checked my credentials and tried again, but I received the same error message.&amp;#160; After doing a ton of searching on the Internet, the results were pretty much inconclusive.&amp;#160; When I looked at the current patch level of the SharePoint installation, I discovered it was on December 2010 CU.&amp;#160; Having heard enough bad feedback about this particular cumulative update from others, I proceed to update to February 2011.&amp;#160; I installed the update on each server and ran the configuration wizard.&amp;#160;&amp;#160; I then proceeded to try the Populate Containers button again.&amp;#160; Sure enough, it worked this time.&amp;#160; If you happen to receive this cryptic error message, try updating to a newer cumulative update to see if it resolves the issue.&lt;/p&gt;&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=4514" width="1" height="1"&gt;</description><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Error/default.aspx">Error</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/User+Profile+Service/default.aspx">User Profile Service</category></item></channel></rss>