Monday, June 23, 2014

People Picker takes too long to resolve names



People Picker takes too long to resolve names 

 http://i.technet.microsoft.com/dynimg/IC468765.jpg

This is a most common issue that we see in People search that picker takes more time to resolve the names. Microsoft has provided a fix for this. There is not impact and no downtime.

Issue: People Picker takes too long to resolve names

Cause: The problem is that we will always go to Active Directory first by default to do the lookup via the Translate To ids  function.  This isn’t desirable in this specific case because it’s a SharePoint security group that’s being passed.  The second part of the problem is with the format of the name specified on the people picker field.  The fact that there is no \ in the name causes Active Directory to submit the lookup against every domain in the forest.  In a large Forest, this can become a taxing operation.  Finally, the lookup is resolved within SharePoint.

Solution: Please run the following to resolve the issue.

1.    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
2.    $webapp=[Microsoft.SharePoint.Administration.SPWebApplication]::Lookup("WEB App URL")
3.    $webapp.PeoplePickerSettings.ActiveDirectoryRestrictIsolatedNameLevel=$true;
4.    $webapp.Update();
 

Related KB’s:


 This property is set on the Web Application level and is false by default. In order to work around the problem, set this property to true.  

 

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

6 comments:

  1. wonderful article.issues resolved by this.I really appreciate the blog

    ReplyDelete
  2. Blog is so eyecatching and wonderful informations

    ReplyDelete
  3. Very informative...nice article

    ReplyDelete
  4. This saves my time and very impressive blog..keep good job

    ReplyDelete
  5. This solved issue a bit..but still I see slow..do you know any othet approaches

    ReplyDelete

Your feedback is Much Appreciated. I will try to reply to your queries as soon as possible!!Anil Avula

ShareThis

X