Upgrading from V8.9

Starting with V8.10, images, styles and nationalized texts (i18n) are stored in LDAP. Therefore, the configuration for the reports must be extended. In the XML element <consumer> the following sub-elements must be added:

<property name="DIRX_IMAGE_DIR" value="IMAGE_DIR_LDAP_DEFAULT:"/>
<property name="DIRX_IMAGE_DIR_CUSTOM" value="IMAGE_DIR_LDAP_CUSTOM:"/>
<property name="DIRX_STYLE_TEMPLATE_DIR" value="STYLE_TEMPLATE_DIR_LDAP_DEFAULT:"/>
<property name="DIRX_STYLE_TEMPLATE_DIR_CUSTOM" value="STYLE_TEMPLATE_DIR_LDAP_CUSTOM:"/>

You can do that manually and edit the Content tab of each report or use the CLI tool to do that automatically.

Edit login credentials and LDAP address in the configuration file migrateConfig.properties and run the script

runMigrateConfigurations.[bat | sh]

This will update the reports in the customer extensions folder. If you customized reports in the default folder, you need to set the property default to true.