Tuesday, March 26, 2019

Sitecore Analytics and xDB

Enabled by default. In showconfig check for xdb.tracking.enabled and xdb.enabled

~\App_Config\Sitecore\Marketing.Tracking\Sitecore.Analytics.Tracking.config and look for setting "Analytics.ClusterName. Should be the site's hostname


xDb not working. Check settings and add

7

+50
It looks like the index is not initialized. Adding the following to Sitecore.ContentSearch.Solr.IndexConfiguration.config in t the marketingDefinitionSolrIndexConfiguration section should fix it. Right before section closing add:

<initializeOnAdd>true</initializeOnAdd>
        </marketingDefinitionSolrIndexConfiguration>






No comments:

Post a Comment