<?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>Bugra Postaci&#039;s Blog</title>
	<atom:link href="http://blog.bugrapostaci.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bugrapostaci.com</link>
	<description>All my posts are provided &#34;AS IS&#34; with no warranties, and confer no rights.</description>
	<lastBuildDate>Wed, 23 May 2012 16:53:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.bugrapostaci.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bugra Postaci&#039;s Blog</title>
		<link>http://blog.bugrapostaci.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.bugrapostaci.com/osd.xml" title="Bugra Postaci&#039;s Blog" />
	<atom:link rel='hub' href='http://blog.bugrapostaci.com/?pushpress=hub'/>
		<item>
		<title>Performance issues on Sharepoint : Detect over 2000 items  for Moss2007 and over 5000 items for SPS2010 in folders</title>
		<link>http://blog.bugrapostaci.com/2012/05/23/performance-issues-on-sharepoint-detect-over-2000-items-for-moss2007-and-over-5000-items-for-sps2010-per-view/</link>
		<comments>http://blog.bugrapostaci.com/2012/05/23/performance-issues-on-sharepoint-detect-over-2000-items-for-moss2007-and-over-5000-items-for-sps2010-per-view/#comments</comments>
		<pubDate>Wed, 23 May 2012 16:41:13 +0000</pubDate>
		<dc:creator>bpostaci</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[item per view]]></category>
		<category><![CDATA[Performace]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[threshold]]></category>

		<guid isPermaLink="false">http://blog.bugrapostaci.com/?p=1224</guid>
		<description><![CDATA[Hi All, As you know a performance problem is not an easy task because it can caused by anything in your system, slow queries, swap file configuration,hardware bottlenecks, long compile times,badly coded custom applications, other services etc and etc and etc . It could be anything. In this article i am going to tell about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1224&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>As you know a performance problem is not an easy task because it can caused by anything in your system, slow queries, swap file configuration,hardware bottlenecks, long compile times,badly coded custom applications, other services etc and etc and etc . It could be anything.</p>
<p>In this article i am going to tell about just one issue to detect which can cause mostly sharepoint performance problems in other tens of thousands possibilities <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Lets have a look Sharepoint Boundries article on technet about this thresholds.<br />
<a href="http://technet.microsoft.com/en-us/library/cc262787.aspx">http://technet.microsoft.com/en-us/library/cc262787.aspx</a><br />
<a href="http://technet.microsoft.com/en-us/library/cc262787(v=office.12).aspx">http://technet.microsoft.com/en-us/library/cc262787(v=office.12).aspx</a></p>
<p>For SharePoint 2010 :</p>
<p>List view threshold: <strong>5000</strong> item per view<br />
Specifies the maximum number of list or library items that a database operation, such as a query, can process at the same time outside the daily time window set by the administrator during which queries are unrestricted.</p>
<p>For Sharepoint 2007 it is defined as <strong>2000</strong> item per view.</p>
<p>So what does this rules means. Simply i could say you have one million items in your list  but you have to limits your queries by max 2000 (5000 for sharepoint 2010) items to return becuase of performace issues it is by design of SharePoint Database Architecture. In SharePoint 2010 you can store 30,000,000 item on list and it is far far away than the item per view threshold but if you over this threshold that is a problem.</p>
<p>Then what we can do :<br />
There are so many articles that define what could you do about resolve this problem if you have a this kind of performance issues.<br />
Here some good resources:<br />
White Paper: Working with large lists in Office SharePoint<sup>®</sup> Server 2007<br />
<a href="http://office.microsoft.com/download/afile.aspx?AssetID=AM102377231033">http://office.microsoft.com/download/afile.aspx?AssetID=AM102377231033</a><br />
Designing large lists and maximizing list performance (SharePoint Server 2010)<br />
<a href="http://technet.microsoft.com/en-us/library/cc262813.aspx">http://technet.microsoft.com/en-us/library/cc262813.aspx</a><br />
<a href="http://blogs.technet.com/b/speschka/archive/2009/10/27/working-with-large-lists-in-sharepoint-2010-list-throttling.aspx">http://blogs.technet.com/b/speschka/archive/2009/10/27/working-with-large-lists-in-sharepoint-2010-list-throttling.aspx</a><br />
<a href="http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=162">http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=162</a></p>
<p>Basically you can have two options. (I am not tell how could you do that it is out of scope for this article)<br />
1) Limit any query which is send to SQL Server from Sharepoint must return lower count of results than threshold.<br />
You may do it by Sharepoint Gui or by use some code technics for your custom codes.Even if you have set the view limits or row limits in your code or SharePoint gui still some open points to query this lists by not any limitation for example Windows Explorer view or some queries which created by workflow actions or not managable 3rd party applications .<br />
So second step is folderize .<br />
2) Use the Folders . Make and keep your list content in folderize hiearchy.</p>
<p>Ok. Now i assume that you learn item per view threshold and how to fix or optimize your large lists. But imagine that you have so many lists and subsites in your site content database.How could you find these lists ?</p>
<p>Unfortunately there is not any reporting tool exists in oob. You can use Gui&#8217;s but it will take so much time. So running some sqls for report purpose will help us.<br />
<strong>By the way don&#8217;t forget that you never change any data in SharePoint Database it is not permitted and makes your system out of support.</strong></p>
<p><strong></strong>Sharepoint has use 3 active tables for most of your queries has read from them when you working ,browsing ,updateing or deleting list operations.<br />
These are AllLists , AllUserData ,AllDocs tables. Very simply AllLists tables has store your lists information, AllUserData has store your list items metadata ,and AllDocs has store that if you have attached any document for lists.</p>
<p>Fallowing Query will return us in your item counts grouped  by list</p>
<pre><span style="color:#000080;">select</span> webs.Title,webs.FullUrl, tp_Title,tp_ServerTemplate,UserDataCount,DocsCount
<span style="color:#000080;">from</span> AllLists <span style="color:#000080;">left outer join</span>
(<span style="color:#000080;">select</span> tp_ListId, COUNT(*) <span style="color:#000080;">as</span> UserDataCount <span style="color:#000080;">from</span> AllUserData
<span style="color:#000080;">group by</span> tp_ListId ) E <span style="color:#000080;">On</span> E.tp_ListId = AllLists.tp_ID
<span style="color:#000080;">left outer join</span>
(<span style="color:#000080;">select</span> ListId, COUNT(*) <span style="color:#000080;">as</span> DocsCount from dbo.Docs
<span style="color:#000080;">group</span> <span style="color:#000080;">by</span> ListId ) P <span style="color:#000080;">ON</span> AllLists.tp_ID = P.ListId
<span style="color:#000080;">left outer join</span> Webs <span style="color:#000080;">ON</span> AllLists.tp_WebId = Webs.id
<span style="color:#000080;">order by</span> DocsCount <span style="color:#000080;">desc </span>

