How to fix “SearchAdministration.aspx webpage cannot be found. 404”

Posted by ybbest on YBBest See other posts from YBBest or by ybbest
Published on Tue, 17 Apr 2012 01:36:18 +0000 Indexed on 2012/05/30 17:03 UTC
Read the original article Hit count: 2100

Problems:

One of my colleague is having a wired issue today with Search Service Application in SharePoint2010.After he created the Search Service Application, he could not browse to the Search Administration (http://ybbest:5555/searchadministration.aspx?appid=6508b5cc-e19a-4bdc-89b3-05d984999e3c) ,he got 404 page not found every time he browse to the page.

Analysis

After some basic trouble-shooting, it turns out we can browse to any other page in the search application ,e.g. Manage Content Sources(/_admin/search/listcontentsources.aspx) or Manage Crawl Rules(/_admin/search/managecrawlrules.aspx).After some more research , we think some of the web parts in the Search Administration page might cause the problem.

Solution

You need to activate a hidden feature using

#Enable-SPFeature SearchAdminWebParts -url <central admin URL>
Enable-SPFeature SearchAdminWebParts -url http://ybbest:5555

If the feature is already enabled, you need to disable the feature first and then enable it.

Disable-SPFeature SearchAdminWebParts -url http://ybbest:5555
Enable-SPFeature SearchAdminWebParts -url http://ybbest:5555

References:

MSDN Forum


© YBBest or respective owner

Related posts about search

Related posts about Search Administration page cannot open in sharepoint 2010