-
We are an OMM/RFA consumer connecting to different TREP environments over time: LSEG-managed TREP, i
We are an OMM/RFA consumer connecting to different TREP environments over time: LSEG-managed TREP, internal bank ADS/ADH, and third-party MD ops infrastructure. We understand that: Dictionaries can be downloaded at runtime via MMT_DICTIONARY into memory from the ADS we are connected to. Local text files (RDMFieldDictionary…
-
Dictionary version and missing enum values when requesting dictionary from Reuters server (hEDD)
Hello Team, We are requesting dictionaries from the Reuters server for the hEDD service, and we have a few questions related to dictionary versions and enum value coverage. Currently, when we send a Dictionary Request to the Reuters server, we consistently receive the following dictionary versions: RDMFieldDictionary…
-
RFA C++ Dictionary/Directory download related questionary
Hello LSEG Team, We are using RFA C++ 8.2 and have implemented a feature to download Source Directory + data dictionaries (RDMFieldDictionary + enumtype.def / RWFEnum) directly from the upstream server during startup (instead of relying only on local dictionary files). This aligns with the dictionary download approach…
-
Use DictionaryType::FileDictionary with dictionary files from jar
Hello, I am using EMA Java latest version (3.9.2.0) I am implementing an RTO WebSocket implementation, and from what I encountered and read, you cannot download the dictionary from the WebSocket version of the RTO. Given this fact, I am using the FileDictionary to make the EMA load it from local files. The problem I have…
-
RFA InvalidUsageException while decoding RDMFieldDictionary – version mismatch after ClearCache
Hi Support Team, I’m using RFA (OMM Consumer) and decoding the field dictionary using: m_RDMFieldDictionary.decodeRDMFldDictionary(series); I intermittently hit the following exception: InvalidUsageException Classification: IncorrectAPIUsage StatusText: RDMFieldDictionary::decodeRDMFldDictionary - Series has Version…
-
RFA Dictionary Request returning "Source unavailable" for service hEDD
Hi Support Team, I am experiencing an issue where my RFA (Robust Foundation API) consumer application is unable to retrieve the data dictionary from the hEDD service. Instead of a RefreshMsg, I am receiving a StatusMsg indicating that the source is unavailable. Issue Details: Service Name: hEDD Dictionary Names requested:…
-
Downloading enumtype.def and RDMFieldDictionary files
Hello, we use RFA 8.2 C++ api. Recently our mutual client told us that above two files can be downloaded using RFA api. Can you guide me to some write up that explains how to download above two files at the start up? Also if you can point us to some sample code that does this, it will be great.
-
MRN EMA API field ErrorCode="FieldIdNotFound"
After switching from PROD RTDS to UAT RTDS, started to showing error ErrorCode="FieldIdNotFound". Tried to switch from hosted dictionary file to local dictionary file by configuring in config file, but issue persists. from the attached log file, it shows Text: Missing, unreadable or empty file configuration,…
-
Can two service publish different set of Dictionary
Hi Can we publish two services with different set of dictionary to ADH? If so, how should we manage the disctionaries in ADH and ADS
-
C++ API Dictionary programmatic setup
Greetings! I am using latest RTSDK C/CPP 2.1.3.G1 aka EMA/ETA 3.7.3.G1 aka 3.7.3.3 and having dictionary timeout issues similar to https://community.developers.refinitiv.com/questions/95787/emadictionary-retrieval-failed-timed-out-after-wai.html I increased timeout up to 120 seconds, and it helped only once, while most of…
-
原油先物のSpread Price
原油先物のSpread Priceを取得することは可能でしょうか? 原油先物のカレンダースプレッドです。(ex. 1-3)
-
How to get the MEANING field of the Enumerated Types Dictionary
Hi, We are using the EMA API in order to connect to Refinitiv feed. We want to get the information about the Enumerated Types Dictionary (domainType = EmaRdm.MMT_DICTIONARY, name = "RWFEnum"). In the documentation: https://github.com/Refinitiv/Real-Time-SDK/blob/master/Java/Ema/Docs/EMAJ_RDMUsageGuide.pdf (page 71), we see…
-
Receiving an error from RFA : RFA Exception OmmInvalidUsageException dictionary retrieval failed ...
...(timed out after waiting 45000 milliseconds) Do you know how to configure my RFA to use local field dictionary file instead of downloading that from upstream system or TREP ? We are receiving below error when try to connect one of publisher server. Receiving an error from RFA : RFA Exception OmmInvalidUsageException…
-
Random Error with RFA API when querying for STOXX50E futures price
When querying for .STOXX50E futures HST_CLOSE or TRDPRC_1 using RFA API ,we randomly see this error Reuters RFA log event Exception in procesEvent for event: 119. Error: Error occurred while processing event data for RIC /STXEZ2. Error: Failed to deserialise enum value 4 for FID PRE_1ET412. Error: RFA exception Error…
-
EMA C++ - Print DataDictionary containing entries with negative ids
Hi all, using the Refinitiv EMA C++ library (3.6.1.L2), I'm seeing a weird behavior. The application is a consumer, downloading the DataDictionary from the network. The dictionary contains custom entries, which are using negative IDs. The consumer downloads and decodes the dictionary without issues: I can inspect and…