Posts

Showing posts from April, 2024

Sitecore Connection Errors | Sitecore Consulting Services

Image
Sitecore Connection Errors | Sitecore Consulting Services Sitecore Connection Errors | Sitecore Consulting Services Sitecore customers are facing these issues when connecting Sitecore to Solr Cloud for the first time. Sitecore can’t connect to Solr IP Filtering First, be sure that the computer running Sitecore has been whitelisted in the IP filters of the Solr deployment. Note that DHCP can change a server’s IP address without warning. If the connection used to work but then stopped working, suspect this source. Incorrect Sitecore connection string To connect Sitecore to a Solr cloud cluster, check the SitecoreWebSite/App_Config/ConnectionStrings.config file for an entry similar to: <add name=”solr.search” connectionString=”<Solr HTTP Endpoint>/solr;solrCloud=true” /> • Solr is unforgiving about this string. An extra / at the end will break it. • The connectionString ends with /solr;solrCloud=true. There is no / between /solr and the semicolon. Sitecore inserts that charact...