-
DACS_GetLock do I need to explicitly free the memory for
In the following exmaple : if (DACS_GetLock(30, pcTypePtr, &lock1Ptr, &lock1Len, &dacsError) == DACS_FAILURE) { if (DACS_perror(dacsErrorBuffer, sizeof(dacsErrorBuffer), (unsigned char *)"DACS_GetLock() failed with error", &dacsError) == DACS_SUCCESS) { printf("%s\n", dacsErrorBuffer); } else { printf("DACS_GetLock()…
-
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…
-
A46: Item was reopened under new stream.
Hi Team, One of my client faced this issue "A46: Item was reopened under new stream." recently. As you mentioned in link “A46: Item was reopened under new stream.” — LSEG Developer Community , the client may have duplicate subscription in the batch request message(s) and closed the first stream. Why there is no data update…
-
Configuring ADH to connect to RTO
I'm not sure if this is the correct forum to ask this question - but we're trying to configure our ADH route_cloud.cpd file to connect to RTO and I was wondering if there was a guide available. The main issue is, in the configuration file we can't see configuration items for client id or secret and were wondering if they…
-
Can testserver playback recording in a loop?
Hi, I am using testserver from the docker image refinitivrealtime/infratools:3.8.1.L1 and I am Running the playback from a XML file that I have captured using the test client. Using the following command: testserver-S DIRECT_FEED -Q dist/recXml.xml -U 1 -N 14002 -K -ik -t 361 It looks like the testserver finishes and no…
-
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
-
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