Hello, I would like your advice about performance issue while request instruments of a chain component. For example, the chain 0#SRD.PA contains 144 instruments. My algorythm opens one chain for SRD.PA (to retrieve its elements), and request each intruments to retrieve its quote informations : protected RefinitivItem…
com.refinitiv.ema.access.OmmConsumerImpl.rdmLoginMsgCallback [msg-thread-2] ·⊱══> loggerMsg ClientName: LoginCallbackClient Severity: Error Text: RDMLogin stream was closed with status message username AQIC5wM2LY4Sfcw7PI%2BpJrKoLe9CMNUh64rTD0GjH6uqt68%3D%40AAJTSQACMzAAAlNLABQtNTE1NTk5NjQxMzM4MDQzOTM1NwACUzEAAjIx%23…
Hi, let's assume I have to publish an update for a RIC via a non interactive provider every X seconds. How to implement it, is more or less clear from the docs and code samples. What is not clear is how to provide any sort of a Cluster/Redundancy/Failover for that non interactive provider. Can I start 2 or more identical…
Hi, I've enabled WarmStandBy feature by referring to the example in https://developers.refinitiv.com/en/article-catalog/article/how-to-run-refinitiv-real-time-sdk-c-c---warm-standby-examples Can i use those provider examples in https://github.com/Refinitiv/Real-Time-SDK/tree/master/Cpp-C/Ema/Examples/Training/IProvider to…
What is the best way to test a EMA consumer check whether the application is working in expected way. Is there test feed that we can access. Or is there any mock up provider (TREP feed simulator) provided with SDK or is there sample code for such mock up provider to test the EMA consumer.
So I submit data via the Java EMA (based on the Contributor.java example code). Everything is fine for a number of days (submitting 295 items that takes 15ms every second), but then suddenly it will start to run very slowly with the same batches taking between 3000ms and 7000ms. Some times this rectifies itself, but a lot…
Hi I am using Java EMA API to fetch data from Elektron service. While my program was running, it came across the following error: 22:34:09.492 [pool-4-thread-1] ERROR com.thomsonreuters.ema.access.OmmConsumerImpl - loggerMsg ClientName: LoginCallbackClient Severity: Error Text: RDMLogin stream was closed with status…
I have written the simplest code example that returns a refresh message and it gets a internal stack trace on unregister(). What's wrong in these 40 lines? OnMsgTest onMsgTest = new OnMsgTest(ommConsumer, symbol);<br /> long handle = ommConsumer.registerClient(reqMsg.serviceName(source).name(symbol), onMsgTest); and later…
Facing channel down reconnecting issue while connecting to ZKBE related RICS: AU3FN0055695=ZKBE CH0008435569=ZKBE 2023-02-01 16:45:19.699 WARN 31160 --- [ main] c.refinitiv.ema.access.OmmConsumerImpl : loggerMsg ClientName: ChannelCallbackClient Severity: Warning Text: Received ChannelDownReconnecting event on channel…
1. API:EMA 3.6.3.1 2. JAVA 3. Windows Hello, We have a question regarding to the way we download the data from RTDS. As you know, we have to manage different type of data in term of availability such as real time, CLS, DLY, D10, D15, D20, D30, D6h,… For the moment the push time is calculated at the start of the program by…
It looks like you're new here. Sign in or register to get started.