-
RDError: Error code 0 | Error happened during config file ../Configuration\refinitiv-data.config....
...json read When performing the tutorial for Refinitiv Data Library for Python I did all according to the suggestions. I created a config-file with the credentials (I checked: they are correct!) and in the Quickstart tutorial I tried QS_1.0 - Sessions.ipynb. At the rd.open_session() statement I get a lot of errors, ending…
-
can not login the Eikon
I am in Canada but my register location is Taiwan. I can not login the Eikon and it shows the following info: Configuration Download Error The application failed to download the product configuration. Possible causes: • you are not connected to the network • the Refinitiv Platform is encountering problems • the desktop…
-
python refinitiv.dataplatform module - 'config-change-notifications-enabled' config issue
I am trying to upgrade the refinitiv-dataplatform from 1.0.0a0 to 1.0.0a21. I have encountered a KeyError on config-change-notifications-enabled which is similar with one(https://community.developers.refinitiv.com/questions/96904/refinitivdata-module-python.html) I see there is a file named rdplibconfig.default.json under…
-
python refinitiv.dataplatform module - configuration issue
I am trying to upgrade the refinitiv-dataplatform from 1.0.0a0 to 1.0.0a21. I have encountered a KeyError on config-change-notifications-enabled which is similar with one(https://community.developers.refinitiv.com/questions/96904/refinitivdata-module-python.html) I see there is a file named rdplibconfig.default.json under…
-
shareConnections property for EMA
In RFA there was an option to share one connection among several sessions while connecting to the same ADS by setting "shareConnections" to true (See this thread, for example https://community.developers.refinitiv.com/questions/62927/duplicate-subscription-in-rfa.html ) Is there a similar option for the Ema Java library?…
-
Is there a way users can automatically have their proxy adjusted ?
Currently we are moving the users from both onprem and cloud servers to having just cloud servers obviously as it's expensive to have both, we have to load the configuration manager as admin and type in the proxy address, is there a way to do this automatically? our machines are no longer on the network and connect via vpn…
-
How to request or control data-consuming containing Fids instead of FieldNames using Websocket
Can somebody please tell me, how I can subscribe data to get fids instead of fieldnames in the fieldlist of an refresh- , update message or in a view, when using websocket api. In the forum here I only found, that in case of posting by websocket api this is not supported by ADH.
-
Publish data to Refinitiv via ADH
Hi. We are going to publish data to Refinitiv. Instructions say we need to setup ADH (Refinitiv Distribution Hub) within our network and use non-interactive provider (NIP) for publishing over the Refinitiv real-time distribution system. If my assumption is correct how do I setup ADH?
-
Using "include" inside a TREP rmds.cnf
In the TREP configuration files (rmds.cnf), is it possible to use something like an "include" keyword in order to split my configuration into several files? By example, inside my "rmds.cnf" file, I'd like to write something like that: [...] *enumFile : ./enumtype.cf *licenseFile : ./mylic.lic include…
-
RFA Configuration: Need rfa.cfg to connect to two SSL sources simultaneously App built with rfa 7.6
I'd very much appreciate your help! I would like to know how to configure my rfa.cfg file to subscribe to two SSL sources. Details: Collocated ADH/ADS server with C++ RFA 7.6 32-bit application configured as subscriber (createMarketDataSubscriber) on a route which is sink-driven. I have two Interactive providers supporting…
-
Display of Programatic Config
I am creating a programatic config. Is there any way to display config created as XML record or save as XML configuration or other way to debug.
-
How do I convert RFA config file to EMAConfig
ReutersConfig.txt Hi, I have attached my RFA config file. Can I get a sample EMAConfig file corresponding to attached file? Where to place server IPs and port?
-
Migrate connections from windows regedit to local file
Hi team, we have a java application to download data by RFA v6 API, and connections are saved in windows regedit. we are going to move the java application to linux, hence would like to move connections configuration from windows regedit to config file. Attached windows regedit.png for current connection details, i have…
-
EmaConfig.xml - Path for RDMFieldDictionary and enumtype.def
From Client: Also with regards to the EmaConfig.xml file (and files it references, such as RDMFieldDictionary and enumtype.def), how do other clients go about handling relative paths for these files? The locations of configuration files like these differ for us between testing and production environments. Typically we…
-
Error: 'NoneType' object has no attribute 'logger'
Hello all, I am using the Eikon Python API to extract data, but i get the following error message: 'NoneType' object has no attribute 'logger' I entered to following commands: I had this error yesterday but could handled it by switching between Python notebooks. Now, unfortunately, I get this error in each notebook when i…