Issue Solved: Missing Fast Search Center Template

Today we encounter an issue related to the "Fast Search" missing template.

When we creating the site collection by going into the central admin and select the "Fast Search" template the default the "Fast Search Template" feature activated and this template is available for all the sub sites  as well. The problem comes when we creating the site collection other than this template like "teamsite" template. The "Fast Search Template" feature is deactivated by default. So
we unable to find the search template under this site collection, for that we would req. to activate this feature manually.

So we need to run the following Power shell.

$site = Get-SPSite -Identity http://Sp2010/sites/Search
$site.Features.Add("5EAC763D-FBF5-4d6f-A76B-EDED7DD7B0A5")


Comments

Popular posts from this blog

SharePoint RPC Protocols Examples Using OWSSVR.DLL

Types of Features in SharePoint 2013

STS CryptographicException Error : Key set does not exist