Post Install - Check Which EagleML Version You Have

In this page:

Referencing the w_config_version.inc File (for any Installations)

  1. Open Message Center Editor and proceed to the following file: /eagle_ml-2-0_custom_cm/w_config_version.inc
  2. Check EagleML and MC version numbers listed in this file and DB information - they should match expected values.

Referencing the w_config.inc File (for any Installations)

To determine which EagleML version you have in your environment:

  1. Open Message Center Editor and proceed to the following file: /eagle_ml-2-0_cm/w_config.inc.
  2. The information about which EagleML version is installed is located in the top line of  this file.
    For example:

    <!--EagleML-without-overlays-2019.01.11.1-->

    stays for January 2019 EagleML release.

    Important Note

    In 2016, we changed the naming convention for EagleML releases. The release is now named by the actual month delivered on. 

    The EagleML/EJM Monthly is targeted for release by the end of day Friday on the first full week of the month. So, for example, the EagleML June 2016 release was delivered on June 10th.

 Old Release Naming Convention (click to expand):

In 2015, we had a different naming convention. The release was named for the previous month and the release date for a month end release was  typically the first Wednesday after the first Tuesday of the following month.

So for example, September 2015 EagleML month end package was released on October 7th 2015:

<!--BR-EAGLEML_PRD_20151007.1-->

In this example, you see BR-EAGLEML_PRD_20151007.1. This indicated that this environment contained the September 2015 month end release.

Example of a post-2015 release:

<!--BR-EAGLEML_PRD_20160610.1-->

It indicates that this environment has June 2016 month end release installed.

Referencing the Eagle Product Version Table (for Artifactory & Automated Install Methods Only)

As part of the Automated Installation process, a record is inserted into the pace_masterdbo.eagle_product_version table.

To see which is the latest EagleML version installed, you can run the following query:

select  version, product_type, comments, update_date from pace_masterdbo.eagle_product_version
   where product_type like  'EAGLEML%'
   and update_date = (select max(update_date) from pace_masterdbo.eagle_product_version where product_type like 'EAGLEML%') 

Note

You can create a query in System Management Center with the above SQL so that you can run this from the front end.  

In V17 and v2015R2.17 on, the query "System – EagleML Version check"  is shipped with core Eagle.Â