I have an VA consumer application that can connect to EED or RTO. When we connect to EED we can use group status information to decide on the health of a channel. We noticed that when we connect to RTO we also get group status information but it doesn't seem to be reliable. We were informed by a Refinitiv contact that *…
I have linked librssl.a and librsslVA.a. Is there any more lib that I need to link to. The last working version before the upgrade I had the following libraries: librsslData.a, librsslMessages.a, librsslTransport.a, librsslRDM.a, librsslReactor.a, librsslVACache.a, librsslVAUtil.a. Am I missing any libraries after upgrade…
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?
Hi, We connect to the Refinitiv Real Time Optimized using the RTSDK C++ (v2.0.3.L2.win) and we successfully receive market data. Though we have noticed that in emaLog, every 8 minutes or so, we get the following warning: loggerMsg TimeStamp: 15:01:31.679 ClientName: ChannelCallbackClient Severity: Warning Text: Received…
Could you please advise what is the meaning of below error message from ads.log? Was there a API issue? Thanks. “RSSL disconnect from "xxxx" at position "xxx" on host "xxx" using application "256" of version "ETA Java Edition" on channel 45. Reason: rsslRead() failed with code -1 and system error 11. Text:…
... api I am connecting to reuters using java reactor api for consuming market data, and have supplied two hosts using below piece of code : dispatchOptions.maxMessages(1); connectOptions.reconnectAttemptLimit(trepConnectionConfig.connectMaxRetries()); // attempt to recover forever…
Please point to the example/configuration or HOW TO implementation of warm standby in Java ETA ValueAdd. Thank you
...tchListOptions in ETA reactort API What is exactly chnlInfo.consumerRole.watchlistOptions().obeyOpenWindow(true); in WatchlistConsumer java example. Java doc only mentions "Controls whether item requests obey the OpenWindow provided by a service. " , and dev guide says "Sets whether the Reactor obeys the OpenWindow of…
To migrate RFA OMM consumer code to RTSDK/ETA API, what can be used as a COMPLETION_EVENT? We use COMPLETION_EVENT to make sure there are no events queued for subscription before destroying /deallocating objects associated with the subscription. Thank you
I am using reactor api for consuming data from reuters feed. How to specify multiple hosts in connection config? I am using below code: connectOptions.connectionList().add(connectInfo); connectOptions.connectionList().get(0).connectOptions().majorVersion(Codec.majorVersion());…
It looks like you're new here. Sign in or register to get started.