We have created (and registered) a custom namespace "test" and custom metadata schema and properties. All the assets on dev environment have properties like "test:brand" and everything is working as expected but when I am moving the content from one environment to another, property name is getting changed from "test:brand" to "test0:brand".
I verified the content.xml before uploading the content and the property name is "test:brand" but it's getting changed to "test0" when we are importing the content on another environment . Also an additional property "testt0:brand_xmpArray" with value "rdf:Bag" is getting generated. I tried changing the property name by downloading the content package from the environment where it’s getting changed and changed the property name from "test0:brand" to "test:brand" and tried uploading the package but I am getting the below error and metadata is getting deleted for the assets.
Solved! Go to Solution.
Views
Replies
Total Likes
How you are moving/creating the "test" namespace in the upper environment? It sounds to me that you are adding once more the "test" namespace while migrating your assets to the upper environment.
If so, you may have a conflict with the namespaces in the upper environment, can you verify that the namespaces are correctly created and not duplicated? You can check here: http://localhost:4502/crx/de/index.jsp#/jcr%3Asystem/rep%3Anamespaces
How you are moving/creating the "test" namespace in the upper environment? It sounds to me that you are adding once more the "test" namespace while migrating your assets to the upper environment.
If so, you may have a conflict with the namespaces in the upper environment, can you verify that the namespaces are correctly created and not duplicated? You can check here: http://localhost:4502/crx/de/index.jsp#/jcr%3Asystem/rep%3Anamespaces
Hi,
The issue of property name changing from "test:brand" to "test0:brand" during content migration between environments could be related to namespace conflicts. Check the namespace registration and configuration in the destination environment to ensure it matches the source environment.
Additionally, verify that the custom namespace "test" and associated metadata schema are correctly configured in both environments to maintain consistency.