<span style="color:#000080;">  <a href="http://bpostaci.files.wordpress.com/2012/05/full-query.png"><img class="alignnone size-full wp-image-1225" title="Full Query" src="http://bpostaci.files.wordpress.com/2012/05/full-query.png?w=630&h=132" alt="" width="630" height="132" /></a></span></pre>
<p>Title :is Web Title:<br />
FullUrl : is Web Url<br />
tp_Title : is List Title<br />
tp_ServerTemplate : is list type id . You can find list type id definition in this article<br />
<a href="http://blog.bugrapostaci.com/2010/09/22/sharepoint-list-type-numbers/">http://blog.bugrapostaci.com/2010/09/22/sharepoint-list-type-numbers/</a><br />
UserDataCount : record count of stored in AllUserData table for the list. (Deleted items not included)<br />
DocsCount : record count of stored in AllDocs table for the list (Deleted items not included)</p>
<p>As you see on the picture for the first row the list  has contains 39793 record in AllUserData and 118724 data in AllDocs tables.But it does not give us any information about folder counts .<br />
So if you run fallowing query</p>
<pre><span style="color:#000080;">select</span> tp_listid,webs.Title,webs.FullUrl, tp_Title,tp_ServerTemplate,UserDataCount,DocsCount, 
	(<span style="color:#000080;">select</span> COUNT(*) <span style="color:#000080;">from</span> (
	<span style="color:#000080;">select</span> COUNT(*) as c <span style="color:#000080;">from</span> Docs A
	<span style="color:#000080;">where</span> A.listId = AllLists.tp_ID
	<span style="color:#000080;">Group by</span> A.Dirname <span style="color:#000080;">having</span> count(*) &gt; <strong>2000</strong> ) Q) as OverLoadDocsFolders,
	(<span style="color:#000080;">select</span> COUNT(*) <span style="color:#000080;">from</span> (
	<span style="color:#000080;">select</span> COUNT(*) as c <span style="color:#000080;">from</span> UserData B
	<span style="color:#000080;">where</span> B.tp_listId = AllLists.tp_ID
	<span style="color:#000080;">Group</span> by B.tp_dirname <span style="color:#000080;">having</span> count(*) &gt; <strong>2000</strong> ) Z) as OverLoadUserDataFolders
