Displaying the Number of Active Component Versions

You can add a counter that displays the number of active component versions. The counter excludes all archived and inactive versions.

  1. Navigate to the directory or folder where the Deployment Automation server configuration is stored. For example:

    ..\Users\username\.microfocus\da\conf\server

  2. Open da_config.xml.
  3. Add:

    <versionCounterConfig>

    <includeArchived>true</includeArchive>

    <includeInactive>true</includeInactive>

    </versionCounterConfig>