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));…
Hello team I am using EMA OMMConsumer off-Stream code to publish data. I want to publish the date in the format of "DD MM YYYY" can anyone please help me out in the same. As we use below for Double fields same way needed for date fields. nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(Fid, getBid(),…
Hello, We're receiving the above noted messages via OmmInvalidUsageException thrown when processing rmtes fields on some of the RICs in Market Price domain. The code in question is as follows: … auto [item, _] = m_rmtes_values.try_emplace(field.getFieldId()); // Create new RmtesBuffer or return the existing, for a given…
When I am trying to publish Data using the postMsg method getting below error Failed to submit PostMsg on item stream. Reason: ReactorReturnCodes.INVALID_USAGE. Error text: Cannot submit PostMsg when stream not in open state. Code snippet using as below OmmConsumer consumer = null; AppClient appClient = new AppClient();…
SEVERE: loggerMsg ClientName: ChannelCallbackClient Severity: Error Text: Failed to add RsslChannel(s) to RsslReactor. Channel name(s) Channel_Drv Instance Name Consumer_Drv_1 RsslReactor @790c3637 RsslChannel null Error Id -1 Internal sysError 0 Error Location RestReactor.submitAuthRequestBlocking Error Text failed to…
EMA (a later version) Already have this in use <GuaranteedOutputBuffers value="5000"/>, but still encounter this occasionally. May I get advice on how to fix this? 2025-03-28 15:37:27 [] ERROR c.r.ema.access.OmmConsumerImpl - loggerMsg ClientName: Consumer_1_1 Severity: Error Text: Call to rsslReactorDispatch() failed.…
Hi we are migrating our application using RFA to the strategic APIs, specifically EMA. Where can we download the EMA libraries to start development? Also can we get this from Maven repo and which version do you recommend? Thanks.
It looks like you're new here. Sign in or register to get started.