-
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
-
will websockets be able to consume dataType 2 ?
My inhouse RTDS has two types of service. One with dataType 6 (IDN, Bloomberg etc) and dataType2 (inhouse services) I am using the examples that came with the websockets API. Work fine with dataType 6 but I get a Json conversion error for the dataType 2. Is there a way to make the websockets examples consume dataType 2 ?
-
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
-
NIP data truncated by ADH cache
Hi All, I got a NIP service that sends this example 7byte number 1731027600945646903 to a field capable of RWF length of 8 which I assume means 8 bytes as well so it should fit within the range just fine. LASTUPDATE "LASTUPDATE" 20101 NULL INTEGER 15 UINT64 8 However ADH cache truncates the data stating it is to large. Any…
-
When the publisher deletes and resends the instrument the cache on the ADH for that particular In...
...strument is corrupted, would like to understand the possible causes for ADH cache getting corrupted when the publisher refresh the Instrument When the publisher deletes and resends the instrument the cache on the ADH for that particular Instrument is corrupted, would like to understand the possible causes for cache…
-
Stale items on ADH, but item is updating in Source application
Stale items on ADH, but item is updating in Source application. Our ADH is cached and we this behavior for some items they go stale but when we try to subacribe to the Source application we can see updates. Once we close the item or clear the item for cache using adhmon, it starts updating. What are the possible causes for…
-
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 :…
-
HTTPS for RTDS Rest API
Does the current REST Interface for RTDS components support https? In the documentation, for example in REFINITIV REAL-TIME CONNECTOR SYSTEM ADMINISTRATION MANUAL, the REST Interface only shows http. Does it support any authentication? Thank you.
-
RFA Connection Time Out Parameter
We have an application named Rate publisher where we are fetching the real time rates from RTDS server. Below rfa parameters for the reference. We have a connection Time Out Parameter defined as 350000 ms. Our aim is whenever a ADH disconnection, application should wait for 35 sec before sending an alert. However, this…
-
Max length of RSSL string payload
Is there a max length for the payload of an ASCII_STRING / RMTES_STRING field? All I can see documentation-wise is the table "5.5.2.4 FIELD TYPE Keywords" in the "RDM Usage Guide" but I'm reading that as how to convert MarketFeed types to RWF? I'm inferring (/hoping) from reading the SDK code that string length is only…
-
RRCP Warning/Error - rrcpE_User.c,rrcpE_User_construct
Hello, Could some one help me understand what cause this warning message? RRCP SOURCE: INTERNAL ERROR: [/local/jenkins/workspace/RTDS35XCore_Release/OS/OL7-64/ssl/RrcpDaemon/Engine/rrcpE_User.c,rrcpE_User_construct(),1551 This on adh3.5.4
-
ADH/ADS : Item not found in cache when posting data using Non interactive provider
Hello, We are trying to use NIProvider to publish custom items on ADH using a dedicated service name. It seems to work but we are not able to consume the data from ADS using the same service name. On RTC when checking the item on ADS we get the error : Stream State : Closed Data State : Suspect State Code : None Status…
-
ADH Cache MBO
I am testing MBO behavior when ADH/ADS is set up in caching. I am sending a query for MBO RIC and get a response back with Summary Data and the Orderbook multi part solicited refresh message. While keeping the subscription on, I query the same RIC via the ADH and expectedly ADH responds back but this time I just see the…
-
RMDSclient issues
I am using rmdsclient to query and subscribe on RSSL_DM_MARKET_BY_ORDER domain. I see that sometimes the rmdsclient misses data since RSSL_DM_MARKET_BY_ORDER has multiple parts for refreshMsg and I see it sometimes start from partNum=3 or some other parts. I enabled the XML trace in TREP FH to see if it sends out data…
-
ADH does not send close
I am using rmds client to query to TREP FH. I have noticed if I keep restarting the rmds client (meaning start/kill/start) once in a while , the ADH does not send close for a stream and then re-request the same stream when rmds is started. Now TREP FH application has no way of knowing active streams. This leads to TREP FH…