Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

MSM Issues

Avatar

Community Advisor

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I had to remove these properties at multiple places. Now it is working. Thanks all for your help.

View solution in original post

6 Replies

Avatar

Employee Advisor

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

Avatar

Administrator

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:

[img]https://docs.adobe.com/content/docs/en/aem/6-2/administer/sites/msm/msm-sync/_jcr_content/contentbod...

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



Kautuk Sahni

Avatar

Community Advisor

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.

Avatar

Correct answer by
Community Advisor

I had to remove these properties at multiple places. Now it is working. Thanks all for your help.

Avatar

Level 1

At what what places you needed to remove it? Can you give me a brief idea about it.