-
Does EMA connection with RSSL support Proxy when connected to ADS?
Hi Team Can EMA be used as a consumer to connect to ADS using RSSL for Real-Time subscription through a proxy (Non-REST request)? Can a SOCKS Proxy be used for this? Thank you in advance BR Gema Vicente
-
How does a UPA server handle duplicate login credentials from different servers?
We have a total of seven different UPA consumer applications each on a different server targeting a handful of different UPA servers. Until recently, we had five of these consumers all targeting the same UPA server (same IP/port configuration). Simply because it has worked historically, and because we did not want to break…
-
EMA RSSL batch request error - RDMDictionary stream was closed with status message. streamId 4 R...
...eason State: Closed/Suspect/None - text: "Login stream was closed." Hi , I am running EMA java application for streaming real time prices using a batch request. Service discovery is working and it choses below location to connect. ap-southeast-1-aws-3-sm.optimized-pricing-api.refinitiv.net 14002 But I get error later…
-
Help with segfault on rsslEncodeMapComplete after having added map summary data
Hi. I previously had an UPA server for testing that successfully was able to encode the Reuter's Domain Model Market By Price Refresh and Update messages. They were consumed successfully by an rssl consumer. I recently added summary data to the map that is the payload of this message. I didn't change the surrounding code…
-
TLS Supported versions
Hi. I have a question from our Dev Team regarding the version of TLS supported by a RFA API (trying to connect to an Elektron host xx-yy01). I have some details of the API(log) from them:- \Connections\Connection_RSSL\connectionType = "RSSL" \Connections\Connection_RSSL\rsslPort = "24003"…
-
SSL and RSSL cessation question
Hi Dev team, Could you please advise on the following client question: "I know that the SSL protocol is to be deprecated in 2026 and the RSSL protocol in 2027 from a consumer application perspective. From a source (Publisher) application perspective, can you please confirm what protocols will be available after the…
-
How can I use included rsslexample app in ADS to be launched from a script for obtain a list of a...
...ll services with its Up/Down status and exit . No subscriptions . How can I use included rsslexample app in ADS to be launched from a script for obtain a list of all services with its Up/Down status and then exit . No subscriptions needed. I just need what is referred as the "service table" in the legacy ../demo/example…
-
Max length of RSSL string payload
Is there a max length for the payload of an ASCII_STRING / RMTES_STRING field? All I can see documentation-wise is the table "5.5.2.4 FIELD TYPE Keywords" in the "RDM Usage Guide" but I'm reading that as how to convert MarketFeed types to RWF? I'm inferring (/hoping) from reading the SDK code that string length is only…
-
Under what conditions should I recall rsslConnect and/or rsslInitChannel for an RSSL Consumer in ...
...the event of disconnection? Hi, I am trying to flush out disconnect handling for an RSSL Consumer connecting to a UPA server and I have some questions. The connection type this question is relevant to is RSSL_CONN_TYPE_SOCKET. I am first wondering if there are any general guidelines on usage of rsslConnect and…
-
Are there any ordering constraints on encoding/decoding different parts of an RSSL message?
I have an RSSL Consumer client using the Reuter's Domain Model. I also have an RSSL Producer server that is part of a testing harness to test my client. The consumer is successfully able to login, request and process source directory information, and request and process dictionary information, and I have tested this…
-
Is Using UPA consumer not affected by RDFD provider replacing ELEKTRON?
We are getting Feed from RDFD (Tokyo Stock Exchange) using UPA C Edition 7.6.1, Using rsslConnect and rsslInitChannel and so on. The provider uses RDFD. But we need very low level connection. I have two questions. 1. What should we do when the provider replaces RDFD to ELKTRON. And Can you indicate any documantation for…
-
Websocket protocols - tr_json2 vs rssl.json.v2
We are currently using RFA API for bringing in Realtime Market Data from TREP. We are looking to move to strategic Websocket API which is supported by our platform. Looking to understand the protocols supported with Websockets..? - We are informed that tr_json2 is same as rssl.json.v2. Is that the case..? What is the diff…
-
Connect to LPC Server using C# .NET
Hi, I want to develop a monitoring application connecting LPC server for Rifinitiv feed for our ticker. Can anyone help us how to connect to LPC server for data monitoring using .net c#. Is there a SSLCom API available for Refinitiv?
-
sdk function rsslDecodeFieldDictionary
When we call your sdk function rsslDecodeFieldDictionary(..., &m_dictionary,..., &errorText) with m_dictionary already filled from previous call we get error saying "Duplicate definition for fid 1." Could you please confirm that the rsslDecodeFieldDictionary can not handle the case when m_dictionary is not empty?
-
No rsslMsg in ReqMsg, NullpointerException thrown when registeriing client
Hi, we are connecting and getting market data ok, however we get repeated nullpointer exception after the service has been up for at least a day. Here we are getting snapshots every few minutes (ie. isSubscription=false). Restarting the service that talks to EMA fixes the problem. ReqMsg reqMsg =…