The most recent content from our members.
Hello, Just wondering whether it is possible to set up a .NET OMM interactive Provider using EMA, since I cannot find examples in the Github training tutorials? Regards, Moez
We have tried to deploy the EMA C++ Provider/Consumer on some RHEL 8.7/8.8 servers, with SDK version - Real-Time-SDK-2.1.0.L1. The test is to check the connectivity between the producer program and consumer program, and we launch them on the same machine for testing. We found that the consumer keeps getting Text…
We have tried to deploy the EMA C++ Provider/Consumer on some RHEL 8.7 servers, with EMA version 3.6.5, and we got the following error on client side: loggerMsg TimeStamp: 20:04:36.916 ClientName: ChannelCallbackClient Severity: Success Text: Received ChannelUp event on channel Channel_1 Instance Name Consumer_1_1…
I'm building a interactive provider (EMA C++ OMM API) for streaming the market data to different downstream applications, which are Refinitiv Consumer, through TCP socket. I'm testing the scenario that how my provider behaves when I have very slow consumer connect to it. I found that the provider will throw an out of…
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…
Hi, please help me with this case. Scenario: Interactive Provider providing data to downstream consumers. For reasons external to the application, the Interactive Provider may not have yet the items requested by the consumers (e.g. in startup scenarios). If in this timeframe requests are received, they are replied with a…
It seems that when the OmmProvider destructor is called, the server port is not closed properly. This causes some issues for us since we in the same process need to destroy and create the provider multiple times. Example code: #include <iostream> #include <chrono> #include <ctime> #include <thread> #include "Ema.h" using…
Hi, We have a couple of old IP's which use SSL and those are now due to be replaced with RSSL driven IP's. We noticed a strange behavior with the new RSSL IP's when requesting RIC's via either Eikon or a Reuters SDK/Script. Basically what happens is that if you request a RIC, let's call it RIC1. I can see us receiving the…
Hi, please help me with the following issue. Scenario: EMA Interactive provider -> ADH -> ADS -> 2 consumers Consumer 1 starts and subscribes to a RIC. After some time, Consumer 2 starts and subscribes to the same RIC. On the EmaTrace of the provider side, I see 2 requestMsg coming from the ADH/ADS for the two consumers.…
I have an interactive publisher that works fine and publishes data all day long mostly. But only once or twice in the day, it gets disconnected by the ADH. I am not sure why the ADH disconnects us. The message in our logs says "ping error". On our server we dont see any high cpu or network and we are publishing messages to…
It looks like you're new here. Sign in or register to get started.