Hello,
in advance sorry for my bad english, i I hope you understand my problem ;)
I just installed 20 times my test server farm and always get the same misbehavior (the farm consists of a WFE and an application server) My problem is that the search is not installed with an "Index Partition and Query Component", what I am doing wrong?
Thanks in advance
in advance sorry for my bad english, i I hope you understand my problem ;)
I just installed 20 times my test server farm and always get the same misbehavior (the farm consists of a WFE and an application server) My problem is that the search is not installed with an "Index Partition and Query Component", what I am doing wrong?
<EnterpriseSearchService Provision="True" ContactEmail="sp_farm@mail.com" ConnectionTimeout="60" AcknowledgementTimeout="60" ProxyType="Default" IgnoreSSLWarnings="false" InternetIdentity="Mozilla/4.0 (compatible; MSIE 4.01; Windows NT; MS Search 6.0 Robot)" IndexLocation="E:\INDEXE" PerformanceLevel="PartlyReduced" Account="DOMAIN\sp_search" Password="Password" ShareName="SearchIndex">
<EnterpriseSearchServiceApplications>
<EnterpriseSearchServiceApplication Name="Search Service Application" DatabaseServer="" DatabaseName="Search" FailoverDatabaseServer="SQL-M" Partitioned="false" Partitions="1" SearchServiceApplicationType="Regular" ContentAccessAccount="DOMAIN\SP_SEARCH" ContentAccessAccountPassword="Password">
<ApplicationPool Name="SP_SearchApplicationPool" Account="DOMAIN\sp_search" Password="Password" />
<CrawlServers>
<Server Name="SharePoint-App" />
</CrawlServers>
<QueryServers>
<Server Name="SharePoint-App" />
<Server Name="SharePoint-WFE" />
</QueryServers>
<SearchQueryAndSiteSettingsServers>
<Server Name="SharePoint-App" />
<Server Name="SharePoint-WFE" />
</SearchQueryAndSiteSettingsServers>
<AdminComponent>
<Server Name="SharePoint-APP" />
<ApplicationPool Name="SP_SearchApplicationPool" Account="DOMAIN\sp_search" />
</AdminComponent>
<Proxy Name="Search Service Application Proxy" Partitioned="false">
<ProxyGroup Name="Default" />
</Proxy>
</EnterpriseSearchServiceApplication>
</EnterpriseSearchServiceApplications>
</EnterpriseSearchService>
After the installation (without errors) the "Search Topology" is configured with "Admin, Crawl - SQL-P\SP_Search_CrawlStore, the three DBs under Databses" and "Index Partition and Query Component" is missing.Thanks in advance