Hi,
I am trying to creating host named site collections. The publishing site is up and fine, and for authoring purpose i am trying to create a site collection based on Product Catalog template. However I get an error as follows
New-SPSite : This feature is not available for use. Search-Driven content (592CCB4A-9304-49AB-AAB1-66638198BB58) feature needs to be installed to use this feature.
The complete command is as follows
New-SPSite'http://sitecatalog'-HostHeaderWebApplication$w-Name'Site Catalog'-Description Site catalog'-OwnerAlias'domain\user'-language1033-Template'PRODUCTCATALOG#0'-verbose
On trying to enable the feature i get his message
Enable-SPFeature : The Feature is either not found or not a Farm Level Feature. Use Url parameter to specify the scope of the Feature
The command i gave was "Enable-SPFeature -Identity 592CCB4A-9304-49AB-AAB1-66638198BB58 "
Further I created a Path Based site collection through Central Admin but the Product Catalog template was missing there as well.