-
Different result between rdp API with workspace app and using config file.
Hi all, We are currently building out an application that is using the Refinitiv RDP API to retrieve information. We have found two ways of connecting to the API : We can just open a session using rd.open_session(), when running code locally with the Refinitiv workspace open We can specify a config file containing our API…
-
RFA configuration validation
Hi, I am using RFA RSSL configuration as here \Connections\Connection5_RSSL\connectionType = "RSSL" \Connections\Connection5_RSSL\rsslPort = "14032" \Connections\Connection5_RSSL\serverList="xconprices.ads2.test:14032" \Connections\Connection5_RSSL\serverSelectionOrder= true \Connections\Connection5_RSSL\serviceList =…
-
Open Session for lseg.data AttributeError: module 'lseg.data._config_defaults' has no attribute 'con
Hello I'm trying to connect to the lseg.data library via an API in Jupyter notebook and when trying to open a session as per below, I get an error message. session = ld.session.platform.Definition( app_key = "My App Key", grant = ld.session.platform.GrantPassword( username = "My Useer Name", password = "My PWD"…
-
Error in EmaConfig.xml after upgrading to version 3.8.3.0
Hi team, After upgrading to EMA_API version 3.8.3.0 from version 3.7.1.0 we are facing this error in our application while starting up: aused by: com.refinitiv.ema.access.OmmInvalidConfigurationExceptionImpl: Error validating XML configuration: cvc-enumeration-valid: Value 'RSSL_SOCKET' is not facet-valid with respect to…
-
Deployed Host and DACS ID
I want to use the Python: How to configure the JSON file to ld.open_session('platform.rdp'). I attempted to create a platform session (platform.ldp), but I couldn't get it to work because I dont know my Deployed host and DACS ID - where can I get this? "sessions": { "default": "platform.ldp", "platform": { "ldp": {…
-
"lseg-data.config.json" Errror
Hi, I'm trying to run one of the scripts I found in your GIT Repository, along with the configuration file. However, I am running into the following error: """ You open a platform session using the default value of the signon_control parameter (signon_control=True). In future library version v2.0, this default will be…
-
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…