Posts

Showing posts with the label Sitecore 10

Steps to Enable Sitecore Analytics and Verify Data flow to Shard Databases

Hello everyone, This blog will help us to understand what settings are required to enable Sitecore Analytics in newly installed Sitecore instance. We will also see one common errors which get logged in our logs after setting up of our local instance. We will see the steps required to solve the same. Without wasting time, let's start with the steps. Steps to enable Analytics and verify data is flowing to Shard DB or not 1. Changed the below settings to true in the indexersettings.xml file in xconnect webroot   Path:C:\inetpub\wwwroot\xconnectinstance\App_Data\jobs\continuous\IndexWorker\App_Data\config\sitecore\SearchIndexer      o IndexPIISensitiveData      o IndexAnonymousContactData 2. Rebuilt the xconnect indexes using the following command. Refer  Rebuild XConnectIndex  for same. Path: C:\inetpub\wwwroot\xconnectinstance\App_Data\jobs\continuous\IndexWorker      o Sitecore.XConnectSearchIndexer -rr 3. Rebuilt the Sitecore i...