-
Change default EMA timeout programmatically ?
it seems the default timeout for EMA Java is 45000 milliseconds, is it possible to change that programmatically? I did not find anything in OmmConsumerConfig about that. I am not using EmaConfig.xml and i am creating my OmmConsumer like that: OmmConsumerConfig config = EmaFactory.createOmmConsumerConfig(); consumer =…
-
login failed while running the Consumer
Hi Team, While running the consumer we are facing login failed issues. I would like to know why this is failing and how to resolve this. Could someone please help me on this? 2022-12-05 15:26:48.529 ERROR 21852 --- [ main] c.refinitiv.ema.access.OmmConsumerImpl : loggerMsg ClientName: Consumer_1_1 Severity: Error Text:…
-
StatusMsg: A46: Item was reopened under new stream
Hi, I do a registerClient on a consumer that is accepted correctly. Then I receive the RefreshMsg with some data. After I receive the RefreshMsg I receive a StatusMsg with state="Closed / Suspect / Already open / '*A46: Item was reopened under new stream.'" : StatusMsg streamId="5" domain="MarketPrice Domain" state="Closed…
-
Data Streaming - Auto logout ("Login stream was closed.")
Hi, I am trying to streaming data via EMA. However, I got "Login stream was closed." warning message after receiving several messages. May I know how can I keep connected and keep streaming data. Thanks. Regards, Jun
-
Getting -> Error text Error initializing channel: errorId=-1 text=Error occurred during connectio...
...n process. Can you please help me Hi, I receive the below error trying to run example100. Could you please help me? SEVERE com.thomsonreuters.ema.access.ChannelCallbackClient reactorChannelEventCallback loggerMsg ClientName: ChannelCallbackClient Severity: Error Text: Received ChannelDown event on channel Channel…
-
Stale status (DataStream=”Suspect” and StreamState=”Open”) for ema-API
We are receiving in our log at startup time for all the subscribed tickers(100.000 tickers): StreamState[Open]; DataState[Suspect]; StatusCode[None]; errormessage current data is out of date we are using EMA-API java and 10 multi-ommconsumers. After 10 minutes, we receive the first refresh messages with the correct data.…
-
Use of EMA ChannelSet
How can we use the different ADS servers at the same time for our 11 OmmConsumers ? Can using EMA ChannelSet reduce the Stale status (DataStream=”Suspect” and StreamState=”Open”) when using ema-API ? If so, do you have an example of a simple config.xml ? The example of EmaConfigTest.xml…
-
chain subsription
How can we differentiate RIC chain and RIC with actual market data. (I am trying to implement one consumer client for Chain decoding and the other client to handle actual data). I am using java ema API to build consumer application. Example chains that i am subscribing (0#/FINRCORPORATE, 0#/FINRAGENCY) And also can you let…
-
Failover between Encrypted and non-Encrypted ADS using EMA
Is there a way to configure EMA so that it can failover between two ADSs, one with Encryption Enabled and One with Encryption Disabled?
-
ADS/TREP timestamps
Hi, I am planning to capture different time stamps on ADS/TREP Eikon C++ API Exchange->Refinitiv sent time -> TREP (receive/sent) -> ... I can see there are fields that provide exchange timestamps. Is there a way to get a time stamp when the message left Refintiv server? If not, is there a way to capture at least TREP…
-
How to resolve error: "Error: 1002 Invalid IPC Mount Opcode "
When I tried the Training sample: Cons113, I got the following error: loggerMsg TimeStamp: 20:38:58.209 ClientName: ChannelCallbackClient Severity: Warning Text: Received ChannelDownReconnecting event on channel Channel_4 Instance Name Consumer_4_1 RsslReactor 0x0x274e3b0 RsslChannel 0x0x271a3c0 Error Id -1 Internal…
-
How Can we test the EMA Consumer application
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.
-
DACS Gateway connection is down
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…
-
Need access to contributor ZKBE
For one of the RIC we are getting the Access denied issue. I have reproduced the same issue in local. Below is status message. StatusMsg streamId="12" domain="MarketPrice Domain" state="Closed / Suspect / Not entitled / 'Access Denied: User req to PE(2145)'" name="AU3FN0055695=ZKBE" nameType="1" StatusMsgEnd It seems we…
-
EMA OMMConsumer - channel out of buffers
Hi, after subscribing to a symbol list with around 1600 symbols I subscribe to those symbols individually. I start receiving updates to individual symbols but after a short period of time (10s or so) i get below exception: 2017-03-22 08:02:10,948 [pool-3-thread-1] ERROR com.thomsonreuters.ema.access.OmmConsumerImpl -…