How do we specify multiple hosts (assuming primary, secondary) for a consumer client ? Below is the function signature from their header OmmConsumerConfig& host( const EmaString& host = "localhost:14002" ); It can accept “host:port”, however in our current setup of trep/rfa, we provide 2 hosts, i.e. "host1 host2" Want to…
Hi Team, I am using EMA api and need to supply multiple hosts for failover As per article https://developers.refinitiv.com/en/article-catalog/article/elektron-message-api-ema-configuration-overview, I should use channel sets for definiing multiple channels for single consumer. I am using programmatic way to…
Hi, I am using EMA API Java to connect to RTO end point ap-northeast-1-aws-3-sm.optimized-pricing-api.refinitiv.net via tcp/14002/rwf protocol. When sending a batch request of more than 2000 rics, we are receiving many status message saying state="Closed / Suspect / Too many items / 'A20: Aggregate item limit exceeded.'"…
Hello Team, I have previously uses ETA java with value add api to consume data from reuters for Credit instruments ,and now exploring EMA api for consuming other kind of data and have few queries related to same: 1) In ETA, I was supplying dictionary from file for decoding fields. how to supply dictionary from file using…
See below logs, and client would like to speak to a dev on why this is happening @timestamp,@message 2022-07-23 05:14:28.362,"<ads-fanout-med-az1-use1-prd.1.ads: Info: Sat Jul 23 05:14:26.885881 2022> RSSL login close for ""GE-3785"" at position ""127.0.0.1/ld4macp1p1co1"" on host ""ld4macp1p1co1"" using application…
I am trying runConsumer with the client_id (appkey for non-prod) and jks keystore. Will the appkey generated using refinitiv appkey generator for Side by Side API, EDP API, Eikon Data API work with EMA API? How do I add EMA API access to the appkey? CommandLine.addOption("clientId", "Specifies a unique ID for application…
...o the Real Time RDMU Do we provide end users with code that transforms the MarketByOrder / MarketByPrice files from the Tick History Venue By Day (VBD) service into the Real Time RDMU wire format described that is used here:…
When debugging the code, the following error was reported. Why? Exception Type='OmmInvalidUsageException', Text='dictionary retrieval failed (timed out after waiting 45000 milliseconds) for :) ', ErrorCode='-4055'
I am using Consumer app in example from EMA. Everything is fine and I have an infinite loop and let the callback handle refresh and update messages. The issue is when the upstream disconnects the EMA tries to reconnect until ReconnectAttemptLimit is reached and stops trying again which is expected. However due to my…
loggerMsg ClientName: EmaConsumer_9 Severity: Error Text: Call to rsslReactorDispatchLoop() failed. The _state is set to OmmImplState.NOT_INITIALIZED loggerMsgEnd This error occurs when I call OmmConsumer's uninitialize() one:Why does this happen? two:How do I catch this exception error? three:How to handle this error?…
It looks like you're new here. Sign in or register to get started.