<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: &#8220;No exact match found&#8221; when using People Picker in MOSS with Forms Authentication</title>
	<atom:link href="http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/</link>
	<description>It&#039;s all about delivering</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:42:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Patrick Markiewicz</title>
		<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/comment-page-1/#comment-1132</link>
		<dc:creator>Patrick Markiewicz</dc:creator>
		<pubDate>Thu, 03 Jun 2010 16:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=162#comment-1132</guid>
		<description>Thank you so much for this tip.  For others reading this blog, the more detailed instructions would be to ensure that your SQL Server configuration matches your SharePoint authentication strategy for the Web Application Pool Identity or the Primary Site Administrator of the Central Administration Site.  Basically I added my SharePoint Admin to the SQL Server Users for the aspnet membership database, and then I was able to find my users.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this tip.  For others reading this blog, the more detailed instructions would be to ensure that your SQL Server configuration matches your SharePoint authentication strategy for the Web Application Pool Identity or the Primary Site Administrator of the Central Administration Site.  Basically I added my SharePoint Admin to the SQL Server Users for the aspnet membership database, and then I was able to find my users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/comment-page-1/#comment-820</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=162#comment-820</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  :) Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adil A. Baig</title>
		<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/comment-page-1/#comment-181</link>
		<dc:creator>Adil A. Baig</dc:creator>
		<pubDate>Tue, 24 Mar 2009 08:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=162#comment-181</guid>
		<description>I am greatly impressed by your posts. I have this problem of people picker. this is the prob in brief:&lt;br /&gt;&lt;br /&gt;we initially had single server deployment with 8 web app on WSS 3.0.&lt;br /&gt;due to load, we now moved them to a new farm with 3 servers with following configuration:&lt;br /&gt;1. all having wss 3.0 SP1&lt;br /&gt;2. all patched with search server express 2008&lt;br /&gt;3. search and query bieng served by server3&lt;br /&gt;&lt;br /&gt;also not worthy here is that due to budget constraint and stuff, we dint had load balancing so we are doing context switchin with&lt;br /&gt;4 app on server1 and 4 app on server2..&lt;br /&gt;each of this app is turned off in IIS in other server and each app has own IP and DNS.&lt;br /&gt;so the NIC of each server has 4 IPs&lt;br /&gt;&lt;br /&gt;backup restore happened like a charm. the expected context swithcing happens like a charm. but now people picker goes in infinite &quot;query bieng processed&quot; and never fetches anything&lt;br /&gt;&lt;br /&gt;this problem has become a red flag as this the 4th day and i could find nothing that worked.</description>
		<content:encoded><![CDATA[<p>I am greatly impressed by your posts. I have this problem of people picker. this is the prob in brief:</p>
<p>we initially had single server deployment with 8 web app on WSS 3.0.<br />due to load, we now moved them to a new farm with 3 servers with following configuration:<br />1. all having wss 3.0 SP1<br />2. all patched with search server express 2008<br />3. search and query bieng served by server3</p>
<p>also not worthy here is that due to budget constraint and stuff, we dint had load balancing so we are doing context switchin with<br />4 app on server1 and 4 app on server2..<br />each of this app is turned off in IIS in other server and each app has own IP and DNS.<br />so the NIC of each server has 4 IPs</p>
<p>backup restore happened like a charm. the expected context swithcing happens like a charm. but now people picker goes in infinite &#8220;query bieng processed&#8221; and never fetches anything</p>
<p>this problem has become a red flag as this the 4th day and i could find nothing that worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/comment-page-1/#comment-182</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 Sep 2007 14:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=162#comment-182</guid>
		<description>Ouch. I should read better. In the last sentence you tell me to check if the user running the administration page actually has access to the membership database. Hey Presto!&lt;br /&gt;&lt;br /&gt;That did the trick. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Ouch. I should read better. In the last sentence you tell me to check if the user running the administration page actually has access to the membership database. Hey Presto!</p>
<p>That did the trick. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Copepns</title>
		<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/comment-page-1/#comment-183</link>
		<dc:creator>Wouter Copepns</dc:creator>
		<pubDate>Wed, 04 Jul 2007 08:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=162#comment-183</guid>
		<description>Hey Guys,&lt;br /&gt;&lt;br /&gt;I have the same problem, I&#039;ve already tried to do everything (now for 3 days ...) I&#039;m hopeless, hopefully someone can help me?&lt;br /&gt;&lt;br /&gt;I&#039;ve checked the Application Pool, grant al the rights to the user I&#039;m accessing the db ... &lt;br /&gt;&lt;br /&gt;The web.config files are configured right, everything is OK, only if I try to add users to the FBA-website in Sharepoint I can&#039;t find them.</description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>I have the same problem, I&#8217;ve already tried to do everything (now for 3 days &#8230;) I&#8217;m hopeless, hopefully someone can help me?</p>
<p>I&#8217;ve checked the Application Pool, grant al the rights to the user I&#8217;m accessing the db &#8230; </p>
<p>The web.config files are configured right, everything is OK, only if I try to add users to the FBA-website in Sharepoint I can&#8217;t find them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Foy</title>
		<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/comment-page-1/#comment-184</link>
		<dc:creator>Cory Foy</dc:creator>
		<pubDate>Sun, 20 May 2007 21:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=162#comment-184</guid>
		<description>Peter - contact me off-list and we can see if we can troubleshoot this. Send an email to my first name dot my last name at gmail dot com and I&#039;ll see what I can do.</description>
		<content:encoded><![CDATA[<p>Peter &#8211; contact me off-list and we can see if we can troubleshoot this. Send an email to my first name dot my last name at gmail dot com and I&#8217;ll see what I can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Brunone</title>
		<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/comment-page-1/#comment-185</link>
		<dc:creator>Peter Brunone</dc:creator>
		<pubDate>Fri, 18 May 2007 13:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=162#comment-185</guid>
		<description>Hi Cory,&lt;br /&gt;&lt;br /&gt;   Thanks for the post; we&#039;re seeing something very similar here.  However, we can&#039;t seem to get rid of the problem.  The Central Admin site seems to be running under the local machine&#039;s NETWORK SERVICE account (at least that&#039;s what the corresponding w3 process shows in Task Manager), but adding that to the members full control role in our auth db doesn&#039;t change anything.</description>
		<content:encoded><![CDATA[<p>Hi Cory,</p>
<p>   Thanks for the post; we&#8217;re seeing something very similar here.  However, we can&#8217;t seem to get rid of the problem.  The Central Admin site seems to be running under the local machine&#8217;s NETWORK SERVICE account (at least that&#8217;s what the corresponding w3 process shows in Task Manager), but adding that to the members full control role in our auth db doesn&#8217;t change anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivekthangaswamy</title>
		<link>http://blog.coryfoy.com/2007/03/no-exact-match-found-when-using-people-picker-in-moss-with-forms-authentication/comment-page-1/#comment-186</link>
		<dc:creator>vivekthangaswamy</dc:creator>
		<pubDate>Wed, 04 Apr 2007 10:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=162#comment-186</guid>
		<description>can tell me the steps to overcome that problem</description>
		<content:encoded><![CDATA[<p>can tell me the steps to overcome that problem</p>
]]></content:encoded>
	</item>
</channel>
</rss>

