When we configured a live copy so that it will copy the content from en to es. We have the below issues with the live copy:
1. It is not copying vanity urls to es.
2. When we update the title in page properties of any page in en, it is not reflecting in es.
Please let me know how to resolve these two issues.
Solved! Go to Solution.
I had to remove these properties at multiple places. Now it is working. Thanks all for your help.
Views
Replies
Total Likes
That is because by default all properties which starts with sling: and jcr: are excluded by the MSM. The configuration for excluded properties can be seen here - http://localhost:4502/system/console/configMgr/com.day.cq.wcm.msm.impl.RolloutManagerImpl
Views
Replies
Total Likes
See details under (and surrounding):
Views
Replies
Total Likes
HI
Please have a look at the documentation:-
//
CQ MSM Content Update Action - Exclusions
Several properties and node types are excluded by default, these are defined in the OSGi configuration of CQ MSM Content Update Action, under Excluded Page Properties.
By default properties matching the following regular expressions are excluded (i.e. not updated) on rollout:
You can change the expressions defining the exclusion list as required. For example, if you want the page Title to be included in the changes considered for rollout, remove jcr:title from the exclusions.
Documentation Link:- https://docs.adobe.com/docs/en/aem/6-2/administer/sites/msm/msm-sync.html#CQ MSM Content Update Action - Exclusions
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Thank you all for your reply. I have already removed those from Excluded Page Properties. Please see the screenshot.
I am using AEM 6.1. Still, live copy is not maintaining inheritance for jcr:title, jcr:description, and sling:vanityPath. Please let me know if you need any additional info.
Views
Replies
Total Likes
I had to remove these properties at multiple places. Now it is working. Thanks all for your help.
Views
Replies
Total Likes
At what what places you needed to remove it? Can you give me a brief idea about it.
Views
Replies
Total Likes