-
When trying to publish value 0.00001 it is publishing as 0
Hello team, I am using EMA ommConsumer where, when trying to publish value 0.00001 it is publishing as 0. the code snippet I am using is as below: nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(25123, getBid(), 1)); Can anyone please help me out to understand the same.
-
Does the Parallel publishing works fine using ema to publish data to TREP.
I am trying to publish the data to TREP using EMA (OmmConsumer)able to publish multiple RICs at a time but when the same thing I am trying to publish parallelly I am getting the values mixed up of other to one which field is null…. Can anyone please help me out for the same… Thanking in anticipation…… code snippet that I…
-
Hi, I want to do resiliency test, how to reproduce this?
How to get this message on omm consumer "DEBUG 2025-08-20 10:08:54.291 u.c.i.o.p.t.TrepPriceStreamSource pool-30-thread-1- trace_id=" span_id=" Received [StatusMsgImpl] message for [hostname: xconprices.ads1.test.iggroup.localIP address: not available for OmniConsumer connectionsport: 14032connected component info:…
-
I am using omm consumer app. It is missing directory on startup
To explain the scenario There was restart of trep, provider and consumer application. and now Trep is up and Consumer is up but provider still down. Now at this point consumer is not getting the directory from trep. Now when provider start publishing to trep and now consumer tries to get directory then it is getting the…
-
Not able to get updates when submitting post messages through the ommConsumer,
We are migrating from RFA to RTDSK EMA. The migration for consumer is done, and we are able to market data from trep server through ommConsumer. Now that we are moving to the contributor part, we are facing some issues. When we try to submit post messages through the ommConsumer, we are not able to get updates when…
-
emaLog_PID.log file location
Hi, When you start an application, say LSEG Consumer, a log file in a format emaLog_PID.log gets created in a directory where an app is running from. Is there a way to have this file created in a directory you specify or have this log written to a file you specify? Thanks Vlad.
-
How to deal with closed stream status for a item
I am trying to subscribe to item which is not available at the provider but at later point it is becoming available. How to deal this? Is there some setting or thing is available to know this item became available by provider and now consumer can subscribe to this.
-
Multiple refresh messages
Hi, I am incorporating requesting refresh message in my application. On doing so in some particular cases, I am getting multiple refresh message for same requested item. Is multiple request messages are not wanted or harmful some way??
-
document RFA 8.0.1.E1required
Where can I find document and example code for RFA 8.0.1.E1? I am not able to find in site navigation.
-
Warm standby
Hi, I am exploring warm standby for my application. There will be two servers active server and standby server for a consumer as per developers guide. But what is for the trep ads server, will a single server can act as standby server for one ommconsumer and act as active server for a different ommconsumer. Basically, do I…
-
RFA Consumer ads connection hop
I have a rfa ommconsumer which is connecting to two services. One of service is goes down but this service is available at other ads so how to hop to other ads in this case. Consumer was consuming multiple symbols data. what should be sequence of event I need to follow. Is there simple example available for this.
-
RFA c++ item recovery
I have provider and consumer application of RFA rssl C++. Consumer application starts first and provider application starts later. when consumer application request item at that time only few items were ready and for other item I get error status. How should I retrieve the provider items when they get ready at later point…
-
Auto failover does not work with multi credential if connection failed when constructing OmmConsumer
Hello, Is the auto failover mechanism wont work with multiple credential if connection failure happens in OmmConsumer constructor? Here is my env and repeat steps: RTSDK: 2.2.3.E1 Lang: C++ OS: Redhat 7 In my env, we have 2 servers which can be logon with 2 different usernames. Let say Server_A: username = User_A Server_B:…
-
OmmConsumer constructor never return or throw exception if connection success but login fail
I have a C++ application using EMA API (SDK version 2.2.1.L1) on Redhat 7. When I set OmmConsumerConfig with an incorrect IP and incorrect username, the OmmConsumer() is able to throw exception after 45sec (Text = 'login failed (timed out after waiting 45000milliseconds', ErrorCode=-4052") However, if the OmmConsumerConfig…
-
Refinitiv EMA timestamp reference and time zone correction
Is it possible using the EMA C++ SDK constructs to adjust the received timestamps such that they take into account the local time zone of the subscriber? If not, is it intended that customers do the conversions themselves, thus assuming the timestamps are always UTC-referenced?