-
where to find latest rmdstestclient in Download Center.
Which Product Family and What Product contains the rmdstestclient that I can download?
-
RFA API unexpected behavior with registerClient and reissueClient
Hi all, It would be great if you all could help with some pattern we are observing with the RFA API When two or more reissueClient close to each other, like within 0.5s, are sent for the same client session for the same RIC , the API client's side seems to be combining some of the request. From example, 20 reissueClient…
-
ATS websocket api error: Failed to check permission. Please re-login.
Hi team, Just need your suggestion or recommendation for this query. Thanks for your help. ATS websocket api error: Failed to check permission. Please re-login. This is the command I run for your info: curl…
-
Does rfaj8.0.1.L1.all.rrgsupport JDK 17
Does rfaj8.0.1.L1.all.rrgsupport JDK 17
-
Contributions via TRCC (Contributions Channel) are failing with error "Too many messages in flight"
2026-02-25 22:49:55.694 WARN 1 --- [ Dispatch Queue] c.b.e.reuters.publisher.ReutersSession : Received negative acknowledgment for contribution id: 290228546, reason: UNSPECIFIED, NO_CHANGE, NACK_DENIED_BY_SRC, "Too many messages in flight" This happens EOD at ~22:49 every night. Otherwise intraday contributions are…
-
When are these "Updates" of domain "Source" triggered ?
Client has upgraded and switched to Websocket API this week. We sometimes receive the following message [ { "ID": 2, "Type": "Update", "Domain": "Source", "UpdateType": "Unspecified", "DoNotConflate": true, "Key": { "Service": "BLOOMBERG", "Filter": 3 }, "Map": { "KeyType": "UInt", "Entries": [ { "Action": "Update", "Key":…
-
Need clarification on functionality of killats (ATS 1.6.9)
Could anyone advise on the functionality and intended use of the killats command? Environment details: ATS version: ats1.6.9.L1.linux.tis Binary path: /pkg/ats/bin/killats I’d like to understand: What exactly killats does How it should be used correctly Any usage instructions, parameters, or examples Typical scenarios…
-
Issue with UpdateMsg
Hi team! We have developed a software that publishes market data to a TREP system: first an initial Refresh Message, and then Update Messages which contain only the fields that have changed (bid/ask/mid prices and timestamp). However, on the target system, the item seems to contain dozens of fields that we have set neither…
-
on-prem trep server infrastructure and public web api end point usage details.
Hello LSEG Team, We using on-prem TREP and Websocket infrastructure currently to get BID/ASK and VALUE_DATE fields of some FX RICs via our .net application. We are getting all related data continuosly without any problem. However we want to demise our TREP infrastructure. We have some users use this infrastructure as well.…
-
When looking at StatusMsg, RefreshMsg header I see * via ADS/ADH
When I query for a ticker via ADH/ADS I see the "*" prepended in text field of the message header e.g. the following <statusMsg domainType="RSSL_DMT_MARKET_PRICE" streamId="5" containerType="RSSL_DT_NO_DATA" flags="0x28 (RSSL_STMF_HAS_MSG_KEY|RSSL_STMF_HAS_STATE)" dataState="RSSL_DATA_SUSPECT"…
-
Clarification on Solicited vs Regular Snapshot Expected by POP on Initial Request
When a client requests an item for the first time and the POP subsequently requests that item from the provider, can you confirm what the POP expects in the provider’s response? Specifically, does the initial response from the provider need to be marked as a solicited snapshot, or can it be sent as a regular (unsolicited)…
-
RFA session configured with multiple connections
We have a Linux consumer application based on RFA SDK version 8.2.5.L3 running at customer site. The application has an RFA session configured with multiple connections, where each connection provides a different set of services. In section 3.4.6 Login to Session with Multiple Connections of RFA C++ RDM Usage Guide, it…
-
How to send a symbol request
I want to send a symbol request to the Elektron ETA service. From an example at https://github.com/Refinitiv/Real-Time-SDK/blob/master/Cpp-C/Eta/Applications/Examples/Consumer/rsslSymbolListHandler.c, my code looks like below RsslRet encodeSymbolListRequest(RsslChannel* chnl, RsslBuffer* msgBuf, RsslInt32 streamId) {…
-
Java EMA Ommconsumer onUpdateMsg function delay 10-20 seconds
We are doing migration from JSFC to EMA for consuming HK market real-time data. We used OmmConsumer to get the data by onUpdateMsg callback function. The issue happens when the period is during auction close or PM market close. There is around 30k+ number to update during that period. You can see the screendump of log that…
-
NI Provider login fails
Hi team! I've written an NI provider application using RTC. Now I'm trying to login on a pre-production RTDS system. I'm getting the following two logger messages which seem to indicate that the connection is established correctly, but login fails ("non-consumer attempting login"): loggerMsg TimeStamp: 10:29:22.803…