<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5789256108742204099</id><updated>2012-02-17T13:04:08.160-08:00</updated><category term='SharePoint 2010 Search Administration Reports Not Working'/><category term='View All Site Collections'/><category term='SQL Injection'/><category term='First blog'/><category term='SharePoint 2010 Central Admin not working after Installation'/><category term='SharePoint 2010 Search Not working'/><category term='Request Filtering'/><category term='HTTP 404 Error'/><category term='Crawl Component'/><category term='SharePoint 2010'/><category term='People Picker issue'/><category term='SharePoint 2010 Infrastructure'/><category term='People Picker Blank'/><category term='The path must point to a fixed'/><category term='Query Component'/><category term='There are no products affected by this package installed on this system + Service Pack Update error'/><category term='Search Corrupted'/><category term='MOSS+Export Spread Sheet'/><category term='SharePoint 2010 Central Administration shows HTTP 404 Error'/><category term='Search Service not able to connect to the machine that hosts the administration component'/><category term='Could not find stored procedure dbo.*'/><category term='Site Collectoins Page'/><category term='NTFS drive whose root directory exists.'/><category term='IIS Settings'/><category term='SharePoint 2010 Central Admin'/><category term='IIS Fix - HTTP Verbs'/><title type='text'>Abdul - SharePoint Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-3938845781353551548</id><published>2012-02-17T13:04:00.000-08:00</published><updated>2012-02-17T13:04:08.170-08:00</updated><title type='text'>PowerShell Scripting - SharePoint 2010 cmdlets</title><content type='html'>Hi Folks,&lt;br&gt;&lt;br&gt;Following are the some useful Powershell cmdlets for reference&lt;br&gt;&lt;br&gt;&lt;u&gt;&lt;b&gt;Script to Remove SharePoint 2010 Search Service Application&lt;/b&gt;&lt;/u&gt;&lt;br&gt;&lt;br&gt;$SearchServiceApplication = Get-SPServiceApplication |?{$_Name -eq "Search Service Application"}&lt;br&gt;Remove-SPSericeApplication -Identity $SearchServiceApplication.Id -RemoveData&lt;br&gt;&lt;br&gt;If it Still didn't work, you can you the following command&lt;br&gt;&lt;br&gt;stsadm.exe deleteconfigurationobject -id "GUID of the SearchService Application"&lt;br&gt;&lt;br&gt;To obtain the GUID of the Search Service Application From the UI Navigate to the service applications page.  Mouse-over the search application link, and observe the id in the status bar.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;u&gt;&lt;b&gt;Remove Database reference&lt;/b&gt;&lt;/u&gt;&lt;br&gt;&lt;br&gt;Get-SPDatabase | ft Name, Id&lt;br&gt;&lt;br&gt;$DatabaseToDelete = Get-SPDatabase &lt;GUID of the database to delete&gt;&lt;br&gt;$DatabaseToDelete | ft Name, Id&lt;br&gt;$DatabaseToDelete.Delete()&lt;br&gt;&lt;br&gt;Get-SPDatabase | ft Name, Id&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;u&gt;&lt;b&gt;DeleteService Applicaqtion Application pool&lt;/u&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;Get-SPServiceApplicationPool  | Select Id, Name&lt;br&gt;&lt;br&gt;$AppPoolToDelete = Get-SPServiceApplicationPool -Identity "NameOfTheServiceApplicationPool"&lt;br&gt;&lt;br&gt;Remove-SPServiceApplicationPool $AppPoolToDelete&lt;br&gt;&lt;br&gt;Get-SPServiceApplicationPool  | Select Id, Name&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-3938845781353551548?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/3938845781353551548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=3938845781353551548' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/3938845781353551548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/3938845781353551548'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2012/02/powershell-scripting-sharepoint-2010.html' title='PowerShell Scripting - SharePoint 2010 cmdlets'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-5215009184002533612</id><published>2012-02-17T10:36:00.000-08:00</published><updated>2012-02-17T10:36:25.291-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Search Corrupted'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Search Service not able to connect to the machine that hosts the administration component'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010 Search Not working'/><title type='text'>ShrarePoint Search 2010 Administration Component not responding</title><content type='html'>Hi Folks,&lt;br&gt;&lt;br&gt;I ran the following ugly error in SharePoint 2010 Search Administration  Screen today. After lot of googling, many suggested to rebuild the farm, re-run configuration wizard, re-create search application. But the error can be resolved by the Simple stsadm command&lt;br&gt;&lt;br&gt;Scenario: Search is not working, Admin Components couldn't connect and not able to view the topology&lt;br&gt;&lt;br&gt;Problem: The search service is not able to connect to the machine that hosts the administration component. verify that the administration component '########-####-####-####-###########' in search application 'search service application' is in a good state and try again. &lt;br&gt;&lt;br&gt;Resolution: Run the following stsadm command&lt;br&gt;&lt;br&gt;stsadm -o provisionservice -action start -servicename osearch14 -servicetype "Microsoft.Office.Server.Search.Administration.SearchService, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"&lt;br&gt;&lt;br&gt;do a simple iisreset /noforce&lt;br&gt;&lt;br&gt;Thats it!!! it will start working!!!&lt;br&gt;&lt;br&gt;Happy Code Fix!!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-5215009184002533612?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/5215009184002533612/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=5215009184002533612' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/5215009184002533612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/5215009184002533612'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2012/02/shrarepoint-search-2010-administration.html' title='ShrarePoint Search 2010 Administration Component not responding'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-4456173024772103560</id><published>2012-02-14T13:28:00.000-08:00</published><updated>2012-02-14T13:44:12.811-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010 Search Administration Reports Not Working'/><category scheme='http://www.blogger.com/atom/ns#' term='Could not find stored procedure dbo.*'/><title type='text'>SharePoint 2010 Search Administration Reports Not Working</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Hi Folks,&lt;br/&gt;&lt;br/&gt;Today I came across an unusual error while viewing "Administration Reports" under "Reports" section in "SharePoint 2010 Search Service Application".&lt;br/&gt;&lt;br/&gt;I clicked on Administration Reports-&amp;gt;"Search administration reports" folder-&amp;gt;Clicked on the following reports&lt;br/&gt;&lt;br/&gt;CrawlRatePerContentSource-&amp;gt; Resulted in error. Error description as "Could not find stored procedure 'dbo.Search_GetCrawlRatePerContentSource'".&lt;br/&gt;CrawlRatePerType-&amp;gt; Resulted in error. Error description as "Could not find stored procedure 'dbo.Search_GetCrawlRatePerType'".&lt;br/&gt;QueryLatency-&amp;gt; Resulted in error. Error description as "Could not find stored procedure 'dbo.Search_GetQueryLatency'".&lt;br/&gt;QueryLatencyTrend -&amp;gt; Resulted in error. Error description as "Could not find stored procedure 'dbo.Search_GetQueryLatencyTrend'".&lt;br/&gt;SharePointBackendQueryLatency -&amp;gt; Resulted in error. Error description as "Could not find stored Procedure 'dbo.Search_GetSharePointBackendQueryLatency'".&lt;br/&gt;&lt;br/&gt;I traced the query in SQL Profiler. The queries are being submitted to the SQL Server against the database "WSS_UsageApplication" and went ahead to look for the stored procedures which SharePoint was referring as missing, to my surpise the stored procedures doesn't exists.&lt;br/&gt;&lt;br/&gt;After digging around for a while, I identified there is a SharePoint Job named as "Search Health Monitoring - Trace Events" to be enabled and scheduled to get the reports and the data. Once I enabled this Job the relevant missing stored procedures are automatically created in "WSS_UsageApplication" database and reports started working :)&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Scenario:&lt;/b&gt; Unable to view SharePoint 2010 Administration Reports for Search&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Problem:&lt;/b&gt; Timer Job "Search Health Monitoring - Trace Events" not enabled&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Resolution:&lt;/b&gt; Enable the timer Job "Search Health Monitoring - Trace Events"&lt;br/&gt;&lt;br/&gt;Other relevant links: http://social.msdn.microsoft.com/Forums/is/sharepoint2010general/thread/9ff7086b-6fd1-428a-9def-229f25c4c5d5&lt;br/&gt;&lt;br/&gt;Happy Debugging!!!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-4456173024772103560?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/4456173024772103560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=4456173024772103560' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/4456173024772103560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/4456173024772103560'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2012/02/sharepoint-2010-search-administration.html' title='SharePoint 2010 Search Administration Reports Not Working'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-3039221173136682024</id><published>2012-01-26T03:27:00.000-08:00</published><updated>2012-02-14T13:44:02.923-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010 Central Admin not working after Installation'/><category scheme='http://www.blogger.com/atom/ns#' term='HTTP 404 Error'/><category scheme='http://www.blogger.com/atom/ns#' term='IIS Fix - HTTP Verbs'/><category scheme='http://www.blogger.com/atom/ns#' term='Request Filtering'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010 Central Administration shows HTTP 404 Error'/><title type='text'>SharePoint 2010 Central Administration shows HTTP 404 Error after Installation</title><content type='html'>Hello Folks,&lt;br /&gt;&lt;br /&gt;I have built lot of SharePoint Farms in my project. But came across with a new issue in IIS after the installation of first Application Server hosting Central Administration. Installation went successful oh la la!!!  but there are other worries waiting for me when I tried to access SharePoint 2010 Central Administration page.&lt;br /&gt;&lt;br /&gt;Guess what, it displayed a very simple page with a "HTTP 404 Error". I started to wonder what screwed up in the installation which caused Central Admin site to break. I quickly verified my log files all seems to be fine and cool.&lt;br /&gt;&lt;br /&gt;I turned to the basics of Web sites and IIS, leaving SharePoint concepts and shifted my attention to verify IIS settings. Again as expected IIS is the culprit and got to know something new this time called "HTTP Verbs".&lt;br /&gt;&lt;br /&gt;HTTP Verbs are the one responsible to allow or deny HTTP requests for the Web Server via Request Filtering&lt;br /&gt;&lt;br /&gt;I verified the HTTP Verbs in some of the other Farms and added the following HTTP Verbs to be processed in IIS-&gt; Request Filtering settings in my server&lt;br /&gt;&lt;br /&gt;GET&lt;br /&gt;POST&lt;br /&gt;HEAD&lt;br /&gt;CONNECT&lt;br /&gt;PUT&lt;br /&gt;DELETE&lt;br /&gt;TRACE&lt;br /&gt;OPTIONS&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Problem:&lt;/strong&gt; SharePoint Central Admin Page diplays HTTP 404 Error after Installation&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Cause:&lt;/strong&gt; HTTP Verbs are not configured to allow in IIS&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Resolution:&lt;/strong&gt; Go to the server where SharePoint Central Admin is hosted, Start -&gt; Run -&gt; Type inetmgr -&gt; Click OK -&gt; Expand Server_Name -&gt; Expand Sites -&gt; Click Web Application -&gt; Click Request Filtering under IIS on the Right -&gt; Double click "Request Filtering" -&gt; Click on HTTP Verbs-&gt;Click Allow from the top right corner and enter GET and click OK. Repeat the same steps to allow other verbs POST, HEAD, CONNECT, PUT, DELETE, TRACE, OPTIONS and Central Administration started to load properly&lt;br /&gt;&lt;br /&gt;Note: If you require, future web applications not to face this issue, then the settings has to be applied to the IIS level as well. Following are the steps to apply the same&lt;br /&gt;&lt;br /&gt;Go to the server where SharePoint Central Admin is hosted, Start -&gt; Run -&gt; Type inetmgr -&gt; Click OK -&gt; Click on Server_Name -&gt; Click Request Filtering under IIS on the Right -&gt; Double click "Request Filtering" -&gt; Click on HTTP Verbs-&gt;Click Allow from the top right corner and enter GET and click OK. Repeat the same steps to allow other verbs POST, HEAD, CONNECT, PUT, DELETE, TRACE, OPTIONS&lt;br /&gt;&lt;br /&gt;Hope this helps!!!&lt;br /&gt;&lt;br /&gt;Happy bug fixing!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-3039221173136682024?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/3039221173136682024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=3039221173136682024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/3039221173136682024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/3039221173136682024'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2012/01/sharepoint-2010-central-administration.html' title='SharePoint 2010 Central Administration shows HTTP 404 Error after Installation'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-112754204373049041</id><published>2012-01-25T03:26:00.000-08:00</published><updated>2012-01-25T04:28:56.556-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010 Central Admin'/><category scheme='http://www.blogger.com/atom/ns#' term='View All Site Collections'/><category scheme='http://www.blogger.com/atom/ns#' term='Site Collectoins Page'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Injection'/><category scheme='http://www.blogger.com/atom/ns#' term='IIS Settings'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='People Picker Blank'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010 Infrastructure'/><category scheme='http://www.blogger.com/atom/ns#' term='People Picker issue'/><title type='text'>SharePoint 2010 - People Picker displays blank page</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;Last week I came across an issue where SharePoint 2010 People Picker displayed a "Blank Page" instead of displaying the users. It was very strange as other SharePoint Pages were working fine. We have built lot of SharePoint 2010 farms before and never faced this issue, so that gave us a clue to rule out possible errors in SharePoint 2010. The other two bits which need to verify are windows firewall or IIS Settings.&lt;br /&gt;&lt;br /&gt;Windows firewall - Should not be an issue as All pages in the server accessed via same port and other pages are working fine.&lt;br /&gt;&lt;br /&gt;IIS Settings - hmm ya interesting to notice SQL Injection Settings applied on IIS Server. It was applied as part of Organization policy to block any SQL Query attacks to Databases via Query Strings. There was something bothering to proceed before confirming is SharePoint 2010 if fool proof enough to remove this settings. After googling around I found an article from MSDN which clarifies the same.&lt;br /&gt;&lt;br /&gt;http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/6b48e7ac-a393-48b4-ba24-6e56cd8b7ebc/&lt;br /&gt;&lt;br /&gt;Once we removed the SQL Injection Settings from IIS on all the Web Front Ends. People Picker started to return expected results&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Problem:&lt;/strong&gt; People Picker returns Blank Page&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Cause:&lt;/strong&gt; SQL Injection Settings applied on the IIS&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Resolution:&lt;/strong&gt; Go to all Web Servers, Start -&gt; Run -&gt; Type inetmgr -&gt; Click OK -&gt; Expand Server_Name -&gt; Expand Sites -&gt; Click Web Application -&gt; Click Request Filtering under IIS on the Right -&gt; Double click "Request Filtering" -&gt; Click on Rules -&gt; Click on Rules related to SQL Injection (name can be anything defined, most probably it will deny certain strings which has SQL Keywords in Query Strings) -&gt; Either remove the rule completely or remove the denied strings within the rule Whichever is applicable. Repeat the steps for all the Web Front Ends, This will resolve the issue.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Note:&lt;/em&gt; If you require, future web applications not to face this issue then the settings has to be applied to the IIS level as well. Follow the following steps to apply the same&lt;br /&gt;&lt;br /&gt;Go to all Web Servers, Start -&gt; Run -&gt; Type inetmgr -&gt; Click OK -&gt; Click on Server_Name -&gt; Click Request Filtering under IIS on the Right -&gt; Double click "Request Filtering" -&gt; Click on Rules -&gt; Click on Rules related to SQL Injection (name can be anything defined, most probably it will deny certain strings which has SQL Keywords in Query Strings) -&gt; Either remove the rule completely or remove the denied strings within the rule Whichever is applicable. Repeat the steps for all the Web Front Ends, This will make sure all future web applications will not face this issue.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Other Issues related:&lt;/strong&gt;&lt;br /&gt;The same issue is applicable while accessing "View All Site Collections Page" in SharePoint 2010 Central Administration Screen. SharePoint Central Admin -&gt;&lt;br /&gt;Application Management-&gt; View All Site Collections.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Precuation:&lt;/strong&gt;&lt;br /&gt;The fix is for SharePoint 2010 Out of the box pages which are confirmed from MSDN that there are no vulnerable SQL Injection attacks by the Product. However for custom solutions or custom pages deployed in SharePoint 2010, it is responsiblity of the Deployment team to review this settings for custom code and approve it to be deployed.&lt;br /&gt;&lt;br /&gt;Hope this helps!!!&lt;br /&gt;&lt;br /&gt;Happy bug fixing!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-112754204373049041?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/112754204373049041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=112754204373049041' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/112754204373049041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/112754204373049041'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2012/01/sharepoint-2010-people-picker-displays.html' title='SharePoint 2010 - People Picker displays blank page'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-4176741374678503511</id><published>2011-02-17T06:30:00.000-08:00</published><updated>2011-02-17T06:32:28.671-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Query Component'/><category scheme='http://www.blogger.com/atom/ns#' term='Crawl Component'/><category scheme='http://www.blogger.com/atom/ns#' term='NTFS drive whose root directory exists.'/><category scheme='http://www.blogger.com/atom/ns#' term='The path must point to a fixed'/><title type='text'>The path must point to a fixed, NTFS drive whose root directory exists.</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;Just wanted to share a quick fix in SharePoint 2010 Search which I faced today, this error almost took me for a toll with no help in Internet :(, finally I was able to successfully&lt;br /&gt;resolve the issue with bit of thinking and support from my colleague.&lt;br /&gt;&lt;br /&gt;Scenario: Installed SharePoint via Power shell Scripts in SharePoint 2010 Farm (3 App Servers, 3 WFE's and 1 SQL Server). Unable to create Crawl or Index components in some of the machines.&lt;br /&gt;&lt;br /&gt;Error: While creating new crawl components or Query &amp; Index partitions, SharePoint 2010 keep on prompting the message "The path must point to a fixed, NTFS drive whose root directory exists."&lt;br /&gt;Note: The error prompts while trying via Central Administration and via Powershell Scripts it hangs to activate the components&lt;br /&gt;&lt;br /&gt;Solution: Execute the following command in Power shell and wait for 15 minutes to reflect the changes&lt;br /&gt;&lt;br /&gt;Repair-SPManagedAccountDeployment&lt;br /&gt;&lt;br /&gt;Via scripting, add the following lines at the top &lt;br /&gt;&lt;br /&gt;Repair-SPManagedAccountDeployment&lt;br /&gt;sleep 900&lt;br /&gt;&lt;br /&gt;Hope this little fix will help other users to come up with a solution quickly.&lt;br /&gt;&lt;br /&gt;Following is the complete script for Crawl and Query Components&lt;br /&gt;&lt;br /&gt;Crawl Component&lt;br /&gt;&lt;br /&gt;try&lt;br /&gt; {&lt;br /&gt; $ServerName = $env:COMPUTERNAME&lt;br /&gt;&lt;br /&gt; Repair-SPManagedAccountDeployment&lt;br /&gt; sleep 900&lt;br /&gt;&lt;br /&gt; &lt;br /&gt; #Start Search Service Instance&lt;br /&gt; $searchInstance = Get-SPEnterpriseSearchServiceInstance | where {($_.server) -match $ServerName}&lt;br /&gt; if ($searchInstance.status -eq "Disabled") &lt;br /&gt; {&lt;br /&gt;  Start-SpEnterpriseSearchServiceInstance -identity $ServerName&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; ## Wait&lt;br /&gt; Write-Host -ForegroundColor Blue " - Waiting for Search Service Instance to start..." -NoNewline&lt;br /&gt; While ($searchInstance.status -ne "Online") &lt;br /&gt; {&lt;br /&gt; Write-Host -ForegroundColor Blue "." -NoNewline&lt;br /&gt; start-sleep 1&lt;br /&gt; $searchInstance = Get-SPEnterpriseSearchServiceInstance | where {($_.server) -match $ServerName}&lt;br /&gt; }&lt;br /&gt; Write-Host -BackgroundColor Blue -ForegroundColor Black " ......: Search Service Started!"&lt;br /&gt;  &lt;br /&gt; #Get Service Application&lt;br /&gt; $searchApp = Get-SPServiceApplication | ? {$_.TypeName -eq "Search Service Application"}&lt;br /&gt;&lt;br /&gt; write-host Getting Initial Crawl Topology&lt;br /&gt; # Retrieve the active topology&lt;br /&gt; $InitialCrawlTopology = $searchApp | Get-SPEnterpriseSearchCrawlTopology -Active&lt;br /&gt; $InitialCrawlTopology&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; write-host Cloning Crawl Topology&lt;br /&gt; # Clone the topology&lt;br /&gt; $CrawlTopology = $searchApp | New-SPEnterpriseSearchCrawlTopology -Clone -CrawlTopology $InitialCrawlTopology&lt;br /&gt;&lt;br /&gt; write-host Creating new crawl component&lt;br /&gt; # Create the new crawl component&lt;br /&gt; $CrawlDatabase0 = ([array]($searchApp | Get-SPEnterpriseSearchCrawlDatabase))[0]&lt;br /&gt; $CrawlComponent0 = New-SPEnterpriseSearchCrawlComponent -CrawlTopology $CrawlTopology -CrawlDatabase $CrawlDatabase0 -SearchServiceInstance $searchInstance -IndexLocation $CrawlComponents&lt;br /&gt; $CrawlComponent1 = New-SPEnterpriseSearchCrawlComponent -CrawlTopology $CrawlTopology -CrawlDatabase $CrawlDatabase0 -SearchServiceInstance $searchInstance -IndexLocation $CrawlComponents&lt;br /&gt;&lt;br /&gt; write-host Activating new crawl topology&lt;br /&gt; # Activate the new crawl topology&lt;br /&gt; $CrawlTopology | Set-SPEnterpriseSearchCrawlTopology -Active&lt;br /&gt; Write-Host -ForegroundColor white Waiting for the old crawl topology to become inactive&lt;br /&gt; do {write-host -NoNewline .;Start-Sleep 10;} while ($InitialCrawlTopology.State -ne "Inactive")&lt;br /&gt;&lt;br /&gt; sleep 900&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; write-host Deleting Crawl Topology&lt;br /&gt; # Delete the old crawl topology&lt;br /&gt; $InitialCrawlTopology | Remove-SPEnterpriseSearchCrawlTopology&lt;br /&gt; &lt;br /&gt; sleep 100&lt;br /&gt;&lt;br /&gt; }&lt;br /&gt;catch&lt;br /&gt; {&lt;br /&gt;  Write-Output $_&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;Query Component&lt;br /&gt;&lt;br /&gt;try&lt;br /&gt; {&lt;br /&gt;  $ServerName = $env:COMPUTERNAME&lt;br /&gt;&lt;br /&gt;  Repair-SPManagedAccountDeployment&lt;br /&gt;  sleep 900&lt;br /&gt;&lt;br /&gt;  #Start Search Service Instance&lt;br /&gt;  $searchInstance = Get-SPEnterpriseSearchServiceInstance | where {($_.server) -match $ServerName}&lt;br /&gt;  if ($searchInstance.status -eq "Disabled") &lt;br /&gt;  {&lt;br /&gt;   Start-SpEnterpriseSearchServiceInstance -identity $ServerName&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  ## Wait&lt;br /&gt;  Write-Host -ForegroundColor Blue " - Waiting for Search Service Instance to start" -NoNewline&lt;br /&gt;  While ($searchInstance.status -ne "Online") &lt;br /&gt;  {&lt;br /&gt;   Write-Host -ForegroundColor Blue "." -NoNewline&lt;br /&gt;   start-sleep 1&lt;br /&gt;   $searchInstance = Get-SPEnterpriseSearchServiceInstance | where {($_.server) -match $ServerName}&lt;br /&gt;  }&lt;br /&gt;  Write-Host -BackgroundColor Blue -ForegroundColor Black " ......Started!"&lt;br /&gt;&lt;br /&gt;  $searchApp = Get-SPServiceApplication | ? {$_.TypeName -eq "Search Service Application"}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  write-host Retrieving Active Topology&lt;br /&gt;  # Retrieve the Active Query Topology&lt;br /&gt;  $InitialQueryTopology = $searchApp | Get-SPEnterpriseSearchQueryTopology -Active&lt;br /&gt;  $InitialQueryTopology&lt;br /&gt;&lt;br /&gt;  write-host Cloning Query Topology&lt;br /&gt;  # Create New topology&lt;br /&gt;  $QueryTopology = $searchApp | New-SPEnterpriseSearchQueryTopology -Partitions 2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  write-host Adding Query Components&lt;br /&gt;  $IndexPartition0 = ([array](Get-SPEnterpriseSearchIndexPartition -QueryTopology $QueryTopology))[0]&lt;br /&gt;  $QueryComponent0 = New-SPEnterpriseSearchQuerycomponent -QueryTopology $QueryTopology -IndexPartition $IndexPartition0 -SearchServiceInstance $searchInstance -IndexLocation $QueryComponents&lt;br /&gt;&lt;br /&gt;  $IndexPartition1 = ([array](Get-SPEnterpriseSearchIndexPartition -QueryTopology $QueryTopology))[1]&lt;br /&gt;  $QueryComponent1 = New-SPEnterpriseSearchQuerycomponent -QueryTopology $QueryTopology -IndexPartition $IndexPartition1 -SearchServiceInstance $searchInstance -IndexLocation $QueryComponents&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  # Reuse the existing property database&lt;br /&gt;  $PropertyDatabase0 = ([array]($searchApp | Get-SPEnterpriseSearchPropertyDatabase))[0] &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  # Assign three index partitions to the property database&lt;br /&gt;  $IndexPartition0 | Set-SPEnterpriseSearchIndexPartition -PropertyDatabase $PropertyDatabase0&lt;br /&gt;  $IndexPartition1 | Set-SPEnterpriseSearchIndexPartition -PropertyDatabase $PropertyDatabase0&lt;br /&gt;&lt;br /&gt;  write-host Activating new query topology&lt;br /&gt;  # Activate the new query topology&lt;br /&gt;  $QueryTopology | Set-SPEnterpriseSearchQueryTopology -Active&lt;br /&gt;  Write-Host -ForegroundColor white Waiting for the old query topology to become inactive&lt;br /&gt;  do {write-host -NoNewline .;Start-Sleep 10;} while ($InitialQueryTopology.State -ne "Inactive")&lt;br /&gt;&lt;br /&gt;  sleep 900&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  write-host Deleting old query topology&lt;br /&gt;  # Delete the old query topology&lt;br /&gt;  $InitialQueryTopology | Remove-SPEnterpriseSearchQueryTopology&lt;br /&gt;&lt;br /&gt; }&lt;br /&gt;catch&lt;br /&gt; {&lt;br /&gt;  Write-Output $_&lt;br /&gt; }&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-4176741374678503511?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/4176741374678503511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=4176741374678503511' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/4176741374678503511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/4176741374678503511'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2011/02/path-must-point-to-fixed-ntfs-drive.html' title='The path must point to a fixed, NTFS drive whose root directory exists.'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-832592754194390256</id><published>2008-11-09T04:54:00.000-08:00</published><updated>2008-11-09T06:01:53.741-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS+Export Spread Sheet'/><title type='text'>Export spread sheet option in MOSS 2007</title><content type='html'>Hi all,&lt;br /&gt;Last week i had a small requirement in my project, where i need to enable "Export spread sheet" to Sharepoint Viewers group(Usually users in Viewers group will not have access to use "Export to spread sheet" option) of the sharepoint site.&lt;br /&gt;To accomplish this, I have decided to create a simple web part page where in i will drag and drop the list in the web part page and add another Content Editor Web part. &lt;br /&gt;Now, Modify the content editor webpart to create the html link with the following url.&lt;br /&gt;&lt;br /&gt;http://servername/Sitename/([Subsitename]/)_vti_bin/owssvr.dll?CS=109&amp;Using=_layouts/query.iqy&amp;List=[ListGUID]&amp;View=[ViewGUID]&amp;CacheControl=1&lt;br /&gt;&lt;br /&gt;Save the changes, your job is done :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-832592754194390256?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/832592754194390256/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=832592754194390256' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/832592754194390256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/832592754194390256'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2008/11/export-spread-sheet-option-in-moss-2007.html' title='Export spread sheet option in MOSS 2007'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-3959480486070296164</id><published>2008-11-09T04:42:00.000-08:00</published><updated>2008-11-11T03:15:51.102-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='There are no products affected by this package installed on this system + Service Pack Update error'/><title type='text'>WSS/MOSS + There are no products affected by this package installed on this system</title><content type='html'>Hey guys,&lt;br /&gt;If any of you recieve an error "There are no products affected by this package installed on this system" while installing MOSS/WSS updates. Make sure you have downloaded the appropriate windows version update from Microsoft site.&lt;br /&gt;Eg: I was getting the error "There are no products affected by this package installed on this system" when I tried to install wssv3sp1-kb936988-x&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;64&lt;/strong&gt;&lt;/span&gt;-fullfile-en-us.exe, instead i have to download and install wssv3sp1-kb936988-x&lt;span style="color:#009900;"&gt;&lt;strong&gt;86&lt;/strong&gt;&lt;/span&gt;-fullfile-en-us.exe for my system configuration..&lt;br /&gt;Hope this helps&lt;br /&gt;Happy programming :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-3959480486070296164?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/3959480486070296164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=3959480486070296164' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/3959480486070296164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/3959480486070296164'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2008/11/there-are-no-products-affected-by-this.html' title='WSS/MOSS + There are no products affected by this package installed on this system'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5789256108742204099.post-3162361146624912751</id><published>2008-10-27T02:55:00.000-07:00</published><updated>2008-10-27T02:58:48.463-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='First blog'/><title type='text'>Ready-&gt;Study-Go</title><content type='html'>Hi all,&lt;br /&gt;This is the first blog of my life. I was inspired to blog from some of my colleagues and online friends, especially i am very much motivated by Shahil Malik's blog on sharepoint technical reference. I will try to post as much technical references related to sharepoint in the near future. Your comments and feedbacks are always welcome :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5789256108742204099-3162361146624912751?l=abdul-sharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://abdul-sharepoint.blogspot.com/feeds/3162361146624912751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5789256108742204099&amp;postID=3162361146624912751' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/3162361146624912751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5789256108742204099/posts/default/3162361146624912751'/><link rel='alternate' type='text/html' href='http://abdul-sharepoint.blogspot.com/2008/10/ready-study-go.html' title='Ready-&gt;Study-Go'/><author><name>Abdul</name><uri>http://www.blogger.com/profile/02704840007084699649</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://4.bp.blogspot.com/-ApM3d3jXL5c/Tx_4ETR5_WI/AAAAAAAAEIg/uXRBkhNzlmc/s220/DSC_0232.JPG'/></author><thr:total>0</thr:total></entry></feed>
