Try our conversational search powered by Generative AI!

Moving or renaming Visitor Group criterias and models

Vote:
 

Once a Criteria and a corresponding Model is deployed and used by a Visitor Group, the references seems to be spread out over several objects in the db. So far, I have identified these:

  • tblBigTable (StoreName, ItemType)
  • tblBigTableReference (ElementStoreName, ElementType)
  • tblBigTableIdentity (StoreName)
  • tblBigTableStoreConfig (StoreName)
  • Names of Views
  • Names of Stored Procedures

For some reason, we need to change the namespace and/or the classnames of deployed Criterias and Models. 

Currently, we are getting an error during init: 

EPiServer.Personalization.VisitorGroups.VisitorGroupInitialization.InitializeStoredVisitorGroups

"Value cannot be null"

What is the recommended way to do this correctly?


                    
#270270
Edited, Jan 20, 2022 8:33
Vote:
 

I had the problem recently and got it fixed by deleting Visitor Groups before changing the code. Once you have deleted them, build, run the site again and create the Visitor Groups again.

If you have already used the Visitor Groups in content, you can find content Id with the following query (do this before deleting them):

SELECT [fkContentID]
FROM [tblContentProperty]
WHERE LongString like '%VM_VisitorGroup.ExternalId%'

as content in content areas have ' data-groups="" ' attribute on when personalized.

In a dialogue with Optimizely Support, this became the best solution.

#270465
Edited, Jan 24, 2022 19:09
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.