Modify the sample configuration file for your site's RMDS connection.
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"