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:

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>SetupEagleVersion</messageId>
        <sentBy>MTADMIN</sentBy>
        <creationTimestamp/>
    </header>
    <referenceTransaction>
        <header>
            <objectType>SetupEagleVersion</objectType>
        </header>
    </referenceTransaction>
</EagleML>

Wait for end of processing and restart MC services.

Info
titleNote
This message can also be found and copied from eagle_ml-2-0_cm/in/xml/w_setup_eagle_version.xml file in the corresponding commented section.

As a result, Message Center

...

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

...

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)

...