Hello, am trying to test data access to TREP and am getting the log info below with no output data. Any idea what is going? If possible could you give me a direct line I can call for any troubleshooting?
Regards,
josa
Hello @josa
Would you like to request MARKET_PRICE or Symbol list? In yourgiven figure, you requested MARKET_PRICE as shown below:
If you would like to request Symbol list, please change thecommand line application to specific SYMBOL_LIST instead of MARKET_PRICE. Then,you should be able to request Symbol list.
Normally, when yourequest symbol list, you will get all RICs belonging to symbol list. To getdata of all RICs, the application needs to subscribe each RIC. Using AdvancedSymbol list feature, the application can get data of all RICs belonging tosymbol list by subscribe the symbol list(subscribe once).
“Connection <connection node> does not supportadvanced symbol list. RFA will open data streams on behalf of client datastream request.” Indicates that the server does not support Advanced Symbollist feature however RFA will do this instead; RFA will subscribe each RIC to getdata and returns to the application. The application just subscribes the symbollist; it does not need to subscribe each RIC to get data.
If you can still not get data and you want to get my team support(TRDC) directly(by email), you can submit the problem to us via https://customers.reuters.com/developer/crmcontactus/support.aspxsince you are our registered user. Please specify RICs and ModelType(SYMBOL_LISTor MARKET_PRIC) that you would like to request data. If you cannot access the web site or submit the query, please send an email to rdc.administrator@thomsonreuters.com
Hi @josa,
Can you include the log info? I don't see it. Also, can you provide what example program you are using and which API? In addition, the name of the item you are requesting?
thanks.
connectionissue.png
Nothing was in the log file, but the .png file is what was displayed on the console.
ELECTRON_EDGE is the service am trying to connect.