Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag Data Store not mirrored in EPiServer 9.2 #43

Closed
trevorrebelo opened this issue Aug 9, 2016 · 3 comments
Closed

Tag Data Store not mirrored in EPiServer 9.2 #43

trevorrebelo opened this issue Aug 9, 2016 · 3 comments

Comments

@trevorrebelo
Copy link

Hi,

Thanks for developing this feature, we have implemented Geta Tags in our EPiServer 9.2 instance and its working good, except for when we do mirroring.
The datastore is not getting mirrored. The string property values are getting mirrored but not the Tag data store.

Please let me know if i have missed anything.

@marisks
Copy link
Member

marisks commented Aug 26, 2016

Tags are saved in DDS. Make sure that DDS's tblBigTable is mirrored.

@marisks marisks closed this as completed Aug 26, 2016
@trevorrebelo
Copy link
Author

Hello Marisks,

I thought the code in TagsTransferModule.cs was to enable mirroring of the Tag DDS. Can you pls advise how to mirror the tblBIgTable ? Any pointers would be hlepful.

@marisks
Copy link
Member

marisks commented Aug 26, 2016

You are right - seems that TagsTransferModule.cs should do that. Didn't know about it. Have you tried to debug it - attach to the code in the TagsTransferModule?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants