-
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",…
-
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…
-
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
-
Is there a way to get updateRate value per User and not per mount via RestAPI
Is there a way to get updateRate value per User and not per mount via RestAPI ? Currently it is possible to get updateRate from RestAPI using URL like this: http://ADS_IPADDRESS:RESTAPI_PORT/sharedmem/classes/SinkDistMsgs/instances/all/variables/updateRate Result is like this :…
-
RTDS Rest API how to get update rate from ADS per user not per mount
Hi Team Is there a way to get updateRate value per User and not per mount via RestAPI ? Currently it is possible to get updateRate from RestAPI using URL like this: http://ADS_IPADDRESS:RESTAPI_PORT/sharedmem/classes/SinkDistMsgs/instances/all/variables/updateRate Result is like this :…
-
Python WebSocket Code on RTO - Would it work on RTMDS over WebSocket
We have a client that is currently using Python API to connect to RTO on AWS and generating json files as output for real-time data. They are now evaluating to move the workflow from AWS to on prem RTMDS setup where they have access to 2 ADS servers over private comms. The RTMDS setup is WebSocket enabled. Client wants…