내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

AEM LinksLinkedIn

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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

AEM LinksLinkedIn

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