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.
hi I am new in Reuters, I am trying to use your examples, I started with consumer EMA using c# i what to get value of RIC and i want to new which fileds i need to put in "NAME" ***I have attached the output of the code. this is the code : public class Consumer { static void Main() { OmmConsumer? consumer = null; try {…
com.refinitiv.ema.access.OmmInvalidUsageExceptionImpl: Failed to open or modify item request. Reason: ReactorChannel is not available. May I know the possible cause, that is, the meaning of the exception and in which condition, that exception will be raised? And additional the recipe. The code line is just a RIC…
Hi, I am writing in JAVA. I am trying to get FX prices with forward points or spot reference. I am wondering how do i subscribe and how does the message schema looks like? Which field should i put the RIC code in ? name ? Is there any sample messages other than those in the test cases ? i have looked through Can you point…
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…
Hi, We are seeing empty refresh messages in our application. When we try to subscribe on certain RIC (isolated) we see the refresh message. For example : LAST TRADED PRICE : 1793.5 TRADE DATE : 15-4-2025 LAST TRADED PRICE TIME : 6:30:0 BID : 1790 ASK : 1794.5 BID SIZE : 2500 ASK SIZE : 100 EXCHANGE TIME : 6:30:0 CLOSE…
We are using Real-Time Direct solution with C# SDK. We recently noticed a behavior of RefreshMsg. Basically, our previous understanding is that RefreshMsg is sent only once, when our program starts. This is the same as the document says: " Use of non-administrative domains generally follows a specific sequence: • The…
Hi, I developed a JAVA application based on Refinitiv Realtime SDK, that is consuming RICs on TREP. Today, one of my customer reporting an issue that he was able to observe many time during the night: my application is disconnected from TREP ADS logs shows errors such as Output threshold breached for XXX" at position…
Raisd on behalf of client I am testing according to lseg C++ NIProvider tutorial. I am testing on internal service “DTS_KL” of internal ric “USDFON=MBBGM”, the codes are like the following. OmmProvider provider(OmmNiProviderConfig("c:\\temp\\process\\x64\\EMAConfig.xml").username("drdwhw")); UInt64 serviceId = 1000; UInt64…
below is the example of value I am passing and what it is getting published. Value passed :- nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(22, 5.0, OmmReal.MagnitudeType.EXPONENT_POS_1)); nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(25, 4.9, OmmReal.MagnitudeType.EXPONENT_POS_1));…
It looks like you're new here. Sign in or register to get started.