1. Using EMA as gradle dependency implementation group: 'com.refinitiv.ema', name: 'ema', version: '3.6.6.0' Java 17, Windows 10 2. I used example from https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-java/tutorials#ema-consumer-posting-data-to-contribution-channel Stuck on Establish an…
Hi all, please help me with this issue. Context: EMA C++ based application, using an OmmProviderClient that downloads the Data dictionary over the Login connection. Issue: timeout while downloading the dictionary (RWFFld is downloaded, RWFEnum isn't). In the context of reqMsg for login request, the application starts the…
RTSDK-2.0.6.L1.linux.rrg RTSDK-2.0.6.L1.linux.rrg/Cpp-C/Ema/Executables/CENTOS7_64_GCC482/Optimized/IProv280 Provider crashes at end with stack (gdb) bt #0 0x00007f5ceaf07387 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:55 #1 0x00007f5ceaf08a78 in __GI_abort () at abort.c:90 #2…
Hi, We are reading market data using Real-Time Optimized As per the training code sample, the OmmConsumer object is created and multiple instruments (clients) are registered The system works well, so we get onRefreshMsg(), or onUpdateMsg() calls with the data When there is an error in emaLog, e.g.: loggerMsg TimeStamp:…
Hi there, We are currently using the ema library to collect news from refinitiv. We're connecting using ric: MRN_STORY group: 'com.refinitiv.ema', name: 'ema', version: '3.6.1.2' How is the recovery working? Let's say my listener is down for 2 hours, how do I get back the news that were disseminated during that time. Thank…
I have a EMA based data consumer (snapshot) application that sends batch requests (1000 instruments in each batch) to the managed elektron feed in EaaS data center... and in return , some of the requests return status of closed/suspect/timeout : 2022-09-02 13:30:41,302 [main] WARN : Request failed: service=IDN_RDF…
We are working with below EMA SDK: <dependency> <groupId>com.refinitiv.ema</groupId> <artifactId>ema</artifactId> <version>3.6.3.1</versio </dependency> These days we found some uncaught NulllPointerException in not .log file but standard output. Exception in thread "pool-25-thread-1" java.lang.NullPointerException at…
I use C++ version of EMA on Windows and CentOS 6.7 work fine. I am trying to use it on CentOS 7 but it always display error Exception Type='OmmInvalidUsageException', Text='Failed to add RsslChannel(s) to RsslReactor. Channel name(s) Channel_4 Instance Name Consumer_4_1 RsslReactor 0x0x2a34b70 RsslChannel 0 Error Id -1…
Client using EMA to connect LPC, and found LPC logout every 45 seconds, but code set sleep is 60 seconds. Could you please help review the code if any incorrect input? OmmConsumer ommConsumer = null; try { OmmConsumerConfig config = EmaFactory.createOmmConsumerConfig() .host("xxxx") .username("xxxx"); ommConsumer =…
For RTO EMA application, what's the compression approach used during message transferring? And configurations can be specified for the compression? The target is to minimize the data usage in the limited network bandwidth environment considering the possibility to leverage high compression ratio approach.
It looks like you're new here. Sign in or register to get started.