Folder names display as numeric IDs after migration in Adobe Experience Manager
This article explains why folder names in Adobe Experience Manager (AEM) may appear as numeric IDs or system-generated names after a migration and provides steps to restore human-readable titles.
Description description
Environment
Adobe Experience Manager (AEM)
Issue/Symptoms
- After migrating to a newer version of AEM, folder names in the repository display as numeric IDs or system-generated values instead of human-readable titles.
- The
jcr:titleproperty is missing from thejcr:contentchild node of affected folders. - Identifying folder contents becomes less efficient, requiring additional folder lookups.
Cause
This behavior is often observed after migration events or when custom folder creation processes do not set the jcr:title property correctly.
Resolution resolution
To resolve the issue, verify and update the jcr:title property for affected folders.
-
Identify affected folders.
- Browse the repository and note folders displaying numeric IDs or system-generated names instead of human-readable titles.
-
Check the
jcr:titleproperty.- For each affected folder, verify whether the
jcr:titleproperty exists on thejcr:contentchild node. - In AEM, use CRXDE Lite or another repository browser:
- Navigate to the folder (for example,
/content/dam/your-folder). - Expand the folder and select its
jcr:contentchild node. - Verify that the
jcr:titleproperty is present and correctly set.
- For each affected folder, verify whether the
-
Add or update the
jcr:titleproperty.- If the
jcr:titleproperty is missing or incorrect, add or update it on thejcr:contentnode. - In CRXDE Lite, right-click the
jcr:contentnode and select Create Property. - Enter
jcr:titleas the property name and set the value to the desired folder title. - Save the changes.
- Repeat for each affected folder.
- If the
-
Verify the results.
- After updating the
jcr:titleproperties, refresh the repository UI and confirm that folder names display as human-readable titles.
- After updating the
-
Review folder creation processes.
- Ensure that any custom or automated processes responsible for folder creation are configured to set the
jcr:titleproperty on thejcr:contentnode for new folders. This helps prevent the issue from recurring.
- Ensure that any custom or automated processes responsible for folder creation are configured to set the
Related reading
recommendation-more-help
experience-cloud-kcs-help-kbarticles