Migrate the "xml" directory

You need to adapt the path data in the files <client>_CTK.xml and <DATASOURCE>.xml so that they match 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 need to 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/.