<span style="color:#000080;">from</span> AllLists <span style="color:#000080;">left outer join</span> 
(<span style="color:#000080;">select</span> tp_ListId, COUNT(*) as UserDataCount  <span style="color:#000080;">from</span> AllUserData 
<span style="color:#000080;">group by</span> tp_ListId ) E <span style="color:#000080;">On</span> E.tp_ListId = AllLists.tp_ID
<span style="color:#000080;">left outer join</span> 
(<span style="color:#000080;">select</span> ListId, COUNT(*) as DocsCount  <span style="color:#000080;">from</span> dbo.Docs
<span style="color:#000080;">group by</span> ListId ) P <span style="color:#000080;">ON</span> AllLists.tp_ID = P.ListId
<span style="color:#000080;">left outer join</span> Webs <span style="color:#000080;">ON</span> AllLists.tp_WebId = Webs.id
<span style="color:#000080;">order by</span> DocsCount <span style="color:#000080;">desc </span></pre>
<p>You can also add fallowing expression to your SQL for just query  lists which contains over size folders<br />
where OverLoadDocsFolders &gt; 0 or OverLoadUserDataFolders &gt;0</p>
<pre><span style="color:#000080;"><a href="http://bpostaci.files.wordpress.com/2012/05/folderquery.png"><img class="alignnone size-full wp-image-1226" title="FolderQuery" src="http://bpostaci.files.wordpress.com/2012/05/folderquery.png?w=630" alt=""   /></a></span></pre>
<p>OverLoadDocsFolders : the folder count of contains over 2000 items for the list.<br />
OverLoadUserDataFolders : the folder count of contains over 2000 items for the list<br />
Which means the first and sixth record&#8217;s list are not have an over loaded folder. They are folderized well.<br />
The other lists are have at least one overloaded folders.</p>
<p>If you want to get more details about over size folders of a list you can query with fallowing SQL</p>
<p>select <span style="font-size:small;">DirName</span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">,</span></span><span style="color:#ff00ff;font-size:small;"><span style="color:#ff00ff;font-size:small;">COUNT</span></span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">(*)</span></span><span style="color:#0000ff;font-size:small;"><span style="color:#0000ff;font-size:small;">from</span></span><span style="font-size:small;"> Docs </span><span style="color:#0000ff;font-size:small;"><span style="color:#0000ff;font-size:small;">where</span></span><span style="font-size:small;"> Docs</span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">.</span></span><span style="font-size:small;">ListId</span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">=</span></span><span style="color:#ff0000;font-size:small;"><span style="color:#ff0000;font-size:small;">&#8216;&lt;List Guid Here&gt;&#8217;<br />
</span></span>group <span style="color:#0000ff;font-size:small;"><span style="color:#0000ff;font-size:small;">by</span></span><span style="font-size:small;"> docs</span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">.</span></span><span style="font-size:small;">DirName </span><span style="color:#0000ff;font-size:small;"><span style="color:#0000ff;font-size:small;">having</span></span><span style="color:#ff00ff;font-size:small;"><span style="color:#ff00ff;font-size:small;">COUNT</span></span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">(*)&gt;</span></span><span style="font-size:small;">2000</span></p>
<p>select <span style="font-size:small;">tp_DirName</span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">,</span></span><span style="color:#ff00ff;font-size:small;"><span style="color:#ff00ff;font-size:small;">COUNT</span></span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">(*)</span></span><span style="color:#0000ff;font-size:small;"><span style="color:#0000ff;font-size:small;">from</span></span><span style="font-size:small;"> UserData </span><span style="color:#0000ff;font-size:small;"><span style="color:#0000ff;font-size:small;">where</span></span><span style="font-size:small;"> tp_ListId</span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">=</span></span><span style="color:#ff0000;font-size:small;"><span style="color:#ff0000;font-size:small;">&#8216;&lt;List Guid Here&gt;&#8217;<br />
</span></span>group <span style="color:#0000ff;font-size:small;"><span style="color:#0000ff;font-size:small;">by</span></span><span style="font-size:small;"> tp_DirName </span><span style="color:#0000ff;font-size:small;"><span style="color:#0000ff;font-size:small;">having</span></span><span style="color:#ff00ff;font-size:small;"><span style="color:#ff00ff;font-size:small;">COUNT</span></span><span style="color:#808080;font-size:small;"><span style="color:#808080;font-size:small;">(*)&gt;</span></span><span style="font-size:small;">2000</span></p>
<p><span style="font-size:small;">(By the way 2000 is for MOSS 2007 if you have SharePoint 2010 you may replace all 2000 to 5000 .)<br />
</span></p>
<br />Filed under: <a href='http://blog.bugrapostaci.com/category/sharepoint/'>Sharepoint</a> Tagged: <a href='http://blog.bugrapostaci.com/tag/content/'>Content</a>, <a href='http://blog.bugrapostaci.com/tag/item-per-view/'>item per view</a>, <a href='http://blog.bugrapostaci.com/tag/performace/'>Performace</a>, <a href='http://blog.bugrapostaci.com/tag/query/'>Query</a>, <a href='http://blog.bugrapostaci.com/tag/sharepoint/'>Sharepoint</a>, <a href='http://blog.bugrapostaci.com/tag/threshold/'>threshold</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpostaci.wordpress.com/1224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpostaci.wordpress.com/1224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpostaci.wordpress.com/1224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpostaci.wordpress.com/1224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpostaci.wordpress.com/1224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpostaci.wordpress.com/1224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpostaci.wordpress.com/1224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpostaci.wordpress.com/1224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpostaci.wordpress.com/1224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpostaci.wordpress.com/1224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpostaci.wordpress.com/1224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpostaci.wordpress.com/1224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpostaci.wordpress.com/1224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpostaci.wordpress.com/1224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1224&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bugrapostaci.com/2012/05/23/performance-issues-on-sharepoint-detect-over-2000-items-for-moss2007-and-over-5000-items-for-sps2010-per-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/435cfdfbd950195dec7c3eb3629f6c91?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Postman</media:title>
		</media:content>

		<media:content url="http://bpostaci.files.wordpress.com/2012/05/full-query.png" medium="image">
			<media:title type="html">Full Query</media:title>
		</media:content>

		<media:content url="http://bpostaci.files.wordpress.com/2012/05/folderquery.png" medium="image">
			<media:title type="html">FolderQuery</media:title>
		</media:content>
	</item>
		<item>
		<title>When try to change application pool identity for a sharepoint iis site getting &#8220;keyset does not exists&#8221; error</title>
		<link>http://blog.bugrapostaci.com/2012/05/05/when-try-to-change-application-pool-identity-for-a-sharepoint-iis-site-getting-keyset-does-not-exists-error/</link>
		<comments>http://blog.bugrapostaci.com/2012/05/05/when-try-to-change-application-pool-identity-for-a-sharepoint-iis-site-getting-keyset-does-not-exists-error/#comments</comments>
		<pubDate>Sat, 05 May 2012 10:56:29 +0000</pubDate>
		<dc:creator>bpostaci</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[0x80090016]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Keyset]]></category>
		<category><![CDATA[MachineKey]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://blog.bugrapostaci.com/?p=1216</guid>
		<description><![CDATA[One day you noticed that your application pools getting stopped and when try to run again it is stopping again and after a while you suspected that the problem may be caused by identity account corruption and decided that change application pool identity or reset current identity&#8217;s password but then upps your getting fallowing error. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1216&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One day you noticed that your application pools getting stopped and when try to run again it is stopping again and after a while you suspected that the problem may be caused by identity account corruption and decided that change application pool identity or reset current identity&#8217;s password but then upps your getting fallowing error.<br />
&#8220;Keyset does not exists (Exception from HRESULT: 0&#215;80090016)</p>
<p><a href="http://bpostaci.files.wordpress.com/2012/05/keysetdoesnotexists.jpg"><img class="alignnone size-full wp-image-1217" title="keysetdoesnotexists" src="http://bpostaci.files.wordpress.com/2012/05/keysetdoesnotexists.jpg?w=630" alt=""   /></a></p>
<p>If you get this error first you have to check your MACHINE Keys.By the way i have to say the machine key not only used by IIS or your web sites. So many process can use machine keys to encrypt or decrypt secures like strings,passwords,connection strings etc. As you noticed if some how your machine keys are changed or deleted you may have a big problem if you dont have any proper backup.</p>
<p>but how could that happens ? There is so many possibility here , Malwares,Group Policies,Permission issues, User mistakes , Cleanup programs, misconfigrurations.<br />
So you may first check the fallowing<br />
<a href="http://support.microsoft.com/kb/977754">http://support.microsoft.com/kb/977754</a></p>
<p>The LOCAL SERVICE account is the service account of the IIS Web Management Service (also known as WMSvc).  This problem occurs because the LOCAL SERVICE account does not have Read access on the iisWasKey key that is located in the following folder: %ALLUSERSPROFILE%\Microsoft\Crypto\RSA\MachineKeys<br />
The following is the file name of the iisWasKey key: 76944fb33636aeddb9590521c2e8815a_<var>GUID<br />
To resolve this problem, follow these steps:</var></p>
<ol>
<li>Locate the following folder:
<div>%ALLUSERSPROFILE%\Microsoft\Crypto\RSA\MachineKeys</div>
</li>
<li>Right-click the following file, and then click <strong>Properties</strong>:
<div>76944fb33636aeddb9590521c2e8815a_<var>GUID</var></div>
</li>
<li>Click the <strong>Security</strong> tab, and then click <strong>Edit</strong>. If you are asked whether you want to continue the operation, click <strong>Continue</strong>. Then, the list of group names and user names that have access to this key file appears in the <strong>Permissions</strong> dialog box.</li>
<li>Click <strong>Add</strong>. Then, the <strong>Select Users, Computers, Service Accounts, or Groups</strong> dialog box appears.</li>
<li>Type  LOCAL SERVICE, and then click <strong>Check Names</strong>.</li>
<li>Click <strong>OK</strong>.</li>
<li>In the <strong>Group or user names</strong> list, click <strong>LOCAL SERVICE</strong>. Make sure that the <strong>Read</strong> check box is checked in the <strong>Permissions for LOCAL SERVICE</strong> list.</li>
<li>Click <strong>OK</strong>.</li>
</ol>
<p>Compare HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography MachineGuid for records in<br />
%ALLUSERSPROFILE%\Microsoft\Crypto\RSA\MachineKeys folder .</p>
<p>So what if you have missing keys:<br />
There is two option.<br />
1) Restore missing keys from newest good backup.<br />
2) I am sorry to say that but second option is Total recovery:<br />
You need to reinstall  SharePoint or IIS even may need all machine. And after do that you must reset all your sharepoint managed accounts&#8217;s password.</p>
<p>Machine Keys are important for security and always consider to save them.If you are suspecting that your machine keys stolen you may need to reset your all passwords not for sharepoint all accounts for that machine in use and dont forget machine keys not use only by IIS.</p>
<p>if you think that the issue related a permission issue you may use &#8220;<strong>Process Monitor</strong>&#8221; to find out which process can not reach your data.<br />
<a href="http://technet.microsoft.com/en-us/sysinternals/bb896645">http://technet.microsoft.com/en-us/sysinternals/bb896645</a></p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://blog.bugrapostaci.com/category/sharepoint/sharepoint-2010/'>Sharepoint 2010</a> Tagged: <a href='http://blog.bugrapostaci.com/tag/0x80090016/'>0x80090016</a>, <a href='http://blog.bugrapostaci.com/tag/identity/'>Identity</a>, <a href='http://blog.bugrapostaci.com/tag/iis/'>IIS</a>, <a href='http://blog.bugrapostaci.com/tag/keyset/'>Keyset</a>, <a href='http://blog.bugrapostaci.com/tag/machinekey/'>MachineKey</a>, <a href='http://blog.bugrapostaci.com/tag/registry/'>Registry</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpostaci.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpostaci.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpostaci.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpostaci.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpostaci.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpostaci.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpostaci.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpostaci.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpostaci.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpostaci.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpostaci.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpostaci.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpostaci.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpostaci.wordpress.com/1216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1216&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bugrapostaci.com/2012/05/05/when-try-to-change-application-pool-identity-for-a-sharepoint-iis-site-getting-keyset-does-not-exists-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/435cfdfbd950195dec7c3eb3629f6c91?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Postman</media:title>
		</media:content>

		<media:content url="http://bpostaci.files.wordpress.com/2012/05/keysetdoesnotexists.jpg" medium="image">
			<media:title type="html">keysetdoesnotexists</media:title>
		</media:content>
	</item>
		<item>
		<title>Unable to delete Search Service Application (SSA) in SharePoint 2010</title>
		<link>http://blog.bugrapostaci.com/2012/05/02/unable-to-delete-search-service-application-ssa-in-sharepoint-2010/</link>
		<comments>http://blog.bugrapostaci.com/2012/05/02/unable-to-delete-search-service-application-ssa-in-sharepoint-2010/#comments</comments>
		<pubDate>Wed, 02 May 2012 12:34:55 +0000</pubDate>
		<dc:creator>bpostaci</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Enterprize]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SPEnterpriseSearchServiceApplication]]></category>
		<category><![CDATA[SPS2010]]></category>
		<category><![CDATA[SSA]]></category>

		<guid isPermaLink="false">http://blog.bugrapostaci.com/?p=1211</guid>
		<description><![CDATA[Hello, If you have a bull headed Enterprise Search Service Application and you can not able to delete this service application by Central Administration or fallowing powershell script $ssa = Get-SPServiceApplication -name &#8220;&#60;Search Service Application  Name&#62;&#8221; Remove-SPServiceApplication $ssa The symptoms is when you attempt to  delete this service application powershell or web GUI is hanging  until timeout. So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1211&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>If you have a bull headed Enterprise Search Service Application and you can not able to delete this service application by Central Administration or fallowing powershell script<br />
$ssa = Get-SPServiceApplication -name &#8220;&lt;Search Service Application  Name&gt;&#8221;<br />
Remove-SPServiceApplication $ssa</p>
<p>The symptoms is when you attempt to  delete this service application powershell or web GUI is hanging  until timeout.</p>
<p>So you may try fallowing powershell command to force to delete:</p>
<p>1) Open the SharePoint PowerShell on the SharePoint server and run the following commands:<br />
2) Run fallowing command which will list all Enterprize search applications and their GUIDs<br />
<strong>Get-SPEnterpriseSearchServiceApplication</strong><br />
Take note of problematic service application guid<br />
3) Type fallowing command:<br />
<strong>$ssa = Get-SPEnterpriseSearchServiceApplication -id &#8220;&lt;noted guid here&gt;&#8221;<br />
$ssa.unprovision(1)<br />
</strong><br />
if the above command is successful the SSA will be deleted, if it is hung, then try fallowing:<br />
1) Open a new PowerShell:<br />
2) Run fallowing command which will list all Enterprize search applications and their GUIDs<br />
<strong>Get-SPEnterpriseSearchServiceApplication</strong><br />
Take note of problematic service application guid</p>
<p><strong>$ssa = Get-SPEnterpriseSearchServiceApplication -id &#8220;&lt;noted guid here&gt;&#8221;</strong><br />
<strong>$ssa.Delete() </strong></p>
<p>I hope this will resolve your issues.</p>
<br />Filed under: <a href='http://blog.bugrapostaci.com/category/sharepoint/sharepoint-2010/'>Sharepoint 2010</a> Tagged: <a href='http://blog.bugrapostaci.com/tag/delete/'>Delete</a>, <a href='http://blog.bugrapostaci.com/tag/enterprize/'>Enterprize</a>, <a href='http://blog.bugrapostaci.com/tag/search/'>Search</a>, <a href='http://blog.bugrapostaci.com/tag/spenterprisesearchserviceapplication/'>SPEnterpriseSearchServiceApplication</a>, <a href='http://blog.bugrapostaci.com/tag/sps2010/'>SPS2010</a>, <a href='http://blog.bugrapostaci.com/tag/ssa/'>SSA</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpostaci.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpostaci.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpostaci.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpostaci.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpostaci.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpostaci.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpostaci.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpostaci.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpostaci.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpostaci.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpostaci.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpostaci.wordpress.com/1211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpostaci.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpostaci.wordpress.com/1211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1211&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bugrapostaci.com/2012/05/02/unable-to-delete-search-service-application-ssa-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/435cfdfbd950195dec7c3eb3629f6c91?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Postman</media:title>
		</media:content>
	</item>
		<item>
		<title>CabMaker v1.0 (Command Line Tool)</title>
		<link>http://blog.bugrapostaci.com/2012/04/25/cabmaker-v1-0-command-line-tool/</link>
		<comments>http://blog.bugrapostaci.com/2012/04/25/cabmaker-v1-0-command-line-tool/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 10:57:58 +0000</pubDate>
		<dc:creator>bpostaci</dc:creator>
				<category><![CDATA[Sharepoint Tools]]></category>
		<category><![CDATA[Cabinet]]></category>
		<category><![CDATA[CabMaker]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Compress]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[wsp]]></category>

		<guid isPermaLink="false">http://blog.bugrapostaci.com/?p=1209</guid>
		<description><![CDATA[If you have ever need explore or change a file content inside of wsp file,  you already know that changing extention and rename it as &#8220;Cab&#8221; file , you can open or extract contained files by using well know compress programs like zip or rar openers. But what if after you change some file for example after fixing an element.xml [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1209&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have ever need explore or change a file content inside of wsp file,  you already know that changing extention and rename it as &#8220;Cab&#8221; file , you can open or extract contained files by using well know compress programs like zip or rar openers. But what if after you change some file for example after fixing an element.xml file , if you  need to make again a wsp , this very simple tool can help make cab(or wsp) files.</p>
<p>Usage: cabmaker &lt;source folder&gt; &lt;cab file name&gt;<br />
Examples :<br />
cabmaker c:\mySolution c:\mysolution.wsp<br />
cabmaker c:\mySolution c:\mysolution.cab</p>
<p><strong>Download:</strong><br />
For 64 bit systems:<br />
<a href="https://spstools.codeplex.com/releases/view/86657#DownloadId=371493">https://spstools.codeplex.com/releases/view/86657#DownloadId=371493</a><br />
For 32 bit systems:<br />
<a href="https://spstools.codeplex.com/releases/view/86657#DownloadId=371494">https://spstools.codeplex.com/releases/view/86657#DownloadId=371494</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://blog.bugrapostaci.com/category/sharepoint/sharepoint-tools/'>Sharepoint Tools</a> Tagged: <a href='http://blog.bugrapostaci.com/tag/cabinet/'>Cabinet</a>, <a href='http://blog.bugrapostaci.com/tag/cabmaker/'>CabMaker</a>, <a href='http://blog.bugrapostaci.com/tag/command/'>Command</a>, <a href='http://blog.bugrapostaci.com/tag/compress/'>Compress</a>, <a href='http://blog.bugrapostaci.com/tag/file/'>File</a>, <a href='http://blog.bugrapostaci.com/tag/line/'>line</a>, <a href='http://blog.bugrapostaci.com/tag/sharepoint/'>Sharepoint</a>, <a href='http://blog.bugrapostaci.com/tag/tool/'>tool</a>, <a href='http://blog.bugrapostaci.com/tag/wsp/'>wsp</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpostaci.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpostaci.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpostaci.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpostaci.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpostaci.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpostaci.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpostaci.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpostaci.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpostaci.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpostaci.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpostaci.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpostaci.wordpress.com/1209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpostaci.wordpress.com/1209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpostaci.wordpress.com/1209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1209&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bugrapostaci.com/2012/04/25/cabmaker-v1-0-command-line-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/435cfdfbd950195dec7c3eb3629f6c91?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Postman</media:title>
		</media:content>
	</item>
		<item>
		<title>Failed to create the Pages library &#8211; SharePoint 2010</title>
		<link>http://blog.bugrapostaci.com/2012/04/21/failed-to-create-the-pages-library-sharepoint-2010/</link>
		<comments>http://blog.bugrapostaci.com/2012/04/21/failed-to-create-the-pages-library-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 07:48:58 +0000</pubDate>
		<dc:creator>bpostaci</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[SPS2010]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[wfpub]]></category>

		<guid isPermaLink="false">http://blog.bugrapostaci.com/?p=1207</guid>
		<description><![CDATA[When try to create a new site ( Publishing Site ) under your site collection Event log message was: &#8216;Failed to create the &#8216;Pages&#8217; library.&#8217;. Exception was: &#8216;Microsoft.SharePoint.SPException: User cannot be found. at Microsoft.SharePoint.SPUserCollection.get_Item(String loginName) at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.LoadWorkflowBytesElevated(SPFile file, Int32 fileVer, Int32&#38; userid, DateTime&#38; lastModified) the error caused by the user who created the latest revision [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1207&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When try to create a new site ( Publishing Site ) under your site collection Event log message was: &#8216;Failed to create the &#8216;Pages&#8217; library.&#8217;.<br />
Exception was: &#8216;Microsoft.SharePoint.SPException: User cannot be found.<br />
at Microsoft.SharePoint.SPUserCollection.get_Item(String loginName)<br />
at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.LoadWorkflowBytesElevated(SPFile file, Int32 fileVer, Int32&amp; userid, DateTime&amp; lastModified)</p>
<p>the error caused by the user who created the latest revision of the workflow no longer exists in the site collection.</p>
<p>1) Download and install Sharepoint Designer 2010 if you already do not have it on your system.<br />
<a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=16573">http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=16573</a></p>
<p>2)In Sharepoint Designer, please open the root web</p>
<p>3)Go to All files &gt; _Catalogs&gt; wfpub</p>
<p>4)Check out and then Check in all Publishing Workflow configuration files:</p>
<p>5)De-activate and re-activate the publishing Feature from Site Settings</p>
<p><strong>Important: Please proceed with a <span style="text-decoration:underline;">full farm backup</span> before proceeding with this . It would also be beneficial for your users if you could implement the action plan outside of your regular business hours.<br />
</strong></p>
<br />Filed under: <a href='http://blog.bugrapostaci.com/category/sharepoint/sharepoint-2010/'>Sharepoint 2010</a> Tagged: <a href='http://blog.bugrapostaci.com/tag/feature/'>Feature</a>, <a href='http://blog.bugrapostaci.com/tag/library/'>Library</a>, <a href='http://blog.bugrapostaci.com/tag/pages/'>Pages</a>, <a href='http://blog.bugrapostaci.com/tag/publishing/'>Publishing</a>, <a href='http://blog.bugrapostaci.com/tag/sps2010/'>SPS2010</a>, <a href='http://blog.bugrapostaci.com/tag/user/'>user</a>, <a href='http://blog.bugrapostaci.com/tag/wfpub/'>wfpub</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpostaci.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpostaci.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpostaci.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpostaci.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpostaci.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpostaci.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpostaci.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpostaci.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpostaci.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpostaci.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpostaci.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpostaci.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpostaci.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpostaci.wordpress.com/1207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bugrapostaci.com&#038;blog=10439536&#038;post=1207&#038;subd=bpostaci&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bugrapostaci.com/2012/04/21/failed-to-create-the-pages-library-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/435cfdfbd950195dec7c3eb3629f6c91?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">Postman</media:title>
		</media:content>
	</item>
	</channel>
</rss>
