MSM - Activation done on Content modification | Community
Skip to main content
March 26, 2019

MSM - Activation done on Content modification

  • March 26, 2019
  • 2 replies
  • 5727 views

Hi There,

Currently, I am facing an issue in MSM service on content activation. Any help would be helpful.

Issue - The live-copy contents are getting published automatically whenever there is a change in BluePrint source content without any manual activation. I have given the trigger as 'publish'. But it triggers on any content modification itself. No customization has been done so far. As of now, I am using the core service.

Expectation: The live-copy content should be activated only when there is a publish trigger in the source blueprint page.

Version: 6.2

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Gaurav-Behl
Level 10
March 26, 2019

Path to check rollout configs as mentioned by Vishu:

/content/<we-retail or your project_root>/us/en/jcr:content/cq:LiveSyncConfig

cq:rolloutConfigs

String[]

/apps/msm/wcm/rolloutconfigs/pushondelete, /libs/msm/wcm/rolloutconfigs/default

Adobe Employee
March 26, 2019

Hello Praveen,

Can you try with OOTB "Activate on Blueprint activation" config and see how it goes?

Regards,

Vishu

March 26, 2019

Hi Vishu,

Currently, I am using all the OOTB rollout configs. Not added any of my custom ones. Please find the config screenshot.

The OOTB 'Activate on blueprint activation' is causing the issue. It activates the live copy pages without any publish trigger. I have checked the cq:trigger for 'Activate on blueprint' roll config. It looks correct and mentioned as 'publish'.

Thanks.

Adobe Employee
March 26, 2019

According to this, the content from blueprint (Source) will get copied to live copy automatically when there are any modifications in source and livecopy will be activated/deactivated only when the source is activated.

But in your case, the live copy is getting activated without the activation of the blueprint. Is my understanding correct?