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 2 Next »

To send hashsums for files, set filesHashSum task parameter with file names and their hashsum values separated by comma:
file_name1,hashsum1,file_name2,hashsum2,…

 Click to expand the RTR example:
<EagleML xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RunTaskRequest" eaglemlVersion="2-0" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" eaglemlType="RunTaskRequest">
<header>
<messageId>CODEEXTRACT</messageId>
<sentBy>http://www.client.com</sentBy>
<sendTo>http://www.eagleinvsys.com/eagle_ml-2-0_default_cm_control_message</sendTo>
<replyTo>http://www.client.com</replyTo>
<creationTimestamp>2012-08-02T22:13:32.272-05:00</creationTimestamp>
</header>
<taskIdentifier>
<correlationId correlationIdScheme="correlationIdScheme">cm_acquire_300817_13</correlationId>
<businessTaskId correlationIdScheme="businessTaskIdScheme">cm_acquire_300817_13</businessTaskId>
</taskIdentifier>
<taskTypeEnum>LOAD</taskTypeEnum>
<taskParameters>
<taskParameter>
<name>ActionType</name>
<dataType>S</dataType>
<value>ACQUIRE</value>
</taskParameter>
<taskParameter>
<name>StreamName</name>
<dataType>S</dataType>
<value>eagle_ml-2-0_default_cm_acquire_data</value>
</taskParameter>
<taskParameter>
<name>GICSV</name>
<dataType>S</dataType>
<value>EAGLE_CSV_GENERICSMFCSV_.csv</value>
</taskParameter>
<taskParameter>
<name>SMFGENERIC</name>
<dataType>S</dataType>
<value>DT040817_GENERICSMF_.xml</value>
</taskParameter>
<taskParameter>
<name>filesHashSum</name>
<dataType>S</dataType>
<value>EAGLE_CSV_GENERICSMFCSV_.csv,71656e6dac5cf1b9dd303b72efb401e21a8deacb69d89583b9d59cfd2808ec2,DT040817_GENERICSMF_.xml,3711b35c45faa6b348a44441253d244e17f2ac84ee932975899dd36e0997022a</value>
</taskParameter>
</taskParameters>
</EagleML> 

Finished with success

Finished with hashsum calculation error

In this case the error occurs during the first eagle_ml-2-0_default_cm_acquire_data stream:

Error description check in Final Status tab:

  • No labels