Versions Compared

Key

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

...

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>