Content Porter for publishing with a different name

When you export content from a publication to a publication with a different name in a different environment, the properties also become the same for the target publication, and we cannot change the parents for the target publication. Help is needed...

+4
source share
2 answers

There are several technical ways to achieve this ... but my preferred method is to temporarily rename the source or target publication so that the names match.

+5
source

What you need to do is import the content into the publication, but not update the publication itself. This is possible to do, but a bit complicated:

  • Open DependencyFilters.xml. Make sure that you have a publication dependency filter in the Structure Dependency Filters group (by default, it is not included in any group, so add it).
  • Select your package and open its mapping file. Set the ImportTitle for the publication to the title of the publication you are importing.
  • On the Dependency Filters screen, enable the structure dependency filter group.

  • On the Select Elements screen, select the elements that you want to import within the publication, but deselect the publication itself.

  • Import.

+2
source

Source: https://habr.com/ru/post/1411126/


All Articles