<?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/"
	>

<channel>
	<title>Index Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/index/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/index/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Wed, 04 Aug 2021 22:30:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>How To Fix a Degraded Search Index Partition in a SharePoint 2013 farm</title>
		<link>https://blogit.create.pt/miguelisidoro/2018/10/07/how-to-fix-a-degraded-search-index-partition-in-a-sharepoint-2013-farm/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2018/10/07/how-to-fix-a-degraded-search-index-partition-in-a-sharepoint-2013-farm/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Sun, 07 Oct 2018 19:30:30 +0000</pubDate>
				<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Index]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=7531</guid>

					<description><![CDATA[<p>Hello, Recently, a customer reported problems with Search in a SharePoint 2013 farm. Instead of showing search results, the following error was being shown: The Problem To diagnose the problem, I opened Central Administration and the Search Service Application page indicated problems with the Index Partition component in the Search Service Application Topology. To further [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2018/10/07/how-to-fix-a-degraded-search-index-partition-in-a-sharepoint-2013-farm/">How To Fix a Degraded Search Index Partition in a SharePoint 2013 farm</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello,</p>
<p>Recently, a customer reported problems with Search in a SharePoint 2013 farm. Instead of showing search results, the following error was being shown:</p>
<p><img decoding="async" class="alignnone wp-image-7536 size-full" src="https://blogit.create.pt////wp-content/uploads/2018/10/SP2013_Search_Problem.png" alt="" width="512" height="66" srcset="https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Search_Problem.png 512w, https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Search_Problem-300x39.png 300w" sizes="(max-width: 512px) 100vw, 512px" /></p>
<h1>The Problem</h1>
<p>To diagnose the problem, I opened Central Administration and the Search Service Application page indicated problems with the Index Partition component in the Search Service Application Topology.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-7537" src="https://blogit.create.pt////wp-content/uploads/2018/10/Central_Admin_Index_Partition_Degraded.png" alt="" width="1313" height="145" srcset="https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_Degraded.png 1313w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_Degraded-300x33.png 300w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_Degraded-768x85.png 768w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_Degraded-1024x113.png 1024w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_Degraded-696x77.png 696w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_Degraded-1068x118.png 1068w" sizes="(max-width: 1313px) 100vw, 1313px" /></p>
<p>To further diagnose the problem, I opened up a PowerShell window (used the option &#8220;Run As Administrator&#8221; to ensure proper permissions) and executed the following commands:</p>
<p>$ssa = Get-SPServiceApplication -Name &#8220;Search Service Application&#8221;<br />
Get-SPEnterpriseSearchStatus -SearchApplication $ssa -Detailed -Text</p>
<p>After execution, the result confirmed a problem with the Index Partition, showing the Index component with the Degraded state. According to <a href="https://docs.microsoft.com/en-us/powershell/module/sharepoint-server/get-spenterprisesearchstatus?view=sharepoint-ps" target="_blank" rel="noopener">Microsoft</a> &#8220;The reason for the degraded status is typically a transient situation related to a restart or network issues&#8221; but from my experience it is not easy to understand why this happens.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7534" src="https://blogit.create.pt////wp-content/uploads/2018/10/PowerShell_Index_Partition_Degraded.png" alt="" width="679" height="343" srcset="https://blogit.create.pt/wp-content/uploads/2018/10/PowerShell_Index_Partition_Degraded.png 679w, https://blogit.create.pt/wp-content/uploads/2018/10/PowerShell_Index_Partition_Degraded-300x152.png 300w" sizes="(max-width: 679px) 100vw, 679px" /></p>
<h1>The Solution</h1>
<p>The solution was composed by two steps:</p>
<ul>
<li>Reset the Search Index &#8211; this operation will clear all index content but will NOT delete any custom managed properties you may have created in the search service application</li>
<li>Perform a Full Crawl on Search Content Source to crawl and reindex all your content</li>
</ul>
<h2>Reset the Search Index</h2>
<p>To reset the Search Index, I went to the Reset Index page in the Search Service Application in Central Administration and clicked the <strong>&#8220;Reset Now&#8221; </strong>button.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7542" src="https://blogit.create.pt////wp-content/uploads/2018/10/SP2013_Search_Index_Reset.png" alt="" width="748" height="212" srcset="https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Search_Index_Reset.png 748w, https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Search_Index_Reset-300x85.png 300w, https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Search_Index_Reset-696x197.png 696w" sizes="(max-width: 748px) 100vw, 748px" /></p>
<p>To confirm the Index Reset, I clicked <strong>&#8220;OK&#8221;</strong> in the popup message.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7541" src="https://blogit.create.pt////wp-content/uploads/2018/10/SP2013_Search_Index_Reset_Confirmation.png" alt="" width="416" height="170" srcset="https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Search_Index_Reset_Confirmation.png 416w, https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Search_Index_Reset_Confirmation-300x123.png 300w" sizes="(max-width: 416px) 100vw, 416px" /></p>
<h2>Perform a Full Crawl on Search Content Sources</h2>
<p>After resetting the index, the search index data was deleted and to allow search results to be shown again, we need to perform a Full Crawl on all Content Sources in the farm. To do that, we must go to the Content Sources page in the Search Service Application in Central Administration and for each available Content Sources, select <strong>&#8220;Start Full Crawl&#8221;</strong>.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7550" src="https://blogit.create.pt////wp-content/uploads/2018/10/SP2013_Content_Search_Search_Full_Crawl.png" alt="" width="829" height="340" srcset="https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Content_Search_Search_Full_Crawl.png 829w, https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Content_Search_Search_Full_Crawl-300x123.png 300w, https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Content_Search_Search_Full_Crawl-768x315.png 768w, https://blogit.create.pt/wp-content/uploads/2018/10/SP2013_Content_Search_Search_Full_Crawl-696x285.png 696w" sizes="(max-width: 829px) 100vw, 829px" /></p>
<p><strong>NOTE:</strong> If you have more than one Content Source, let the Full Crawl on the previous Content Source finish before starting to Full Crawl the next Content Source.</p>
<p>After the Full Crawl on all Content Sources finished, I returned to Central Administration and the Search Service Application page to check the Search Service Application status. The page now indicates a healthy status for all Search components.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7533" src="https://blogit.create.pt////wp-content/uploads/2018/10/Central_Admin_Index_Partition_OK.png" alt="" width="1313" height="145" srcset="https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_OK.png 1313w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_OK-300x33.png 300w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_OK-768x85.png 768w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_OK-1024x113.png 1024w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_OK-696x77.png 696w, https://blogit.create.pt/wp-content/uploads/2018/10/Central_Admin_Index_Partition_OK-1068x118.png 1068w" sizes="(max-width: 1313px) 100vw, 1313px" /></p>
<p>To confirm that the problem is solved, I ran the same commands previously executed in the PowerShell window.</p>
<p>$ssa = Get-SPServiceApplication -Name &#8220;Search Service Application&#8221;<br />
Get-SPEnterpriseSearchStatus -SearchApplication $ssa -Detailed -Text</p>
<p>After execution, the result confirms that the problem with the Index Partion is solved,<br />
showing an Activate state in the Index component.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7535" src="https://blogit.create.pt////wp-content/uploads/2018/10/PowerShell_Index_Partition_OK.png" alt="" width="677" height="346" srcset="https://blogit.create.pt/wp-content/uploads/2018/10/PowerShell_Index_Partition_OK.png 677w, https://blogit.create.pt/wp-content/uploads/2018/10/PowerShell_Index_Partition_OK-300x153.png 300w" sizes="(max-width: 677px) 100vw, 677px" /></p>
<p>After the above steps, SharePoint sites started returning search results again!</p>
<h1>Related Articles</h1>
<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>This solution should be also valid for SharePoint 2016 and SharePoint 2019. If you want to know all about the new features available in the new SharePoint Server release, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>To find a solution to a search crawling issue I recently found in a SharePoint 2016 farm, click <a href="https://blogit.create.pt////miguelisidoro/2018/08/10/sharepoint-2016-problems-crawling-content-and-the-the-crawler-could-not-communicate-with-the-server-error/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank" rel="noreferrer noopener">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>SharePoint 2019 RTM was recently announced! To learn all about SharePoint 2019 and all its features, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noopener noreferrer">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated and be ready to start your move to the cloud, click <a href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click <a href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>
<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noreferrer noopener">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you are involved in a SharePoint upgrade and want to learn more about the upgrade process, click <a href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank" rel="noopener noreferrer">learning resources</a>.</p>
<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener">this article</a>.</p>
<p>If you want to know all about the latest SharePoint and Office 365 announcements from SharePoint Conference 2019, click <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>Hope this can help someone with the same problem!</p>
<p>Happy SharePointing!</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2018/10/07/how-to-fix-a-degraded-search-index-partition-in-a-sharepoint-2013-farm/">How To Fix a Degraded Search Index Partition in a SharePoint 2013 farm</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2018/10/07/how-to-fix-a-degraded-search-index-partition-in-a-sharepoint-2013-farm/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
