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 || References not syncronizing

Avatar

Level 2

Hi All,

I am working on MSM and all the blueprint and live copies configuration are being setup. Below mentioned is a use case and i am facing an issue in step 3 and 4

 

Step 1:- Created a page with title "sample-test" under a page with tilte 'channel' in your source site. so location of the page is /content/framework/en/channel/sample-test.

Step2 :- Open page properties of the "sample-test" page and go to blueprint tab and rollout the page with standard rollout config. The page is created successfully in live copy and the location of page in live copy is /content/usa/en/channel/sample-test.

Step 3:- In my blueprint site i am referencing my page(/content/framework/en/channel/sample-test) in one of the other page and then rolling out, but that doesn't come under references in my live copy(/content/usa/en/channel/sample-test). Is this behaviour expected?

Step 4:- Now i try to move my sample-page in blueprint site and the rollout the parent of the directory i moved the page into and the page is created COPIED successfully in live copy but not moved i.e sample-page form original location is not deleted. I read MSM doc and found this is the expected behaviour, but is there a way around that the page is deleted even in live copy.

@arunpatidar26 @kautuk_sahni 
TIA

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

The live copy references will only be adjusted within blueprint but not across blueprints, to achieve that you may need to enable the update live copy across chapter from CQ MSM References Update Action osgi config.

 

The live copies will not be deleted if you move the source page that is expected, because the target does not know where to move the live copy.



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

The live copy references will only be adjusted within blueprint but not across blueprints, to achieve that you may need to enable the update live copy across chapter from CQ MSM References Update Action osgi config.

 

The live copies will not be deleted if you move the source page that is expected, because the target does not know where to move the live copy.



Arun Patidar

Avatar

Level 2

Thanks @arunpatidar. For references update, I was referencing sample page in my page properties, so i had to remove jcr:.* from Excluded Page Properties in OSGI config and the references were updated in live copy