Received MMT_MARKET_PRICE

rfaexamplecfg.txt

When I send request for for the market for an item I got the follwoing result

<- Received MMT_MARKET_PRICE

Status EUR=

serviceName : IDN_RDF

symbolName : EUR=

streamState : Open

dataState : Suspect

statusCode : None

statusText : Source unavailable... will recover when source is up

I got this messages always , I will attach configuration file with following thread

My goal is to retrieve Market Feed

Best Answer

  • @omar.isaid1

    • What application you are using?The following configs is not RFA configuration. You can find RFA configuration from RFA Configuration Guide which locates in folder <RFA.NET installation path>\Docs


    \Connections\Connection_RSSL\UserName= "LO4_03_RHB_SWVPNTRIAL02" 
    \Connections\Connection_RSSL\Position= "159.220.117.218/DESKTOP-GJMAK6F"
    \Connections\Connection_RSSL\AppId= 256
    \Connections\Connection_RSSL\SupportPauseResume= true
    \Connections\Connection_RSSL\SingleOpen= true
    \Connections\Connection_RSSL\AllowSuspect= true

    From logger message, it looks like service name IDN_RDF unavailable on the server you are connecting to. Please confirm service name with ADS support or Thomson Reuters representative who provides the server information to you. And please make sure that your application pass correct information such as AppID, Position, UserName to OMM Login message.

    • If you are testing with RFA.NET example such as StarterConsumer example, you can set service name, username,position and app ID in StarterConsumer.cfg file which is application config file. If you already used correct one, please test again with StarterConsumer example and provides console output from StarterConsumer_<pid>.log so we can review the error messages.

Answers