Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

After all data extract processes have completed, the eagle_ml-2-0_default_cm_packer message stream runs to archive the extract results. A ZIP archive is created based on the archive parameters specified in the Control Message, as shown in the following diagram.

Extract Results Archive in Base64 Format

You can create a Base64-formatted ZIP archive by using the Control Message listed below. If you send this Control Message to the eagle_ml-2-0_default_cm_control_message stream, a ZIP archive will be created with Base64 text specified by the "Data" parameter and the name specified by the "FileName" parameter. This Control Message will launch the sample eagle_wrf_generic_load solution.

<EagleMLeaglemlVersion="2-0"
    eaglemlType="RunTaskRequest"
    xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
    xsi:type="RunTaskRequest"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0">
    <header>
        <messageId>EXTRACTOR_LOAD_140804104601</messageId>
        <sentBy>http://www.eagleinvsys.com</sentBy>
        <sendTo>http://www.eagleinvsys.com</sendTo>
        <creationTimestamp>2014-08-04T10:46:01-05:00</creationTimestamp>
    </header>
    <taskIdentifier>
        <correlationId>EXTRACTOR_LOAD_140804104601</correlationId>
        <businessTaskId>EXTRACTOR_LOAD_140804104601</businessTaskId>
    </taskIdentifier>
    <taskParameters>
        <taskParameter>
            <name>StreamName</name>
            <dataType>S</dataType>
            <value>eagle_ml-2-0_default_cm_execwkfl</value>
        </taskParameter>
        <taskParameter>
            <name>ActionType</name>
            <dataType>S</dataType>
            <value>EXECUTE</value>
        </taskParameter>
        <taskParameter>
            <name>WorkflowName</name>
            <dataType>S</dataType>
            <value>eagle_wrf_generic_load</value>
        </taskParameter>
        <taskParameter>
            <name>FileName</name>
            <dataType>S</dataType>
            <value>B40IEE55ILCYHEQO_EAGLE_ML_DATA.zip</value>
        </taskParameter>
        <taskParameter>
            <name>Data</name>
            <dataType>S</dataType>
            <value>
                UEsDBBQAAAAIAJpVBEXwvcBPLwoAAIBqAAA+ABwARVhUUkFDVE9SXzE0MDgwNDEwNDQzOV9XUkhT
				Q0FTSEFDVElWSVRZRVhUUkFDVF8xMF8yMDE0MDgwNC54bWxVVAkAA2Sc31NknN9TdXgLAAEE9AEA
				AARrAAAA7Z1Zc5tIEIDf9StUqX0VYoDhULFUgSTbxNYRhLNJHnaLyERmIwkX4NjeX78zHOYSCHRY
                dsyb6W4NPU1P86kZZHFoLJbm6KrVbpv4r9Xys+m4lr3+8wPVIT/EYv3pzvzzw1+GY97a966pO8ba
				NeYeshyZrmsszIStZv6ygjEAzWP5o2v13PmtuTKu7Lnh+apbz7vrdbsPDw+E/zFr/ct9com5vepS
				JADd0LEOciMat7MyrDUWEI/uTTSuV8Wxx9Vy7faQeeq8DzRhOwt0OhJ0v4yuZr6HHWvtesZ6Hn+u
            </value>
        </taskParameter>
    </taskParameters>
</EagleML>

back to top

  • No labels