Modify the sample configuration file for your site's RMDS connection.
During the installation process, a sample configuration file (rfasub.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. # the port number of the P2PS (default 8101) \Connections\Connection_SSLED\PortNumber = 8101 # Change this if necessary. # the user name to connect with (should be the DACS name if DACS is enabled) \Connections\Connection_SSLED\UserName = "triarch" # Change this if necessary. # a list of P2PS host names \Connections\Connection_SSLED\ServerList = "localhost" # Refer to RFA documentation for more advanced changes to the remaining entries \Connections\Connection_SSLED\connectionType = "SSLED" \Adapters\SASS3_Adapter\requestQueueReadThreshold = 1 \Adapters\SASS3_Adapter\mainLoopTimerInterval = 200 \Adapters\SSLED_Adapter\masterFidFile = "config/appendix_a" \Adapters\SSLED_Adapter\enumTypeFile = "config/enumtype.def" \Adapters\SSLED_Adapter\downloadDataDict = false # Change the fileLoggerFilename appropriately for your setup \Logger\AppLogger\windowsLoggerEnabled = false \Logger\AppLogger\fileLoggerEnabled = true \Logger\AppLogger\fileLoggerFilename = "rfasub.{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" \Sessions\Session1\connectionList = "Connection_SSLED"