Versions Compared

Key

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

...

Note

Eagle recommends that you do not create custom message streams with eagle_* names and that you do not change or delete Eagle's default message streams.

About Data Formatting Files


From the Events workspace, you can access and modify data formatting files used by message streams to transform and prepare data for loading into and out of Eagle databases. Reviewing and modifying data formatting files may be useful when troubleshooting message stream issues.

Each message stream specifies data delivery instructions (inbound or outbound in relation to Eagle databases), supports a single data format, and uses a single Ruleset file. A Ruleset file directs data in the message stream to the appropriate Rule file for formatting based on the message type. For example, if the message stream is designed to load security reference data, the Ruleset file may route fixed income securities to one Rule file for processing and equity securities to another Rule file.

For inbound message streams, the Rule file parses the incoming data and performs any additional lookups and validations. The data elements are then mapped to the Eagle tag format to allow loading into Eagle databases. For outbound message streams, the Rule file maps the data extracted from Eagle databases to the external system's specified format and performs any additional processing, if required.


Note: Eagle also supports the Eagle ML 2.0 XSD specification with a set of generic XML-based interfaces described as XSD and implemented on the Message Center framework as message streams. Eagle ML allows you to exchange data with increased accuracy and achieve optimal data exchange efficiency. For more information about EagleML, visit the EagleML wiki pages.


You can test message streams to ensure they are valid prior to being run.

About Testing a Message Stream

  1. In Automation Desk, click Events in the left navigation. Or, click Monitor in the left navigation and in the upper left corner of the Monitor workspace, under Select Type, click Message Streams.
  2. In Events workspace, search for message streams and filter by status (Disabled Streams or Enabled Streams). You can add other search criteria as needed. In the Monitor workspace, search by Stream Name, Stream Category, or DB Partition.
  3. Click the message stream you wish to test and click Test.
    Image Added
  4. Click OK in the confirmation dialog box.
  5. If the message stream did not pass the test, click the message stream and click Edit to make the edits.