Configuring an Output Connection to Reuters

Modify the sample configuration file for your site's RMDS connection.

Prerequisites
Task

During the installation process, a sample configuration file (rfapub.cfg) was placed in the $ESP_REUTERS_HOME/config directory. This file, shown below, follows the Reuters format for configuration files.

# Change this if necessary.
# This needs to match port number for the route as defined in the Source Distributor.
\Connections\Connection_SSLED_MP\ipcServerName      = "8105"

# Refer to RFA documentation for more advanced changes to the remaining entries.
\Connections\Connection_SSLED_MP\connectionType     = "SSLED_MP"
\Connections\Connection_SSLED_MP\entitlementData    = false
\Sessions\Session1\connectionList                   = "Connection_SSLED_MP"

# Change the fileLoggerFilename appropriately for your setup
\Logger\AppLogger\windowsLoggerEnabled              = false
\Logger\AppLogger\fileLoggerEnabled                 = true
\Logger\AppLogger\fileLoggerFilename                = "./rfapub.{p}.log"

\Control\Entitlements\dacs_SbeEnabled               = false
\Control\Entitlements\dacs_CbeEnabled               = false

\Logger\ComponentLoggers\Connections\messageFile      = "./config/messages/RFA7_Connections.mc"
\Logger\ComponentLoggers\Adapter\messageFile          = "./config/messages/RFA7_Adapter.mc"
\Logger\ComponentLoggers\SessionCore\messageFile      = "./config/messages/RFA7_SessionLayer.mc"
\Logger\ComponentLoggers\SSLED_Adapter\messageFile    = "./config/messages/RFA7_SSLED_Adapter.mc"
\Logger\ComponentLoggers\SSLED_MP_Adapter\messageFile = "./config/messages/RFA7_SSLED_MP_Adapter.mc"

  1. Obtain this information from your system administrator:
    • Port number at which the src_dist or RMDS infrastructure server listens for updates from the Reuters Marketfeed adapter
    • Name of the server that receives updates from Event Stream Processor
  2. Make a copy of the sample configuration file in your $MY_CONFIG directory.
    cp $ESP_REUTERS_HOME/config/rfapub.cfg $MY_CONFIG
  3. Use a text editor to open the configuration.
  4. In the \Connections\Connection_SSLED_MP\ipcServerName line, replace the default port number (8105) with the port number at which your src_dist listens for updates from the Reuters Marketfeed adapter, if different.
  5. (Optional) In the \Logger\AppLogger\fileLoggerFilename line, change the name of the log file. The default file name specified here, ./rfapub.{p}.log, includes the string {p} which the Reuters library replaces with the UNIX process ID when it creates the log file.
  6. Save the modified file.