Hello All,
I am following the adobe article.
Restructuring guidance | All Tags must be migrated to /content/cq:tags.
|
If I move my tags form old location to new location, authored pages are loosing their references. Is there a way without authoring again and pointing all the authored tags to new location?
Solved! Go to Solution.
Views
Replies
Total Likes
In order to properly align with the new model:
Adobe Experience Manager Help | Common Repository Restructuring in AEM 6.4
Restarting the Day Communique Tagging OSGi bundle will only register the New Location as the tag root if the Previous Location is empty.
References to the Previous Location will continue to work after migrating to New Location for all functionality that leverages AEM's TagManager API for tag resolution.
Any custom code that explicitly references the path /etc/tags must be updated to /content/cq:tags, or preferably rewritten to leverage the TagManager Java API, in tandem with this migration.
This issue should not happen if you have performed these steps correctly.
Make sure you don't have any tags at location etc/tags after you move the tags. Also, confirm if tags are loaded here -> Go to http://localhost:4502/aem/tags
Views
Replies
Total Likes
Try to test by renaming /etc/tags to /etc/tags1 and restart com.day.cq.cq-tagging bundle
Views
Replies
Total Likes
In order to properly align with the new model:
Adobe Experience Manager Help | Common Repository Restructuring in AEM 6.4
Restarting the Day Communique Tagging OSGi bundle will only register the New Location as the tag root if the Previous Location is empty.
References to the Previous Location will continue to work after migrating to New Location for all functionality that leverages AEM's TagManager API for tag resolution.
Any custom code that explicitly references the path /etc/tags must be updated to /content/cq:tags, or preferably rewritten to leverage the TagManager Java API, in tandem with this migration.
Views
Replies
Total Likes
Hi Team,
I am also facing the same issue where moving all the tags from /etc/tags to /content/cq:tags are not working even after restarting the tagging bundle still it is trying to pick the previous or old location i.e. /etc/tags.
I followed the steps given by Adobe ,not sure if anything else needs to be done.
Can anyone share their thoughts to get this fixed in AEM6.5 ?
Thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies