-
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…
-
Query on blank update received for LCOF6
Our client is a RTMDS consumer for RT data and have the following question. We are seeing for some instruments we receive blank updates in between actual updates something like this - ``` DoNotRipple seqNum="14798" name="LCOF6" serviceId="259" serviceName="hEDD" Payload dataType="FieldList" FieldList FieldEntry…
-
Changing from TCP to TLS for AWS
Hi, we would like to check if ads pop in the AWS environment supports TLS listener port such as port 14002 and including the ads & dacs related ports. If yes, is there a guide on how we can configure to get the hub to get the route connected to the feed
-
We're consuming data using the Real Time SDK (https://github.com/Refinitiv/Real-Time-SDK/tree/master
We're consuming data using the Real Time SDK (). When opening the item JPYNOK=X, we get a reasonable call to OnRefreshMsg() with a conversion rate and a scaling of 100. However, when we receive calls to OnUpdateMsg() for this item, the scaling is set to 1. We believe this is a bug. Are you able to confirm and possibly fix…
-
Old RT Lib for connectivity
I need to create a middleware that can be connected using the old RT library. At this point it is connecting to trep, using the following config an an example. *ipcRoute: triarch_sink ap-trep1A ap-trep1B I tried simply adding my own IP of my application or localhost besides and removing trep hosts. As I understood form…
-
A mix of Request timeout/channel down/Service not up
Our feedhandler uses C# Real-Time SDK, it subscribed to ~5000 names. On Dec 18, 2024 we notice that there were some issue from ~14:30 to 16:30 EST. The below are some of the samples we received: 2024-12-18 14:51:58.9900 | Refinitiv StatusMsg: Name: CASY.O, ServiceName: hEDD, State: Open / Suspect / None / 'channel down.'…