-
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…
-
The cache list size for the application is set to 0, which is illegal.
We configred the NI Provider at RTDS, tested with teserserver and make sure it works. But once we mount the application developed with the EMA API, there's error message in the adh.log: <cipsnylab1.1.adh.sourceSSLDistribution.sslDispatcher.TEST_NIP: Error: Wed Sep 18 04:03:32 2024> Failed to start server "TEST_NIP" for the…
-
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…
-
Cluster/Redundancy/Failover for a non interactive provider
Hi, let's assume I have to publish an update for a RIC via a non interactive provider every X seconds. How to implement it, is more or less clear from the docs and code samples. What is not clear is how to provide any sort of a Cluster/Redundancy/Failover for that non interactive provider. Can I start 2 or more identical…
-
Can we implement a RTDS non-interactive provider Python app via Websocket API?
Can we implement a RTDS non-interactive provider Python app via Websocket API? Or other suggestion to do so? The programming language is Python.
-
A Proper way to publish ACVOL_1 with RFA C++ via NIP
We have an internal NIP , Non Interactive Publisher publishing data using RFA C++. The value of this field does not get converted properly to SSL client. RSSL clients are able to see the data. The field is defined as INTEGER for SSL , but it is defined as REAL64 on RSSL. ACVOL_1 "VOL ACCUMULATED" 32 NULL INTEGER 15 REAL64…
-
NIProvider: end stream of RIC updates so that only one ADH gets updates for it
Hi, Assume there is a multi-process application working as a NIProvider. It connects to one of two ADH-s configured to accept connection from the application. Please note that these two ADH-s do not work in a hot standby for NIP service. NIP on ADH-s is configured for source aggregation and communication is on TCP. It's…
-
Publishing using NIP ETA library (F10: Not In Cache error when consuming)
Hello All, I am trying to develop a Non-Interactive provider using the ETA library - Java SDK. A NIP service(NIP_TEST) has also been created and I am able to login as a provider to provide content. I have executed the sample programs provided in the Java SDK successfully and can see the Refresh/Update messages written to…
-
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…
-
Non Interactive Provider error message: Unable to find tagId for DefaultServiceID
Hi, I am trying the NIP but get below error, please advise: login failed (timed out after waiting 45000 milliseconds) for ) Exiting the application Full log: SEVERE: loggerMsg ClientName: EmaConfig Severity: Error Text: Unable to find tagId for DefaultServiceID loggerMsgEnd nov. 05, 2020 1:51:45 PM…
-
ETA Java Sample com.thomsonreuters.upa.examples.niprovider. Fail to set the Refresh message flag
We make use of the NIP sample package which support MarketPrice and MarketByOrder NIP Publishing. We have added a customized model - 128. However, we can't set the message flag to show "REFRESH_COMPLETE" even we already follow the other domain: public void applyRefreshComplete() { flags |=…
-
Difference between NIP and Posting
Can someone advise what are the differences between Non-interactive Publisher and Consumer Posting ? I see both can contribute the data to TREP
-
Can the Status Text response from from NIP be changed
Is it possible to the same text status for NIPs as we do for IPs? For Non-existent Items we get the following response: Received CLOSED msg for RIC [invalidItem]. This RIC is closed. [Wed Jan 22 14:12:40.898] Closed Status Received. Item:<invalidItem> (Text: "F10: Not In Cache") The Subscribing application will then retry,…
-
NIProvider : Encode a Currency
Hello I am a new developer on Elektron C++ API and i would like to create a NIProvider. I have several questions on how to use dictionary to encode a "CURRENCY" field ? How to retrieve the FID and how to encode the enum value ? How to initialize the dictionary ? Regards
-
NIProvider using RSSL_SOCKET over SSL: unable to publish data
We're having trouble understanding why we are unable to publish some fake data. We have been roughly following the tutorial here: https://developers.refinitiv.com/elektron/elektron-sdk-java/learning?content=11690&type=learning_material_item We use RSSL_SOCKET as the ChannelType. The host requires SSL to port 443 - we are…