Versions Compared

Key

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

...

Warning

While EagleML and EJM are version independent, your Eagle product suite must be at least version 12.1.5.

Info
titleNote

The same installation package and steps are used for both EagleML and EJM. 

title

Info

Java v1.6 or higher is required to be installed in the environment for correct Installer performance.

Expand
Typical error display when the Java version is too old (click to expand):
Code Block
languagetext
[RUNPREPROCESSOR/eagleml2csv] Command to run is 'java "-jar" "/apps/adistst3/estar/tpe/dynamic/msgcenter/preprocessors/transform2csv.jar" "Group" "/apps/adistst3/estar/tpe/dynamic/msgcenter/preprocessors/xpanels_linux.bin" "/apps/adistst3/estar/tpe/dynamic/metadata/bind/" "" "META_DETAIL"'

The following prerequisites are required for the first time you are installing EagleML/EJM on an environment.  

...

In your Eagle environment:

  1. Open up the Message Center Console.
  2. Locate the stream eagle_ml-2-0_default_cm_w_setup  and right click on it.
  3. Click Send Data.
  4. Select your EagleDBMLRequest.xml file and click OK (If you do not have this file already, you can save the code below. Due to the HTML content, the wiki site will not allow the file itself to be stored here).

    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">1634B431F2296D98</messageId>
      <sentBy>AUTOGENERATOR</sentBy>
      <creationTimestamp>2012-02-20T14:54:27-05:00</creationTimestamp>
     </header>
     <referenceTransaction>
      <header>
       <identifier>
        <versionedTransactionId>
         <transactionId transactionIdScheme="http://www.eagleinvsys.com/coding-scheme/transaction-id-2-0">1634B431F2296D98</transactionId>
         <version>1</version>
        </versionedTransactionId>
       </identifier>
       <transactionDate>2012-02-20</transactionDate>
       <action>ADD</action>
       <objectType>EagleDBMLRequest</objectType>
      </header>
      <EagleDBMLRequest>
       <REQUEST>
        <MSG_TYPE>ORCH_PROCESS</MSG_TYPE>
        <SUB_MSG_TYPE>INS</SUB_MSG_TYPE>
        <INPUT_PAR>
         <P n="orch_name">EJM Process</P>
         <P n="orch_descr">Eagle Job Manager Process</P>
         <P n="purge_flag">0</P>
         <P n="update_source">MCADMIN</P>
        </INPUT_PAR>
       </REQUEST>
      </EagleDBMLRequest>
     </referenceTransaction> 
    </EagleML>