Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top
There are three basic four basic configuration files:

  1. /eagle_ml-2-0_cm/w_config.inc 
  2. /eagle_ml-2-0_custom_cm/w_config_custom.inc
  3. /eagle_ml-2-0_custom_cm/w_config_version.inc 
  4. /eagle_ml-2-0_custom_cm/w_config_eagle_components_version.inc

and the folder /eagle_ml-2-0_custom_cm/customer/  where you can put additional specific configuration code blocks as .inc files.

...

  1. If you have access to User Administration, click Application Roles and click the name of the user group. Under Center & Consoles, click Message Center and enable the "Modify 'Locked' Folders" property, as shown below:
  2. If you have an older classic Eagle version, in classic User Manager, click Message Center in left navigation and enable the "Modify 'Locked' Folders" property for the user group, as shown below:

About w_config_version.inc and

...

EagleML Version

This file contains current region version. We do not provide this file with the EagleML package.

If this file is missing, the g_EagleML20_Version parameter value from w_config.inc is used. However, the default value may be incorrect, EJM may function not properly - in this case you should set EagleML version manually with the help of the parameter mentioned.

About w_config_eagle_components_version.inc

w_config_eagle_components_version.inc is generated by w_setup_eagle_version.xml rule every time an EagleML service or component is installed and contains information about all EagleCore software, EagleML & MC2 related services/components.

Expand
titleClick to expand an example of output:


Code Block
languagexml
<!--STAR-DB-10.0.0.0 Update date: 2009-04-02 06:00:24-->
<!--PACE-10.0.0.0 Update date: 2009-03-24 05:03:04-->
<!--MDM-11.1.0.0 Update date: 2011-10-26 01:29:57-->
<!--PTPLUS-11.1.0.0 Update date: 2012-01-06 02:12:40-->
<!--AutomaticDailyUpdateTest-1 Update date: 2016-08-17 02:08:09-->
<!--AutomaticSpecialChrTest-1 Update date: 2016-09-05 09:13:17-->
<!--AutomaticDailyInsertTest-1 Update date: 2016-08-17 12:38:44-->
<!--SOURCE-0.1.1 Update date: 2018-05-15 07:21:46-->
<!--QAFuncTst_Daily_Insert-1 Update date: 2017-01-30 09:53:30-->
<!--QAFuncTst_Daily_Update-1 Update date: 2017-01-30 10:41:34-->
<!--QAFuncTst_Daily_BatchMode-1 Update date: 2017-06-15 11:16:02-->
<!--QAFuncTst_Special_Char-1 Update date: 2017-07-05 07:09:36-->
<!--EMSHELL32-2015.3.17.0 Update date: 2018-03-13 03:20:59-->
<!--EXTRACTSERVICERULES-2018.11.09.1-rc.4 Update date: 2018-11-08 02:53:06-->
<!--IMPORTSERVICERULES-2018.11.09.1-rc.4 Update date: 2018-11-08 02:54:56-->
<!--INSURANCE-PKGS-2015.3.23.0 Update date: 2019-02-06 12:39:15-->
<!--INSURANCE-DATA-2015.3.23.0 Update date: 2019-02-06 12:39:16-->
<!--MC2-2018.11.1.2 Update date: 2018-11-08 03:11:54-->
<!--EDM-2015.3.23.0 Update date: 2019-01-28 03:43:47-->
<!--DATAMGMT-PKGS-2015.3.23.0 Update date: 2019-02-06 12:23:54-->
<!--pypy-6.7.0-rc.1 Update date: 2018-11-08 03:07:43-->
<!--ART-JMETER-1.0.0.30 Update date: 2018-11-20 01:47:47-->
<!--STAR_WEB64-2015.3.23.0 Update date: 2019-02-05 10:47:05-->
<!--STAR-ENGINE-2015.3.23.0 Update date: 2019-02-06 12:54:59-->
<!--ACCOUNTING-PKGS-2015.3.23.0 Update date: 2019-02-06 12:39:10-->
<!--PACE_APPSERVER-2015.3.22.0 Update date: 2018-11-16 01:37:59-->
<!--pyruleservice-2019.7.1.5 Update date: 2019-07-12 11:18:04-->
<!--PACE_SERVER64-2015.3.23.0 Update date: 2019-02-05 10:47:06-->
<!--DITL-1.0.0.10 Update date: 2019-03-29 06:58:48-->
<!--EAGLEINSTALLER-2019.08.09.1.rc.6 Update date: 2019-08-08 11:03:31-->
<!--PACE_SERVER32-2015.3.23.0 Update date: 2019-01-25 04:19:10-->
<!--DATAMGMT-DATA-2015.3.23.0 Update date: 2019-02-06 12:54:59-->
<!--ACCOUNTING-DATA-2015.3.23.0 Update date: 2019-02-06 12:54:59-->
<!--EMSHELL-2015.3.23.0 Update date: 2019-02-05 10:47:03-->
<!--EFS-BACKEND-1.3.9 Update date: 2019-06-18 11:06:24-->
<!--EAGLEML-WITHOUT-OVERLAYS-2019.07.24.1.SNAPSHOT Update date: 2019-07-25 06:20:14-->
<!--EAGLEML-2019.08.08.1.SNAPSHOT Update date: 2019-08-09 06:29:01-->
<!--ART-BACKEND-1.0.0.185 Update date: 2019-05-03 10:31:36-->


Customer Folder

/eagle_ml-2-0_custom_cm/customer/  was created to let custom configuration blocks be added and named as the user prefers. We highly recommend .inc file extension when you are using this functionality.

...