-
EventText: FID in RIC has been rejected because of deny reason [Unknown Field]. No FID number was...
... received. Screenshot 2024-10-13 at 16.44.09.pngScreenshot 2024-10-13 at 16.33.30.png Hello Dev Team, Our integration layer is in JAVA and Using the Latest Refinitiv SDK. The attachment contains the ERROR that I am trying to make sure I capture in the future. Context: We are contributing price updates using RCC and were…
-
RCC/Websocket API - Field used for close price contribution
I'm using RCC via Websocket API to post Equity Indices data to Refinitiv, using python. I'm able to connect to UAT correctly and it seems that the data went through SENT: { "Ack":true, "ID":1, "Key":{ "Name":".FCIWD800USDP", "Service":"DDS_TRCE" }, "Message":{ "Fields":{ "ASK":2284.0247, "DSPLY_NAME":"Hello RCC",…
-
The contributor is facing login issues on RCC, where they get timeout error
I’ve changed it to: <Channel> <Name value="Channel_1"/> <ChannelType value="ChannelType::RSSL_ENCRYPTED"/> <Host value="contrib1-emea1.platform.refinitiv.com"/> <Port value="443"/> <EncryptedProtocolType value="EncryptedProtocolType::RSSL_SOCKET"/> </Channel> </ChannelList> And still get the original error (I tried 5…
-
Contibution of text using RCC 3.76.7.3 : Encoded data length exceeds
Hi, I am getting the error : streamId="5" domain="MarketPrice Domain" ackId="1" nackCode="DeniedBySource" text="Encoded data length exceeds RWF length Fid Id [3] [Failed to apply update. Cache build failed]" while trying to contribute a text : title = Bande de Fluctuation du Dirham - Date de valeur : 04/05/2023 FieldList…
-
How to check contribution and disconnect from channel in RCC
Hi, I'm using RCC on a java source code using spring boot microservice. the version of framework is : com.refinitiv.ema 3.6.7.3 I am using 2 java threads to handle Connexion and contribution. i have two questions plz : 1- How can i check if the contribution is done or not (to return a response with rest api). 2- How to…
-
Local test environment to test data posting to the Refinitiv Contribution Channel (RCC) directly
I have followed the steps from https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-java/tutorials/ema-consumer/ema-consumer-posting-data-to-contribution-channel and now I can post data via consumer directly to Refinitiv Contribution Channel (RCC). So no questions about that. However, I need to…
-
Login request rejected, decoding failed
When attempting to log in with websockets RCC API, client is receiving {"Stream":"ClosedRecover","Data":"Suspect","Code":"UsageError","Text":"Login request rejected, decoding failed"}}] LOG_INFO vtisprc 30.01.2023 07:26:02.753313 6224(520) Tr2Session[919] Status [Login]: Login request rejected, decoding failed What would…
-
Field Dictionary for RtContribute
Good Day, our company is uploading the price levels of equity and fixed income indices with the RtContribution-Formula in an Excel-workbook like this: =RtContribute($C$4,D11,$F$10:$H$10,F11:H11,$C$5) Currently we are using the field items 6,21,79 for TRDPRC_1HST_CLOSEHSTCLSDATE Could you help me out with a Field Dictionary…
-
EMA Developer's Guide, Where Do I find it?
Where Do I find the EMA Developer's Guide who is mentioned that bellow tutorial? https://developers.refinitiv.com/elektron/elektron-sdk-cc/learning?content=26452&type=learning_material_item I was trying to build that example and I didn't find that guide to see chapter 4.3.3: Encrypted Connections
-
Exception in Access/Impl/Thread.cpp - RCC (Refinitiv Contribution Channel) EMA C++
Hi Community I am working on an automation that is able to contribute daily a considerable amount of RICs, we talking about more than 11.000 RICs with 6 fields each one. Taking as a basis this sample, I was able to build and contribute data to a small number of RICs. However when I try to run it using whole range of RICs…
-
TRCC redundent connections and reconnect behaviour
I have a couple of questions how to archive resilience when connecting to a TRCC via ESDK. (I'm using EMA / Java) As per the documentation on the developer site: (see https://developers.refinitiv.com/article/contributing-your-data-thomson-reuters) Quote : Establish an encrypted Tunnelstream connection to one of the RCC…
-
Sample and Tutorial for Contribution using .NET/C# needed
Hello, we have developed a .NET based application written in C# to contribute RICS based data to Refnitiv servers. This application is using the Reuters MarketLink IP protocol, more precisely the API called "Marketfeed over TCP/IP" (MFOT). Our software is successfully running since several years at major financial…
-
DACS User Profile denied access to vendor
Hi Team, I'm having this issue to make contributions to MXNTN=TEST This is my code The RIC exists but i dont know what user should i use or what is the problem Any idea how to solve this or who should i contact? Thanks in advance
-
ETA Consumer - Posting data to Contribution Channel (sample) doesn't work
It' has been a long time that I've been trying run ETA RCC, because EMA RCC isn't able to contribute more than one RIC at time. I downloaded ETA RCC sample (va-consumerc-ontribution.zip) and I've gotten to build without errors, just to you know I follow the bellow steps: - I edited CMakeLists.txt from Application folder…
-
EMA TRCC C++ - Error Text Initialization timed out.
Hi, I'm trying to run this example (https://developers.refinitiv.com/elektron/elektron-sdk-cc/learning?content=26452&type=learning_material_item), but I've facing issues to run it. Follows bellow LoggerMsg: loggerMsg TimeStamp: 09:24:20.875 ClientName: ChannelCallbackClient Severity: Warning Text: Received…