let me describe the issue in steps with pseudo code: in Consumer App, call OmmConsumer.registerClient(reqMsgA, testConsumerClient, closure); // ric A OmmConsumer.registerClient(reqMsgB, testConsumerClient, closure); // ric B 2. in Data feed service, OmmProviderClient.onReqMsg receives 1st OmmProviderEvent.handle, say 2,…
Hi, I developed a JAVA application based on Refinitiv Realtime SDK, that is consuming RICs on TREP. Today, one of my customer reporting an issue that he was able to observe many time during the night: my application is disconnected from TREP ADS logs shows errors such as Output threshold breached for XXX" at position…
Hi, I am contacting from TD Securities, I had some discussion with Douglas Walker as we are trying to submit a test pricing through (ADS/ADH) service via Refinitiv setup RIC: CA01921I=TEST and the SERVICE= REUTERS I was told by Douglas to use this portal for any issue(s) and he also mentioned we need to use REUTERS(not…
Dear Support, In EMA Java, the default format for data fields of type TIME is STR_DATETIME_RSSL (HH:MM:SS:XXX:YYY:ZZZ). How do we change it to ISO format STR_DATETIME_ISO8601 which lacks the ':' delimiters in the subsecond part of the format. Thanks, Kristen
We tried to use EMA to retrieve data from ELEKTRON_DD using the RIC code 'JPY=', but encountered the following log error and were unable to obtain the data. We are using V2 for authentication. Could you please share what this error indicates, its cause, and possible solutions? ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー 6…
was looking for examples of how to develop a springboot REST API using the EMA API. Any good references ? using the following version implementation("com.refinitiv.ema:ema:3.8.3.0")
we have a ema based java ommconsumer client which currently subscribes to spot. forward bid/ask rates but the same connection is not getting any market data feed for WMR Fixing RICS e.g. USDEURFIXP=WM and USDEURFIX=WM. We are using client service account which has the RTO/WMR licenses What could be the issue here? This is…
There is deadlock at OMMConsumer while un-registering ric. Please advise. Below are logs from application. at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at…
Hello, We are able to successfully connect and retrieve data using EMA java library, EmaFactory.createOmmConsumer(EmaFactory.createOmmConsumerConfig().host("host_1:14002").username("user123")); How do we specify multiple hosts for failback reasons : host_1, host_2, etc. Can it be done using the libraries or there is any…
I want to connect to RTO from a Linux server using Java. I believe that using one of the URLs below would allow for a simple connection check, but which one should I use? https://github.com/Refinitiv/Real-Time-SDK/tree/master/Java/Ema/Examples/src/main/java/com/refinitiv/ema/examples/training/consumer Here are the planned…
It looks like you're new here. Sign in or register to get started.