Try our conversational search powered by Generative AI!

Unhelpful error after creating a custom Visitor Group.

Vote:
 

I'm getting this error displayed in a dialog window after creating a custom visitor group.  The custom visitor group's files are entirely identical to an existing custom visitor group that is working as expected.  I found this forum post from 2015 with 2 answers that don't really seem to address the issue: https://world.episerver.com/forum/developer-forum/Developer-to-developer/2015/2/personalization/

Anyone able to shed light on this?  Seems like a bug in epi.

Thanks in advanced.

Ben 

#210669
Edited, Dec 03, 2019 1:36
Vote:
 

In your Criteria Model Class are you using the attibute (below one)?

[EPiServerDataStore(AutomaticallyRemapStore = true)]

As, it is also mentioned in the link you shared, that the vistor group model is saved into DDS. That's why you need to allow the model remapping by setting it's value to true.

If it don't work, can you please share the code? It will be easy to identify the issue.

Thanks

#210670
Edited, Dec 03, 2019 6:42
Ben Nitti - Dec 03, 2019 16:36
I tried that, didn't work.
Vote:
 

If you look into your log files, there are probably more information there 

#210676
Dec 03, 2019 11:45
Vote:
 

I found the error from the browser inspect window viewing the call in the network tab stating that the identifier, which is the namespace was too long.  So it's a sql error from a data field with a 128 char limit.  Our namespaces are quit long so a few of the VGs were getting this error. After shortening the name of the file they worked. 

Would be nice if Epi could make those errors more apparent.  Could save a lot of time for developers :)

Thanks,

Ben

#210701
Dec 03, 2019 16:38
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* 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.