-
C++ NIProvider publishing to ADH service does not work
I am testing according to lseg C++ NIProvider tutorial.I am testing on internal service “DTS_KL” of internal ric “USDFON=MBBGM”, the codes are like the following.OmmProvider. provider(OmmNiProviderConfig("c:\\temp\\process\\x64\\EMAConfig.xml").username("drdwhw")); UInt64 serviceId = 1000; UInt64 sourceDirectoryHandle = 1;…
-
consumer fields
hi I am new in Reuters, I am trying to use your examples, I started with consumer EMA using c# i what to get value of RIC and i want to new which fileds i need to put in "NAME" ***I have attached the output of the code. this is the code : public class Consumer { static void Main() { OmmConsumer? consumer = null; try {…
-
リフィニティブAPIに関する問合せについて
<前提事項> 弊社のシステムでは、ADS146.242.129.226 もしくは、146.242.133.226 に接続し、 Enterprise Message API (EMA)を利用してデータを取得しております。 <照会事項> 以下の日時、RICにてEMA経由でデータ取得を行ったところ、 2025/4/24 10:30(日本時間)では取得不可、2025/4/24 13:00(日本時間)は取得可でした。 2025/4/24 10:30 にRIC:DIBJP1WD= について、情報取得できなかった理由をご教示願います。 ・取得不可のRIC : “DIBJP1WD=” ・取得不可の日時 : 2025/4/24 10:30…
-
Need to publish new data but without previously published records
Hello team I am trying to publish new record but it is getting publish with previously published records, and I not need to publish the previously published records need to publish freshly publishing records. Please help
-
TREP: Unexpected "Output threshold breached for <user>...."
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…
-
Help, Where can I download ema.so and eta.so?
I’m developing a Java application to publish market data to TREP. After reading some documentation, I found that I need to use the following JAR files: ema-3.8.3.0.jar, logback-classic-1.2.11.jar, eta-3.8.3.0.jar, logback-core-1.2.11.jar, slf4j-api-2.0.16.jar, and json-20240303.jar. The documentation also mentions that I…
-
ERROR: 'Attempt to submit initial RefreshMsg with service name of XYZ that was not included in th...
...e SourceDirectory Hi, I am trying to publish data to our Local TREP infrastructure but I am getting the following error and not sure what it means. Can you please help? Exception Type='OmmInvalidUsageException', Text='Attempt to submit initial RefreshMsg with service name of XYZ that was not included in the…
-
Usage data was lost due to: Cannot open the DACS lock file - /usr/agent/dacs.usagelock
Hi, here are the logs from our one of our snkd processes: Mar 14 17:10:54:Usage data was lost due to: Cannot open the DACS lock file - /usr/agent/dacs.usagelock Which have another snkd which is running fine. The interesting thing is that we have set the path for this dacs.usage file on our TREP configuration file rmds.cnf…
-
RFA 8.2.3 and LPC 1.4.0
When using the subjected to get real-time rate feed to my treasury application, I'm getting the error below.. Kindly assist: <lpc.snkRsslServer.14002: Debug: Wed Mar 12 19:29:59.559573 2025> RSSL disconnect from host "" at address on channel 17. Reason: rsslInitChannel() failed with code -1. Text:…
-
Warm standby
Hi, I am exploring warm standby for my application. There will be two servers active server and standby server for a consumer as per developers guide. But what is for the trep ads server, will a single server can act as standby server for one ommconsumer and act as active server for a different ommconsumer. Basically, do I…
-
Does TREP respect DNS TTL?
We are looking to get a new application onto nomad/consul (which will act as a DNS server for our apps) and it uses a DNS TTL of 0 so that clients (in this case ADH) automatically reconnect to the correct host when a container goes down on one host and comes back on another
-
Java RealTime SDK: how to detect RIC closed by ATS then reopened
Hello I am using Java RealTime SDK to connect my application to TREP. <dependency> <groupId>com.refinitiv.ema</groupId> <artifactId>ema</artifactId> <version>3.7.3.0</version> </dependency> It is able to subscribe for RICs and to receive realtime market data One of our client complaints about an issue when consuming RICs…
-
Where can I get the documentation for status message relating to RTMDS for websocket API
Example : STATUS (Item Closed) Text: RTMDS*Access Denied: to IDN StreamState: CLOSEDDataState: SUSPECT CACHED Status - StreamState: CLOSED DataState: SUSPECT
-
RIC <MRN_STORY> We are getting streamed articles for the Swedish language, but not for English
Hi team, RIC <MRN_STORY> We are getting streamed articles for the Swedish language, but not for English We have verified that both the TREP servers and the application are receiving the same articles, all in Swedish (SV) as the language. Additionally, there is only one client subscription code configured on the application…
-
RTSDK Interactive Provider vs NonInteractive Provider
Hi, we'd like to write a data publisher to TREP using RTSDK. This publisher will receive streaming data, do some translation and then publish the data to TREP. We started with using the NonInteractive Provider since we need this process to publish data whenever it receives it. But during testing, we can't see the data in…