Versions Compared

Key

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

...

Table of Contents
maxLevel2

Required Post-Install Step

After you have checked that streams are enabled in the environment, drop the following XML message into eagle_ml-2-0_default_cm_w_setup stream:

...

  • will create or update (if it already exists) the /eagle_ml-2-0_custom_cm/w_config_version.inc file. This file is included to w_config.inc file overwriting “g_EagleML20_Version” and “g_EagleML20_Revision” variables;
  • will create folder structure (in case of clean install);
  • will re-generate binds as the core procedure might have changed. This step can be performed isolated (without version and folder structure updates) by sending to eagle_ml-2-0_default_cm_w_setup stream

    Expand
    titlethe following message (click to expand):


    Code Block
    languagexml
    <EagleML xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" eaglemlVersion="2-0" eaglemlType="ReferenceTransactionMessage" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="ReferenceTransactionMessage">
    	<header>
    		<messageId messageIdScheme="http://www.eagleinvsys.com/coding-scheme/message-id-2-0">GenerateBinds</messageId>
    		<sentBy>MTADMIN</sentBy>
    		<creationTimestamp/>
    	</header>
    	<referenceTransaction>
    		<header>
    			<action>GenerateBinds</action>
    		</header>
    	</referenceTransaction>
    </EagleML>



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 version numbers listed in this file and DB information - they should match expected values.

Referencing the w_config.ini File (for any Installations)

To determine which EagleML version you have in your environment:

...