Where is saving relationship data in /crx/de repository about Blueprint/LiveCopy | Community
Skip to main content
Level 3
November 28, 2019
Solved

Where is saving relationship data in /crx/de repository about Blueprint/LiveCopy

  • November 28, 2019
  • 5 replies
  • 4815 views

Hi Guys,

As you can see the screenshot regarding "Blueprint Control Center", I can see there has many status about pages live copy, but I cannot find the relationship in /crx/de path, I know somewhere saving the relationship and maintenance.

I mean why Blueprint knows there has two site ca/en, us/en reference by language-masters/en? It definitely somewhere saving the data.

Thanks a lot.

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

Refer to Adobe CQ Help | Troubleshooting AEM MSM issues

The information is stored the following way .

- cq:LiveSync mixin type

This is set on jcr:content nodes and define root Livecopy pages .
Those pages will have a cq:LiveSyncConfig child node of type cq:LiveCopy that will contain basic and mandatory information on the Livecopy through the following properties:

cq:master : points to the Blueprint page of the Livecopy
cq:rolloutConfigs : indicates active Rollout Configurations applied on the Livecopy
cq:isDeep : is true if the child pages of this root Livecopy page are included in the Livecopy.

- cq:LiveRelationship mixin type

Any livecopy page has such a mixin type on its jcr:content node.
If not, the page has been at some point detached, or manually created via the authoring interface outside of a Livecopy action (create or rollout)

- cq:LiveSyncCancelled mixin type

Added on jcr:content nodes of Livecopy pages that were suspended.

If the suspension if effective for child pages as well : a cq:isCancelledForChildren=true property is added on the same node.

5 replies

Ankur_Khare
Community Advisor
Community Advisor
November 28, 2019

It will be under the respetive pages jcr content node.

Will hold data regarding blueprints and livecopy.

Hemant_arora
Hemant_aroraAccepted solution
Level 8
November 28, 2019

Refer to Adobe CQ Help | Troubleshooting AEM MSM issues

The information is stored the following way .

- cq:LiveSync mixin type

This is set on jcr:content nodes and define root Livecopy pages .
Those pages will have a cq:LiveSyncConfig child node of type cq:LiveCopy that will contain basic and mandatory information on the Livecopy through the following properties:

cq:master : points to the Blueprint page of the Livecopy
cq:rolloutConfigs : indicates active Rollout Configurations applied on the Livecopy
cq:isDeep : is true if the child pages of this root Livecopy page are included in the Livecopy.

- cq:LiveRelationship mixin type

Any livecopy page has such a mixin type on its jcr:content node.
If not, the page has been at some point detached, or manually created via the authoring interface outside of a Livecopy action (create or rollout)

- cq:LiveSyncCancelled mixin type

Added on jcr:content nodes of Livecopy pages that were suspended.

If the suspension if effective for child pages as well : a cq:isCancelledForChildren=true property is added on the same node.

Adobe Employee
November 28, 2019

For Touch UI, you can use the Live Copy Overview feature[1]

[1] Live Copy Overview Console

jiaBaiAuthor
Level 3
December 2, 2019

Hemant,

Thanks for your input.

I checked the attributes by your info, it's under jcr:content and cq:LiveSyncConfig node.

Best Regards.

jiaBaiAuthor
Level 3
December 2, 2019

Thanks.