-
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…
-
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…
-
Is there any way to publish a fraction to an ads via websocket
Hi in RSSL / RWF we can use RSSL_RH_FRACTION_256. Is there an equivalent message structure in JSON websocket to allow us to send and get a fraction displayed to a value FID (eg BID of 99 27/32) Thanks Martin
-
Rest api equivalent for ADSMON stats
I don't have direct access to the ADSMON tool, but our server is set up to allow access via REST api. I'm looking for where in the API i would find equivalent stats to what the tool displays under Data Streams: opensFromOverflowQueue streamIdMismatch These are the resources available in the API: Configuration Resources…
-
Delete record on an interactive source with an OMM off-stream post (websocket)
Hi - how do I delete a specific record using an OMM off-stream post on the ads web socket please? I'm using a type "Update" with an Action "Delete" - I get an Ack back from the ads, but the record doesn't get deleted. How do I remove it from cache please with a post? If i use this "Message": { "ID": 0, "Type": "Status",…
-
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…
-
RFA Consumer ads connection hop
I have a rfa ommconsumer which is connecting to two services. One of service is goes down but this service is available at other ads so how to hop to other ads in this case. Consumer was consuming multiple symbols data. what should be sequence of event I need to follow. Is there simple example available for this.
-
Multiple ADS hosts for PlatformSession Definition .Net
Is there a way to specify multiple ADS hosts in the following method of the .Net Data Library PlatformSession.Definition().Host(.. multiple hosts here ..) That will provide redundancy in case one host is unavailable?
-
Rfa8 C++ reconnect issue ads
Hi, I am new to rfa rssl library. recently in my company incident happen in test environment that ads server down and rfa consumer got error that upstream service is dead. Rfa consumer is configured with multiple server list why it did not bounce back to healthy ads. Can someone please explain the possible scenarios.
-
ADS Items per Service, ADS flow per service, Numbers and size of the updates per service
Is there any way to get below details in ADS. Items per Service, Flow per service, Numbers and size of the updates Thank You,
-
ADS is crashing when we stop our internal app which built with RFA JAVA Edition 8.1.0.L1.all.rrg
Dear Team, We recently migrated the ADS POP server from ADS 3.5 installed on OS RHEL 7.9, bare metal server, to ADS 3.8.1 installed on OS RHEL 8.9, virtual machine. we have encountered a concerning issue after the ADS POP migration, that whenever we stop our internal application built with RFA JAVA Edition…
-
What causes "Request Rejected: Cannot request existing view on streamId that is not opened"
Has anyone ever seen this error message? "ERROR MESSAGE: Type :(Status) Closed Completed State: CLOSED StatusCode: 1 Text: "Request Rejected: Cannot request existing view on streamId that is not opened." Info: NOT_FOUND" This is being generated on an application built with eta3.1.0.L1 and connecting to an ADS version…
-
Is it possible to config ADS server to stamp a time to Real-Time direct updates
We are using C# Real-Time SDK to receive data from Rea-Time Direct solution using an ADS server installed in the same data center. Our feed handler has a callback that immediately checks the latency of all incoming updates. Our feed handler receives high-latency updates from time to time. One sample today (2024-11-25) is…
-
in RTCMON I see "nonRecoverableOpens"
What are nonRecoverableOpens sometimes I'm seeing that number represent almost 10% a users request. What does that mean.
-
RTDS - Rest API
Hi, Can we consume real time data from RTDS (ADS version 3.7) using Rest API ? in addition, please can you confirm where we can access the RTDS REST API documentation, Thanks, Ronen