Override properties - assure_dq - 10.1.0

Assure DQ Server Installation

Product type
Software
Portfolio
Verify
Product family
Assure
Product
Assure DQ
Version
10.1.0
ft:locale
en-US
Product name
Assure DQ, ER, Insight and Perceive
ft:title
Assure DQ Server Installation
Copyright
2025
First publish date
2005
ft:lastEdition
2025-11-28
ft:lastPublication
2025-11-28T07:35:54.959000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Legacy Infogix DQ
L5_Product_Group
Legacy Infogix DQ
L6_Product_Name
Product Feature
Assure DQ

You can choose to override property settings on a property-by-property or a file-by-file basis. To override settings at the property level, create an override.properties file, which is the preferred method. To override settings at the file level, configure the CONFIG_OVERRIDE property.

This feature is useful to retain your customized settings. For example, if you have uncommented a property that is commented out by default, the migrate-config script will populate your custom value for that property in the new configuration. However, the property will be commented out in the new file. You will then have to uncomment this property.

Tip: If you override the property, following the migration process, the property will remain uncommented and will retain its custom value.

Create the override.properties file

To override properties when you deploy, follow the steps below:

  1. Create the override.properties file in the following location:
    
    <install_folder>/Infogix/config/<myConfigName>/<product>
              
  2. Include any modified properties in this file.

When you deploy, the system copies over the modified properties on a property-by-property basis.

Important: The files in the CONFIG_OVERRIDE directory will overwrite properties files of the same name. This override takes priority over the override.properties file.

Configure the CONFIG_OVERRIDE property

To override properties files when you deploy, follow the steps below:

When you run the update-config script, the system overwrites properties files with the same name with the properties in this location.

  1. Open the appserver.properties file in the following location:
    <install_folder>/Infogix/config/<myConfigName>
  2. Configure the CONFIG_OVERRIDE property to point to a location on a shared file system or on the host where the server is running. See the description for this property in the Properties Guide
  3. Place the properties files to override in the location defined by the CONFIG_OVERRIDE property.
  4. Run the script to validate your configuration. See “ValidateConfiguration”.

    When you run the update-config script, the system overwrites properties files with the same name with the properties in this location.