User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

MDM Web App Backend

The MDM Web App configuration file, by default named mda-config.xml, contains important settings for MDM Web App and references to other configuration files.

MDM Web App backend configuration

The mda-config.xml configuration file is linked in MDM Server application.properties:

  1. Reference to MDM Web App backend in the MDM Server application properties

ataccama.one.mdm.mda.config-file=mda-config.xml

The following parameters must be configured:

Setting Description Default value

templatePath

Path to the folder with MDM Web App templates.

gui_templates (part of the model project)

gui

Used for setting the application locale. The locale influences the language of labels and some data type visualization, for example, date/datetime format and the thousands separator.

Available locales:

  • en (English)

  • fr (French)

  • ru (Russian)

  • cz (Czech)

defaultLocale="en"

permissions

Path to the MDM Web App permissions configuration file.

mda-permissions.gen.xml.

labelFile

Path to the labels file (generated).

mda-label.gen.properties.

validations

Path to the validations configuration file (generated, see Configuring Validations).

mda-validations.gen.xml.

filterDefinitionsFile

Path to the file with the definition of preconfigured MDM Web App filters (generated, see Configuring Search Definitions).

mda-search.gen.xml.

displaySettings

Path to the file with display settings for MDM Web App (generated, see Configuring Display Settings and Data Type Formats).

mda-display.gen.xml.

audit

Path to the auditing configuration file (generated, see Configuring Audit Log). Auditing is turned off when not defined.

mda-audit.gen.xml.

Was this page useful?