-
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…
-
ETA RWF encoding
Hi, We try to retrieve streaming realtime data via ETA C in RWF format from our local deployed RTDS. There is a sample code for using ETA C VAConsumer what we used: ./VAConsumer -webSocket {{HOST}}:{{PORT}} {{SERVICE}} mp:EUR= -uname {{USER_NAME}} -aid {{APPID}} -x -protocolList rssl.rwf We received the following message:…
-
Websocket settings ADH/ADS
Advanced Data Hub (ADH) Advanced Distribution Server (ADS) Question 1, in order to support websocket settings, do the following settings need to be modified in adh/ads at the same time? *IDN_SELECTFEED*convertMfeedDataToRWF : True *IDN_SELECTFEED*dataType : 6 Question 2, Does ET support obtaining RWF type data from ADS?
-
websocket api : F47 error while posting dacslock
Hi dear community, I am currently trying to implement dacs lock management in a Websocket-based application (written in Python), and I am curiously receiving this message after I post the data : 2023-07-31 18:20:33,175 - DEBUG - Ack received on pub channel : {"ID": 1, "Type": "Ack", "AckID": 62, "NakCode": "AccessDenied",…