Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Replicate and Activate Tags

Avatar

Level 5

Is there a way to replicate and activate/publish tags without packaging them and moving them to another environment?

Thanks,

-Dean

1 Accepted Solution

Avatar

Correct answer by
Level 5

Turns out to be a permissions issue.  The tags are replicated, but the permissions do not automatically get carried over to the publish instance.

View solution in original post

3 Replies

Avatar

Level 10

As tags are only content -- you should be able to use this API: 

https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/replication/Replicator.html

This API is on our list to base a HELPX article, However - it does not exist yet. Here is an older thread that may help too: 

https://forums.adobe.com/thread/1250977

Avatar

Level 10

There is a GitHub example of the Replication API here: 

https://github.com/Adobe-Consulting-Services/acs-aem-samples/blob/master/bundle/src/main/java/com/ad...

it’s a sample content replication harness..

Avatar

Correct answer by
Level 5

Turns out to be a permissions issue.  The tags are replicated, but the permissions do not automatically get carried over to the publish instance.