-
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…
-
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 ?
-
RFA Jar upgrade from version 5.2 to 8.2 for JAVA technology/API
Dear Refinitiv Support Team, Our project java base application currently uses RFA version 5.2, which has now become outdated. At the client’s request, we are in the process of upgrading to RFA version 8.2. Given that our application was originally built on the Market Data Layer interface, we are encountering challenges…
-
Publish FWD pts to RET using ETA
Hi LSEG team We are currently streaming prices for USD/INR SPOT , we have created one private RIC for eg : INR=USD1 and then stream prices when we get this request , here we use Market by volume domain. I want something similar to this for MARKET_PRICE (MarketByVolume_RDM_Spec_v1.6) So my question is how to stream prices…
-
Testserver replay
Hello! Could you please help me with testserver tool (3.5.3.L1)? I'm trying to use testserver to replay binary file recorded by testclient. I refered to https://developers.lseg.com/en/article-catalog/article/quick-start-guide-recording-and-playback-refinitiv-real-time-data#Instrument, but it seem that's not quite I really…
-
OmmProvider to flag expired RICs or temporary issues with existing RICs.
Hi, I need help on how to publish messages that a RIC has either expired or it is currently stale/temporary issue over your Transport API. Something like below by example: domain:MarketPrice streamstate:Closed datastate:Suspect statuscode:NotFound statustext:**The record could not be found Kind regards, Johan
-
OMMMsg的getDataType、getMsgType不同值的含义
OMMMsg的getDataType=132、getMsgType=6和getDataType=132、getMsgType=8有什么区别?
-
Encoding String into OMM Type in RTSDK-Java (EMA)
I'm encoding my payload into a OMM Message. The old RFA had a utility function in the `OMMEncoder` class, where one could pass a value as `String` and an `OMMType`: String fvalue = field.getValue(); FidDef fidDef = fieldDict.getFidDef(fname); encoder.encodeString(fvalue, fidDef.getOMMType()); The encoder encoded the string…
-
Unhandled Exception: ThomsonReuters.RFA.Common.InvalidUsageException for OMMConsumer::UnregisterC...
...lient We are facing occasional crash in process using RFA API. and log says: terminate called after throwing an instance of 'rfa::common::InvalidUsageExceptionImpl' From https://community.developers.refinitiv.com/questions/25948/unhandled-exception-thomsonreutersrfacommoninvalid.html I understood the way to get extra…
-
PUB_ERROR_EVENT vs OMM_CMD_ERROR_EVENT
Hi, I'm using the RFA Provider to publish data into TREP At some point we stop sending some data and have a listener registered with the OMM_CMD_ERROR_EVENT Please can someone explain the difference between OMM_CMD_ERROR_EVENT and PUB_ERROR_EVENT? Do we need both to detect loss of data that we were attempting to publish?…
-
"Failed to open OMM stream" while trying to query RIC
Hi, I'm trying to do a simple query of a given RIC (USOILC=ECI) using the C# WebSocket API. Unfortunately, every time I try and open a stream for the RIC, I end up with this error: Stream error: 1/31/2023 8:43:47 AM: => { "Error": "Failed to open OMM stream - streaming services are unavailable. Verify log details and…
-
About OMM Viewer
Hi, Right now we are using OMM Viewer for querying LPC server. Is OMM Viewer going to be over by end of this year? What is an alternative?
-
Failure on OMM stream: Malformed JSON received during token refresh: '{"error":"server_error" ,"...
...error_description":"Request "xxxxxx-yyyyy-zzzz-tttt-sssssssss" has failed on backend call timeout" } '. Status code: 500 Hi Community members. I really appreciate your support, sorry if this question is to direct, I wish to clarify I don't actually know if it is a bug on Refinitiv Server Backend side, just searching for…
-
continuing question 97398 ommstreaming-pricing-012-received-a-closing-messag (I cant add a commen...
...t there) Hi Wasin.w I took your recommendation and upgraded to 1.0.0b20, Error call-back is not launched when stream halt. on my code self.current_rd_session = rd.open_session() self.theWebSocket = rd.content.pricing.Definition([ 'HTEc...,'CHFUSD=R'], fields=['BID', 'ASK', 'QUOTIM', 'QUOTIM_MS',....]).get_stream()…
-
Do We need to handle rfa::message::RespMsg::ClearCacheFlag in LL2 MBP domain?
We are using RFA 8.1 C++ API to consume depth data using LL2 MBP (MP domain). Do We need to handle rfa::message::RespMsg::ClearCacheFlag in LL2 MBP domain? It is marked as optional in documentation [RDMUsageGuide]. But we are facing some issue with the levels we receive, we doubt that we are not handling some instruction…