Enable contact processing
Version: 10.2
Contact processing is disabled by default. To enable contact processing, perform these steps on all xConnect Collection and xConnect search servers:
-
Go to the
C:\path\toxconnect\App_data\config\sitecore\Collection
folder. -
Open the
sc.XConnect.Service.Plugins.Processing.xml
file. -
Uncomment the following section:
RequestResponse<!– ContactProcessingPlugin is disabled by default. Please uncomment this section in order to execute contacts pipeline for each new contact. <Service.Plugins.Processing.ContactProcessingPlugin> <Type>Sitecore.XConnect.Service.Plugins.Processing.ContactProcessingPlugin, Sitecore.XConnect.Service.Plugins.Processing</Type> <As>Sitecore.XConnect.Service.Plugins.IXConnectServicePlugin, Sitecore.XConnect.Service.Plugins</As> <LifeTime>Singleton</LifeTime> </Service.Plugins.Processing.ContactProcessingPlugin> –>