Migrate the "xml" directory

The data source files are stored in subdirectories of the respective client. Each data source has its own <DATASOURCE> folder.

You must adjust the path specifications in the file

<PPM_CURRENT_DATA>/custom/<client>/xml /<client>_CTK.xml

and for each file

<PPM_CURRENT_DATA>/custom/<client>/xml/<DATASOURCE>/<DATASOURCE>.xml

so that they correspond to the new directory structure (see chapter Transfer "custom" directory without changes).

Procedure

  1. Go to the directory <PPM_CURRENT_DATA>/custom/<client>/xml.
  2. Edit the file <client>_CTK.xml using a text editor and adjust the paths contained, if there are absolute paths used. Make sure that you use relative paths and / or \ as separators between the individual path parts. If you have been using absolute paths, note that the home directory is now <PPM_CURRENT_CLIENT_RUN>/bin. This means that you must replace <PPM_PREVIOUS_HOME>/ppmmashzone/server/bin/work/data_ppm/ with ../../../../../work/data_ppm/.
  3. To continue using the data sources you need to adapt the data source files. Proceed as follows for each data source.
    1. Switch to the directory <PPM_CURRENT_DATA>/custom/<client>/xml/<DATASOURCE>.
    2. Edit the file <DATASOURCE>.xml using a text editor and adjust the paths contained, if required. Make sure that you use relative paths and / or \ as separators between the individual path parts.

      If you have been using absolute paths, note that the home directory is now <PPM_CURRENT_CLIENT_RUN>/bin. This means that you need to replace <PPM_PREVIOUS_HOME>/ppmmashzone/server/bin/work/data_ppm/ by ../../../../../work/data_ppm/.