Greetings! I am using latest RTSDK C/CPP 2.1.3.G1 aka EMA/ETA 3.7.3.G1 aka 3.7.3.3 and having dictionary timeout issues similar to https://community.developers.refinitiv.com/questions/95787/emadictionary-retrieval-failed-timed-out-after-wai.html I increased timeout up to 120 seconds, and it helped only once, while most of…
引入了maven的依赖之后,项目是可以跑起来的,但是我想关闭debug级别的日志是可以的吗 <dependency> <groupId>com.thomsonreuters.ema</groupId> <artifactId>ema</artifactId> <version>3.5.1.0</version> </dependency>
你好,这是你们的工具类,我们已经生产环境里面获取到了username password clientId,这个host是什么,position是什么,能否给我们提示 public static String server; public static String hostname = "127.0.0.1"; public static String port = "15000"; public static String user = "root"; public static String position = ""; public static String appId = "256"; public static…
Hi Team, What is the equivalent of RFA API method expandedValueFor in class FieldDictionary in EMA API? Thanks
Can this returned message body be directly received by a Java entity class and encapsulated into an entity class? This is a code snippet. If it is encapsulated into an entity class, which class is it? It contains the following FieldList, FieldEntry, etc. balabala public void onRefreshMsg(RefreshMsg refreshMsg,…
Our developer needs an EMA version on RH9 for application development. We have downloaded the EMA package (Real-Time-SDK-2.1.3.E1.linux.zip) from Refinitiv developer site on Jan-2024. Please advise whether this package is RH9 compatible. If there is a EMA package for RH9, please kindly advise the link for download.
Hello, I have a strange problem when I contribute data to RICs on ATS using EMA API. Sometimes data on 1 (or even more) RICs are incorrect/mixed - diffrent from values I sent to ATS via PostMsg. I noticed the problem occurs only during 2-nd, or more contribution to there RICs - during first contribution I haven't seen this…
Hi Team, We are currently upgrading our application from RFA API to EMA API and we are facing issues while unsubscribing a RIC in some scenarios. We are using the OmmConsumerClient as explained in the examples. But while unsubscribing a RIC we are still getting updates for it in the form of UpdateMessage. We request you to…
Hi everyone, I have a test RTO environment with a valid client id and secret credentials (I use RTO v2 authentication with EMA). Here is my config (programmatic, not using Emaconfig.xml): Map elementMap = EmaFactory.createMap(); ElementList elementList = EmaFactory.createElementList(); ElementList innerElementList =…
EMA Java OmmConsumer fails with an AssertionError after running for 2 days: java.lang.AssertionError: byte buffer must be non-null at com.refinitiv.eta.codec.DecodeIteratorImpl.setBufferAndRWFVersion(DecodeIteratorImpl.java:84) at com.refinitiv.ema.access.FieldListImpl.decode(FieldListImpl.java:315) at…
It looks like you're new here. Sign in or register to get started.