<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Change the Parent (blueprint) of a live Copy in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415886#M583</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you are using page move rollout config then moving blueprint will adjust the live copy as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/move-page-behaviour-with-livecopies-in-aem-6-1-and-aem-6-3/qaq-p/265501" target="_blank"&gt;https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/move-page-behaviour-with-livecopies-in-aem-6-1-and-aem-6-3/qaq-p/265501&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 15:59:17 GMT</pubDate>
    <dc:creator>arunpatidar</dc:creator>
    <dc:date>2021-07-13T15:59:17Z</dc:date>
    <item>
      <title>Change the Parent (blueprint) of a live Copy</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415830#M580</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have requirement where in client want to change the site structure to achieve smooth content authoring experience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would need re-pointing some of the live copies to other blueprints means we would need to change parent of a live copy.&lt;/P&gt;&lt;P&gt;I was checking on AEM forums but did not find anything OOTB. It would be helpful if some can advice on custom steps around changing&amp;nbsp;parent of a live copy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 09:06:36 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415830#M580</guid>
      <dc:creator>Vinodthakur</dc:creator>
      <dc:date>2021-07-13T09:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Parent (blueprint) of a live Copy</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415874#M581</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17376316"&gt;&lt;/LI-USER&gt;There are two options:&lt;/P&gt;&lt;P&gt;1. The node /jcr:content/cq:LiveSyncConfig under each of the live copy root has the property 'cq:master' which stores the blueprint page path. Update this property with the new blueprint path. Go to Sites console, fetch the references (Live Copies) for new blueprint, select specific live copy and synchronize (with subpages). This would update all the live copy pages to new blueprint.&lt;/P&gt;&lt;P&gt;2. To achieve this programmatically, write a servlet and use &lt;A href="https://javadoc.io/doc/com.adobe.aem/aem-sdk-api/latest/com/day/cq/wcm/msm/api/LiveRelationshipManager.html" target="_blank"&gt;https://javadoc.io/doc/com.adobe.aem/aem-sdk-api/latest/com/day/cq/wcm/msm/api/LiveRelationshipManager.html&lt;/A&gt; api&lt;/P&gt;&lt;P&gt;First cancel the relationship and then reestablish using cancelRelationship() and establishRelationship() methods. The use &lt;A href="https://javadoc.io/doc/com.adobe.aem/aem-sdk-api/latest/com/day/cq/wcm/msm/api/RolloutManager.html" target="_blank"&gt;https://javadoc.io/doc/com.adobe.aem/aem-sdk-api/latest/com/day/cq/wcm/msm/api/RolloutManager.html&lt;/A&gt; api to rollout the changes from new blueprint using rollout() method&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 14:32:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415874#M581</guid>
      <dc:creator>shelly-goel</dc:creator>
      <dc:date>2021-07-13T14:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Parent (blueprint) of a live Copy</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415882#M582</link>
      <description>Thanks Shelly It works</description>
      <pubDate>Tue, 13 Jul 2021 15:31:46 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415882#M582</guid>
      <dc:creator>Vinodthakur</dc:creator>
      <dc:date>2021-07-13T15:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Parent (blueprint) of a live Copy</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415886#M583</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you are using page move rollout config then moving blueprint will adjust the live copy as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/move-page-behaviour-with-livecopies-in-aem-6-1-and-aem-6-3/qaq-p/265501" target="_blank"&gt;https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/move-page-behaviour-with-livecopies-in-aem-6-1-and-aem-6-3/qaq-p/265501&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 15:59:17 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/change-the-parent-blueprint-of-a-live-copy/m-p/415886#M583</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2021-07-13T15:59:17Z</dc:date>
    </item>
  </channel>
</rss>

