<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sunil Repale's Weblog</title>
	<atom:link href="http://sunilrepale.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunilrepale.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 06 Feb 2009 16:59:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sunilrepale.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sunil Repale's Weblog</title>
		<link>http://sunilrepale.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sunilrepale.wordpress.com/osd.xml" title="Sunil Repale&#039;s Weblog" />
	<atom:link rel='hub' href='http://sunilrepale.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Alerts doesnot work for the changes done</title>
		<link>http://sunilrepale.wordpress.com/2009/02/06/alerts-doesnot-work-for-the-changes-done/</link>
		<comments>http://sunilrepale.wordpress.com/2009/02/06/alerts-doesnot-work-for-the-changes-done/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:59:50 +0000</pubDate>
		<dc:creator>sunilrepale</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunilrepale.wordpress.com/?p=17</guid>
		<description><![CDATA[SYMPTOMS: Users do not recieve alerts for changes made to items although “Immediate alerts” are enabled in the site collection.   POSSIBLE CAUSES: • The EventData and ACL columns in the SQL Content Database are not written correctly for this specific content database. • The record is not processed by the timer service job correctly for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=17&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="snap_preview">
<div><strong>SYMPTOMS:</strong><br />
Users do not recieve alerts for changes made to items although <strong>“Immediate alerts”</strong> are enabled in the site collection.</div>
<div> </div>
<div><strong>POSSIBLE CAUSES:</strong></div>
<div>• The EventData and ACL columns in the SQL Content Database are not written correctly for this specific content database.<br />
• The record is not processed by the timer service job correctly for this specific content database.<br />
• The record is processed correctly. However, the email delivery mechanism is not working fine. For example, the alert templates fail to be picked up by the SharePoint Timer Service.<br />
• Email server is not working.</div>
<div> </div>
<div><strong>RESOLUTION:<br />
</strong>• Open Central Administration</div>
<div>• Click on Operations and then Timer Job Status</div>
<div>• Made sure the two jobs <strong>“Change Log “</strong> and <strong>“Immediate Alerts”</strong> were showing “Success” and 100%<br />
• Open the command window and navigate to <strong>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&gt;</strong> and run the following command: <strong>stsadm -o getproperty -url &lt;</strong><a href="http://siteurl/"><strong><span style="color:#004276;">http://siteurl</span></strong></a><strong>&gt; -pn alerts-enabled</strong><br />
• The expected output is <strong>&lt;Property Exist=”Yes” Value=”yes” /&gt;</strong></div>
<div>• Make sure the account running the SharePoint Timer Service is the account which has the administrator Full Control permission over the site and the full permission<br />
on the content database.</div>
<div>• Restart the <strong>SharePoint Timer Service</strong>.</div>
<div>• In content database verify the EventData and ACL are not NULL for the specific content database. This seems to be the key to the problem sometimes.</div>
<div>• Check for the following: <strong>C:\Program Files\Common Files\Microsoft Shared\web server<br />
extensions\12\BIN&gt;stsadm.exe -o getproperty -url &lt;</strong><a href="http://siteurl/"><strong><span style="color:#004276;">http://siteurl</span></strong></a><strong>&gt; -pn job-immediate-alerts</strong></div>
<div>• Expected result is Property Exist=”No” for that specific site</div>
<div>• Use the following command to reset the schedule<br />
<strong>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&gt;stsadm -o setproperty -url &lt;</strong><a href="http://siteurl/"><strong><span style="color:#004276;">http://siteurl</span></strong></a><strong>&gt; -pn job-immediate-alerts -pv “every 5 minutes between 0 and 59″</strong></div>
<div><strong></strong> </div>
<div><strong>ADDITIONAL INFORMATION:<br />
</strong>The internal working mechanism of how an alert works in Windows Sharepoint Services 3.0:<br />
• The EventCache table records the SQL level events as they occur and the EventData and ACL columns are not NULL for an alert event.<br />
• There is an alerts timer job that runs periodically to process the records in the EventCache. After the alerts timer job runs, it nulls out the EventData and ACL columns.<br />
• It will log an event into the EventLog table.</div>
<div> </div>
<div><strong>MORE TROUBLESHOOTING STEPS:</strong><br />
• Open SQL Query Analyzer and connect to the content database of concerned site.<br />
• Run the following query in SQL and copy the result out: <strong>Select * from timerlock<br />
</strong>If the issue persists, collect the following information:<br />
• Run the following query against the content database of concerned site: <strong>Select * from eventcache where EventData is not null</strong><br />
This will show all the subscriptions which have not been processed yet. We can see if there are some alerts which are not processed.</div>
<div>• Run the following query: <strong>Select * from eventlog where ListID = ‘xxx’. </strong>This would give you the ListID from the EventCache table by running <strong>Select * from EventCache </strong>and check the documents which correspond to the<br />
concerned listor document library.</div>
<div>• If you cannot find any record in the step 1, please perform the following tests: Get a filemon trace on the Sharepoint server and see if the Timer service picks up the alert template during the whole process.</div>
<div> </div>
<div><strong>How to collect the filemon trace:</strong><br />
• Create a new item in the list or document library where the alerts should work and start <strong>Filemon</strong></div>
<div>•  Run the following query: <strong>Select * from eventcache order by EventTime DESC</strong><br />
• Check if the latest result is the one corresponds to your uploaded document. Make sure the EventData and ACL columns are not NULL.<br />
•  After some time, check the EventCache table again to see if the EventData and ACL columns are NULL.<br />
•  If yes, stop Filemon after the EventData and ACL columns are NULL.</div>
<div>•  Analyze the Filemon trace for more information</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunilrepale.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunilrepale.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunilrepale.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunilrepale.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sunilrepale.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sunilrepale.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sunilrepale.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sunilrepale.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunilrepale.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunilrepale.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunilrepale.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunilrepale.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunilrepale.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunilrepale.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=17&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sunilrepale.wordpress.com/2009/02/06/alerts-doesnot-work-for-the-changes-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dcd4d666d499f0cc8f552b2bd55d2fcd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sunilrepale</media:title>
		</media:content>
	</item>
		<item>
		<title>search doenot work with anonymous access</title>
		<link>http://sunilrepale.wordpress.com/2009/02/06/search-doenot-work-with-anonymous-access/</link>
		<comments>http://sunilrepale.wordpress.com/2009/02/06/search-doenot-work-with-anonymous-access/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 01:53:05 +0000</pubDate>
		<dc:creator>sunilrepale</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunilrepale.wordpress.com/?p=15</guid>
		<description><![CDATA[CAUSE: This is a default behavior seen in SharePoint that anonymous users do not get search results.  Security trimming prevents anonymous users from seeing items in search by default. RESOLUTION: Enable “Always index all ASPX pages on this site” on the site collection. Perform the following steps: • Open the SharePoint Site • Click on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=15&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="snap_preview">
<p><strong>CAUSE:</strong><br />
This is a default behavior seen in SharePoint that anonymous users do not get search results.  <strong>Security trimming </strong>prevents anonymous users from seeing items in search by default.</p>
<p><strong>RESOLUTION:</strong><br />
Enable <strong>“Always index all ASPX pages on this site”</strong> on the site collection.</p>
<p><strong>Perform the following steps:</strong><br />
• Open the SharePoint Site<br />
• Click on <strong>Site Actions, Site Settings and Modify Site Settings</strong><br />
• Click on <strong>Search Visibility</strong><br />
• Select the option that says <strong>“Always index all ASPX pages on this site”</strong><br />
• Perform a <strong>full crawl </strong>again<br />
• Log into the site anonymously and perform search and you should get search results now</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunilrepale.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunilrepale.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunilrepale.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunilrepale.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sunilrepale.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sunilrepale.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sunilrepale.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sunilrepale.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunilrepale.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunilrepale.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunilrepale.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunilrepale.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunilrepale.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunilrepale.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=15&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sunilrepale.wordpress.com/2009/02/06/search-doenot-work-with-anonymous-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dcd4d666d499f0cc8f552b2bd55d2fcd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sunilrepale</media:title>
		</media:content>
	</item>
		<item>
		<title>Unable to Delete Shared Services</title>
		<link>http://sunilrepale.wordpress.com/2009/02/06/unable-to-delete-shared-services/</link>
		<comments>http://sunilrepale.wordpress.com/2009/02/06/unable-to-delete-shared-services/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 01:51:07 +0000</pubDate>
		<dc:creator>sunilrepale</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunilrepale.wordpress.com/?p=12</guid>
		<description><![CDATA[DESCRIPTION: Unable to Delete Shared Services when it’s database is deleted from SQL server. SYMPTOMS: Unable to delete Shared Services. There are still some objects which are dependent on configuration database and on project serve, due to which users are unable to delete SSP. Manually deleting of SSP using stsadm -o deletessp -title “ssp_name” command also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=12&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="snap_preview">
<p><strong>DESCRIPTION:</strong> Unable to Delete Shared Services when it’s database is deleted from SQL server.</p>
<div class="post-body entry-content">
<p><strong></strong></p>
<p><strong>SYMPTOMS:</strong> Unable to delete Shared Services. There are still some objects which are dependent on configuration database and on project serve, due to which users are unable to delete SSP. Manually deleting of SSP using <em><strong>s</strong></em><strong>tsadm -o deletessp -title “ssp_name”</strong><em> </em>command also shows same error.</p>
<p><strong></strong><strong>ERROR MESSAGE:</strong> <em>“An object in the SharePoint administrative framework, “SharedResourceProvider Name=SSP Parent=SPFarm Name=MOSS”, could not be deleted because other objects depend on it. Update all of these dependants to point to null or different objects and retry this operation. The dependant objects are as follows: ProjectPSISharedApplicationTimerJob Name=Project Server Synchronizing Job for ‘SSP’ Parent=ProjectApplicationService Name=ProjectApplicationService”</em></p>
<p><strong>RESOLUTION: ° </strong>Identify the GUID for the problem SSP. ° Use <strong>STSADM -o deleteconfigurationobject -id “id retrieved from object table”</strong> to remove these items from the configuration database.</p>
<p>Use the following procedure to identify the Shared Services GUID:</p>
<p>Login to SQL server. ° Open SQL Management Studio and expend Databases. ° Expand Configuration Database &amp; Tables. ° Opened table for dbo.object. ° Executed following query in query analyzer:  <strong>SELECT * FROM [MOSS_CFG_CA_01].[dbo].[Objects]where name like ‘Name of the Shared Services’. ° </strong>Copy the ID of object referenced in objects table of configuration database. ° Open command prompt and changed directory to <strong>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&gt;</strong> and executed following command to delete the Shared Services using the ID which was copied: <strong>Stsadm -o deleteconfigurationobject -id “id retrieved from object table”</strong><br />
<strong></strong></p>
<p><strong>Shared Services should be deleted from the Cenral Administration.</strong></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunilrepale.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunilrepale.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunilrepale.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunilrepale.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sunilrepale.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sunilrepale.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sunilrepale.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sunilrepale.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunilrepale.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunilrepale.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunilrepale.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunilrepale.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunilrepale.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunilrepale.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=12&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sunilrepale.wordpress.com/2009/02/06/unable-to-delete-shared-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dcd4d666d499f0cc8f552b2bd55d2fcd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sunilrepale</media:title>
		</media:content>
	</item>
		<item>
		<title>People picker: Stsadm property (Office SharePoint Server)</title>
		<link>http://sunilrepale.wordpress.com/2008/09/08/people-picker-stsadm-property-office-sharepoint-server/</link>
		<comments>http://sunilrepale.wordpress.com/2008/09/08/people-picker-stsadm-property-office-sharepoint-server/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:30:19 +0000</pubDate>
		<dc:creator>sunilrepale</dc:creator>
				<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://sunilrepale.wordpress.com/?p=3</guid>
		<description><![CDATA[stsadm -o setproperty -propertyname peoplepicker-searchadforests    -propertyvalue &#60;valid list of forests or domains&#62;    [-url] &#60;URL&#62; The syntax for the getproperty operation is: stsadm -o getproperty  propertyname peoplepicker-searchadforests    [-url] &#60;URL&#62;   You can substitute -pn for -propertyname and -pv for -propertyvalue.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=3&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1 class="heading"><strong>stsadm -o setproperty </strong><strong>-propertyname peoplepicker-searchadforests </strong></h1>
<div id="sectionSection0" class="seeAlsoNoToggleSection">
<p><strong>   -propertyvalue </strong><em>&lt;valid list of forests or domains&gt; </em><strong>   [-url] </strong><em>&lt;URL&gt;</em></p>
<p>The syntax for the <strong>getproperty</strong> operation is:</p>
<p><strong>stsadm -o getproperty </strong><strong> propertyname peoplepicker-searchadforests </strong><strong>   [-url] </strong><em>&lt;URL&gt;</em></p>
<div class="alert">
<table border="0" width="100%">
<tbody>
<tr>
<th align="left"> </th>
</tr>
<tr>
<td>You can substitute <strong>-pn</strong> for <strong>-propertyname</strong> and <strong>-pv</strong> for <strong>-propertyvalue</strong>.</td>
</tr>
</tbody>
</table>
</div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunilrepale.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunilrepale.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunilrepale.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunilrepale.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunilrepale.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunilrepale.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sunilrepale.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sunilrepale.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sunilrepale.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sunilrepale.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunilrepale.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunilrepale.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunilrepale.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunilrepale.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunilrepale.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunilrepale.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=3&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sunilrepale.wordpress.com/2008/09/08/people-picker-stsadm-property-office-sharepoint-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dcd4d666d499f0cc8f552b2bd55d2fcd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sunilrepale</media:title>
		</media:content>
	</item>
		<item>
		<title>Search results for person objects in</title>
		<link>http://sunilrepale.wordpress.com/2008/09/08/search-results-for-person-objects-in/</link>
		<comments>http://sunilrepale.wordpress.com/2008/09/08/search-results-for-person-objects-in/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:23:07 +0000</pubDate>
		<dc:creator>sunilrepale</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[MOSS are not returning correct URL]]></category>

		<guid isPermaLink="false">http://sunilrepale.wordpress.com/?p=7</guid>
		<description><![CDATA[In the User Profile Properties, the Index check box has been cleared for the Id Property. (SSP admin site&#8211;&#62;User profile and properties&#8211;&#62;View Profile properties, click on the Edit button for the ID property) solution Browse to SSP admin site&#8211;&#62;User profile and properties&#8211;&#62;View Profile properties, click on the Edit button for the ID property and select [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=7&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the User Profile Properties, the Index check box has been cleared for the Id Property.<br />
(SSP admin site&#8211;&gt;User profile and properties&#8211;&gt;View Profile properties, click on the Edit button for the ID property)</p>
<p>solution</p>
<p>Browse to SSP admin site&#8211;&gt;User profile and properties&#8211;&gt;View Profile properties, click on the Edit button for the ID property and select &#8216;Indexed&#8217;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunilrepale.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunilrepale.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunilrepale.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunilrepale.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunilrepale.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunilrepale.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sunilrepale.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sunilrepale.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sunilrepale.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sunilrepale.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunilrepale.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunilrepale.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunilrepale.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunilrepale.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunilrepale.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunilrepale.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=7&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sunilrepale.wordpress.com/2008/09/08/search-results-for-person-objects-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dcd4d666d499f0cc8f552b2bd55d2fcd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sunilrepale</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://sunilrepale.wordpress.com/2008/09/08/6/</link>
		<comments>http://sunilrepale.wordpress.com/2008/09/08/6/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 17:12:20 +0000</pubDate>
		<dc:creator>sunilrepale</dc:creator>
				<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://sunilrepale.wordpress.com/2008/09/08/6/</guid>
		<description><![CDATA[Specify user account and password from a one way trust To specify the user name and password from a one-way trust, so that People Picker can look up this information, use the following syntax: stsadm -o setproperty -url http://&#60;server:port&#62; -pn peoplepicker-searchadforests -pv &#8220;forest:contoso.corp.com;domain:bar.contoso.corp.com&#8221;, &#60;LoginName&#62;, &#60;Password&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=6&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 class="subHeading">Specify user account and password from a one way trust</h3>
<div class="subSection">
<p>To specify the user name and password from a one-way trust, so that People Picker can look up this information, use the following syntax:</p>
<p><strong>stsadm -o setproperty -url http://&lt;server:port&gt; -pn peoplepicker-searchadforests -pv &#8220;forest:contoso.corp.com;domain:bar.contoso.corp.com&#8221;, &lt;LoginName&gt;, &lt;Password</strong>&gt;</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunilrepale.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunilrepale.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunilrepale.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunilrepale.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunilrepale.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunilrepale.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sunilrepale.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sunilrepale.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sunilrepale.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sunilrepale.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunilrepale.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunilrepale.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunilrepale.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunilrepale.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunilrepale.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunilrepale.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=6&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sunilrepale.wordpress.com/2008/09/08/6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dcd4d666d499f0cc8f552b2bd55d2fcd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sunilrepale</media:title>
		</media:content>
	</item>
		<item>
		<title>peoplepicker</title>
		<link>http://sunilrepale.wordpress.com/2008/09/08/peoplepicker/</link>
		<comments>http://sunilrepale.wordpress.com/2008/09/08/peoplepicker/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 17:11:19 +0000</pubDate>
		<dc:creator>sunilrepale</dc:creator>
				<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://sunilrepale.wordpress.com/?p=4</guid>
		<description><![CDATA[The syntax for the setproperty operation is: stsadm -o setproperty    -propertyname peoplepicker-searchadforests -propertyvalue &#60;valid list of forests or domains&#62; [-url] &#60;URL&#62; The syntax for the getproperty operation is: stsadm -o getproperty propertyname peoplepicker-searchadforests [-url] &#60;URL&#62; Note:  You can substitute -pn for -propertyname and -pv for -propertyvalue.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=4&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The syntax for the setproperty operation is:</p>
<p>stsadm -o setproperty</p>
<p>   -propertyname peoplepicker-searchadforests -propertyvalue &lt;valid list of forests or domains&gt; [-url] &lt;URL&gt;<br />
The syntax for the getproperty operation is:</p>
<p>stsadm -o getproperty propertyname peoplepicker-searchadforests [-url] &lt;URL&gt;</p>
<p>Note: <br />
You can substitute -pn for -propertyname and -pv for -propertyvalue.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunilrepale.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunilrepale.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunilrepale.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunilrepale.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunilrepale.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunilrepale.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sunilrepale.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sunilrepale.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sunilrepale.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sunilrepale.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunilrepale.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunilrepale.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunilrepale.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunilrepale.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunilrepale.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunilrepale.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=4&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sunilrepale.wordpress.com/2008/09/08/peoplepicker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dcd4d666d499f0cc8f552b2bd55d2fcd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sunilrepale</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://sunilrepale.wordpress.com/2008/08/21/hello-world/</link>
		<comments>http://sunilrepale.wordpress.com/2008/08/21/hello-world/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 21:36:32 +0000</pubDate>
		<dc:creator>sunilrepale</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=1&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunilrepale.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunilrepale.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunilrepale.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunilrepale.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunilrepale.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunilrepale.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sunilrepale.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sunilrepale.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sunilrepale.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sunilrepale.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunilrepale.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunilrepale.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunilrepale.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunilrepale.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunilrepale.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunilrepale.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunilrepale.wordpress.com&amp;blog=4578034&amp;post=1&amp;subd=sunilrepale&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sunilrepale.wordpress.com/2008/08/21/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dcd4d666d499f0cc8f552b2bd55d2fcd?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sunilrepale</media:title>
		</media:content>
	</item>
	</channel>
</rss>
