we are having a provider(RFA), and a Consumer(Ema). When subscribing to the MarketDataService from the Consumer, the ServiceName appears on the Provider side through Trep. However, during application shutdown on the Consumer side, automatic unsubscription calls are made, which we observe at the Provider end. Unfortunately,…
Hi, Is there a detailed description of the meaning for the different Omm State's? What I need is all different combinations and what they represent. EmaFactory.createStatusMsg() .state( OmmState.StreamState.OPEN, // Stream state OmmState.DataState.SUSPECT, // Data state OmmState.StatusCode.ERROR, // Data status "some…
Hi Team, Can you please provide any insight into what might have caused the following? 2024-08-29 04:47:43,307+0000 ERROR [com.refinitiv.ema.access.OmmConsumerImpl] (main) [-] [] loggerMsg ClientName: Consumer_RTO_1 Severity: Error Text: login failed (timed out after waiting 45000 milliseconds) for :) loggerMsgEnd…
I am implementing my own IProvider following the sample [here](https://github.com/Refinitiv/Real-Time-SDK/blob/master/CSharp/Ema/Examples/Training/IProvider/100_Series/100_MP_Streaming/IProvider.cs) In the RDMFieldDictionary file, I am aware that fields can at least be two types of strings, ASCII_STRING or RMTES_STRING.…
I am implementing my own NIProvider which is essentially something like [this example](https://github.com/Refinitiv/Real-Time-SDK/blob/master/CSharp/Ema/Examples/Training/IProvider/100_Series/100_MP_Streaming/IProvider.cs) but I added a string array `Rics`: string[] Rics = {"NVDA", "MSFT", "AAPL"}; to simulate updates for…
I am using the `OmmProvider` Class to implement a custom data provider. Essentially I am doing this as demonstrated by [this sample](https://github.com/Refinitiv/Real-Time-SDK/blob/master/CSharp/Ema/Examples/Training/IProvider/100_Series/100_MP_Streaming/IProvider.cs): public static void Main(string[] args) { OmmProvider?…
We are using EMA NIP to publish on to ADS POP. WE noticed that when there is a network issue or if the ADS POP server is rebooted for OS patching purpose. The EMA NIP is not initiating the connection when the ADS POP server is up. Only after restart of EMA NIP its initiates the connection. Below is the error we see in EMA…
Hi Team, client is using EMA SDK version 2.0.4L1 and commons-configuration2-2.7.jar. They are asking if they can upgrade to commons-configuration2-2.8.jar or above without EMA SDK version upgrade. Thanks
Do you have any idea on the following NullPointerException? It occurred after we uninitialized and then new OmmConsumer due to got the 'CLOSED' login StatusMsg after the application has been running a while. However hard to be reproduced. If you know the possible root cause and how to avoid it? Thanks. Exception in thread…
I have recorded (I used the GCc1, a frequently being updated RIC) the play back file via testclient ... -of or -obf command successfully. However I encountered the problem that once I tried to replay that with testserver, only the refreshMsg received, no further updateMsg received on the testclient . Test server command to…
It looks like you're new here. Sign in or register to get started.