I observed this error once on startup when loading 410746 subscriptions, and it did not occur again re-running the same code and RIC set, so it is intermittent and rare. What would be the best way to handle these? (and is this a bug on the refinitiv server side?) 2023-08-15 21:01:23.647 DEBUG…
We want to know how to do a bulk call via API from ADS
I am getting Channel Down event, althogh connecting using ReconnectAttemptLimit as -1. state="Open / Suspect / None / 'channel down'" After channel down, any subscription failed due to below error and unable to get the data. Do I need to reinitialize my subscription client : DEBUG EmaConnection [RFA Dispatch Thread]: Data…
Hi Support, Got queries from InnovestX customer who build their own application and feed data from RTDS and RKD. They need help to clarify which field their API application should pick to get the correct data. See attached excel for reference. Under Column E, these are the field that client has been using. Under Ciolumn F,…
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.…
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…
Hi Team, how to unsubscribe a chain using EMA API? Thanks
Hello Team, Can I have a documentation on different status messages ? Example of the messages: StatusMsg streamId="5" domain="MarketPrice Domain" state="Open / Suspect / None / 'Service not available'" name="IBM.N" serviceName="DIRECT_FEED" StatusMsgEnd StatusMsg streamId="1" domain="Login Domain" state="Closed / Suspect /…
Our application is currently using RFA for both pub and sub. There is a mix of C++ and Java applications. We have a project to introduce some new pub / sub and disable some old pub. Eventually we're looking at upgrading all our APIs to EMA. However, due to resources and time constraint we're considering a phased migration…
When large number of handles are registered then calls to OmmConsumerImpl.unregister(handle) become very slow. I traced this to WlItemHandler.removeUserRequestFromClosedStream(WlRequest) which iterates over a LinkedList using an integer index, calling LinkedList.get(i) for each index. Since get(i) is O(N) on a LinkedList…
It looks like you're new here. Sign in or register to get started.