Configuring the Default for Only Changed Versions Option

When you create an application process, you can select the Default for Only Changed Versions option, which subsequently controls the setting of the Only Changed Versions option in the Run Application Process wizard. By default, the Default for Only Changed Versions option is selected. If you prefer the option to be de-selected by default, you can configure this using the following procedure.

The Default for Only Changed Versions option can be selected or de-selected in the application process details regardless of the setting of this flag. This simply controls the default setting. See Creating Application Processes.

To configure the Default for Only Changed Versions option default setting:

  1. Navigate to the directory the Deployment Automation server da\WEB-INF\classes directory. For example: C:\Program Files\Micro Focus\common\tomcat\8.5\webapps\da\WEB-INF\classes
  2. Edit the following file: da_config.xml
  3. Change the systemConfig applicationProcessDefaultForOnlyChangedVersions value to false as follows:
    <systemConfig> 
      <applicationProcessDefaultForOnlyChangedVersions>false
      </applicationProcessDefaultForOnlyChangedVersions>
    </systemConfig>
    
  4. Save your changes.
  5. Restart the Deployment Automation server.
The Default for Only Changed Versions option in application process details will now be de-selected by default.

Related Topics

Creating Application Processes

Running Application Processes