Versions Compared

Key

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

The data load IWS solution can be started by sending a Control Message to the eagle_ml-2-0_default_cm_control_message stream. In this Control Message, you can specify various required, optional, and default parameters.

Info
titleNote
In the Control Message, elements <messageId>, <correlationId>, and <businessTaskId> must be unique. Resending a file with the same values in these elements will result in an error.

...

Parameter

Example of Value

Default Value

Comments

WorkflowData

EAGLE_ML_DATA_2.zip

 


Name of the archive to be loaded.

Info
titleNote
This must be unique
.


DeliveryMethod

FILE or FTP 


Location of the archive to be loaded, if the FILE method is specified.
The archive should be in local directory that is specified by the parameter (:w_staging_in_folder:) [Default value: cmw\in]. If the FTP method is used, the archive should be in the FTP directory that is specified by the parameter (:FTP_FILES_LOCATION:) [Default value: CMW/inbound].
These parameters are set in the w_config.inc and w_config_custom.inc configuration files.

...

Parameter

Example of Value

Comments

WorkflowData


Code Block
languagexml
<taskParameter>
    <name>WorkflowData</name>
    <dataType>S</dataType>
    <value>160510_062620_B60F0H44EK7XTBID.zip.base64</value>
</taskParameter>


Name of the archive to be loaded.

MC: WorkflowData+
MC: Data works only with WorkflowData parameter. We have to specify WorkflowData even if we want to use Data parameter only, because WorkflowData contains information about file extension which is in base64 text. WorkflowData is not ignored it is used when process creates file from base64 text.

MC2: WorkflowData
MC2: Data works in the same way as MC

Data


Code Block
languagexml
<taskParameter>
    <name>Data</name>
    <dataType>S</dataType>
    <value>UEsDBBQAAAAIACkzqkjeZ42OtkUAABkZBQAuABwANDI4QzRCQTQyRkE5OUMwQ19fR0VORVJJQ1NN
					...
	BgAAAAABAAEAdAAAAB5GAAAAAA==</value>
</taskParameter>


Archive data in Base64 format

...

Parameter

Comments

SendNotification

For more information, see the EJM Job Notifications Overview page in the EagleML wiki. 

ReplyDeliveryMethod

 


ACKDeliveryMethod 


CustomReplyLocation

 


CustomAckLocation