Expand my Community achievements bar.

SOLVED

AEM 6.5 | Content Import Issue

Avatar

Level 4

While porting pages from the higher environment to the lower environment, I discovered missing experience fragments and images. I realized that the created package does not contain these elements. I'm unsure if I overlooked something during the package creation process. Do I need to locate and include all the images and experience fragments used in pages manually in the package? 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @MukeshAEM,

You need to include experience fragment and asset path to the content package filter as well.
If your assets and experience fragments in a specific folder, you need to include those filter path like below:

my-project.content-package-20230711.zip
/content/my-project
/content/dam/my-project
/content/experience-fragments/my-project

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @MukeshAEM,

You need to include experience fragment and asset path to the content package filter as well.
If your assets and experience fragments in a specific folder, you need to include those filter path like below:

my-project.content-package-20230711.zip
/content/my-project
/content/dam/my-project
/content/experience-fragments/my-project

Avatar

Community Advisor

Hi @MukeshAEM 

 

YES, you need to add the paths (images and XF location) manually to the package's filters. Usually, you will have organized all the images under the same parent folder, for example: /content/dam/my-company-images, so the task is not as hard as you think. Just keep in mind that packaging images can produce a huge package, so depending on your content, you can keep a couple of separate packages, one for images and one for pages, or so. The same applies to XF, just a common parent path where all the XF lives into the same or a dedicated package.

 

I Hope this helps.



Esteban Bustamante

Avatar

Community Advisor

@MukeshAEM ,

 

If you are using Cloud Manager or AEM as a CS, you can use Content Copy tool to move pages, XFs, DAM content from higher environments to lower environments.

Consider taking a look at this option:

AEM Cloud Manager: https://experienceleague.adobe.com/docs/experience-manager-cloud-manager/content/using/content-copy....

 

AEM as a CS: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo...

Avatar

Community Advisor

Filter in aem package manger has 1:1 mapping with its filter node. It will never automatically pulls the references via package manager. So you need to update the filter to include assets and experience fragments