-
How can I connect LSEG Workspace API on an Jupyter notebook not in Workspace
looking to pull data from LSEG workspace application into VS code for the development of downstream generic/parametrized, user-driven ingestion using the following code to establish connection, session = rd.session.platform.Definition( app_key="YOUR_APP_KEY", grant="password", # or "client_credentials" for service accounts…
-
Auto failover does not work with multi credential if connection failed when constructing OmmConsumer
Hello, Is the auto failover mechanism wont work with multiple credential if connection failure happens in OmmConsumer constructor? Here is my env and repeat steps: RTSDK: 2.2.3.E1 Lang: C++ OS: Redhat 7 In my env, we have 2 servers which can be logon with 2 different usernames. Let say Server_A: username = User_A Server_B:…
-
Machine ID password lost
Unfortunately we have a problem with our key store last replication and I am afraid we have lost machine Id password. I have seen that is possible to change the password via API but you need previous password and we have lost it. Is possible to reset that machine Id password to set a new one? maybe using some…
-
RDP session quota per machine ID
Hi, I am trying to develop an application that is intended to be used by a small number (<10) of humans to access the published-notifications API (NotifiAPI?) for processing change announcements and I'm left with a couple of authentication related questions. * Is there a suggested model for authentication with the RDP that…
-
Hi! How do I run RDP without having to rely on desktop app?
In eikon we use appkey to start the session. In RDP we use open_session however I want to be able to run my codes without having to open the eikon or workspace desktop app. How can I do this?
-
How to call dss soap api in java with credentials header in soap header?
Hi, here's some context before I start to ask my question Java version: 17 Gradle version: 8.0 Plugin used to generate stub: https://github.com/yupzip/wsdl2java WSDL file I am referring to: https://selectapi.datascope.refinitiv.com/DataScopeApi/v1/ExtractionService.asmx?WSDL Currently I am trying to call…
-
RDP News Messages, Cloud credentials expired error
Hi all, I'm running RDP News Messages (option -h or -s) with the Python script downloaded from Refinitiv site, together with RDP Token and sqsQueue. Token seems fine and permissioned on news: "scope": "trapi.alerts.news-headlines.crud trapi.alerts.news-stories.crud trapi.alerts.news.crud trapi.data.news-story-viewer.read…
-
Invalid Token Value error
Hello, I'm trying to access Datastream through Python using DatastreamPy and I'm getting the following error: Exception: Invalid Token Value
-
Datastream Login
Hi, I am a Schroders employee. I have a Refinitiv Eikon login, but am told I would need a separate login to obtain data programmatically via Datastream. Could you please provide me with this? Thanks
-
Cannot get access token 400
Hi, I am trying to get an access token using a c# program with password grant. My code is based on what I have found in the API Playgroud, and looks like this: // Determine endpoint var client = new RestClient("https://api.refinitiv.com/auth/oauth2/v1/token"); client.Timeout = -1; // Get credential string user =…
-
RDP Authentication problem with multiple WebSocket sessions on a single user
Hi, I have a problem when getting AuthenticationInfo JSON from RDP GW with multiple Websocket sessions. We are running our identical Reuters Client applications on 5 different machines. So we connect to RDP on 5 different machines (each of them opens a websocket) by using same client_id, user and password. We login…
-
We are getting response Password Reset Required for test authentication.
https://api.globaldatacompany.com/connection/v1/testauthentication Authorization: Basic SGFyaV9QcmFzYWRfSURQX1BvcnRhbDpJc3lzQDk2OUlzeXNAOTY5 response: Password Reset Required
-
DFO credentials not working with Datastream PYTHON API
When I use my DFO credentials with DatastreamDSWS.Datastream I get the following error: Exception: User 'ZHRY001' not entitled to ClientApi service.
-
Change password
Hi team, I have machineID, App Key and password. I would change my password, any available site link where directly update or it's need to submitted via api ? Many thanks Amedeo
-
Not able to call API. Getting "Invalid credentials were supplied" message
We tried fetching data from Datastream Web Service using Eikon Login credentials. But "Invalid credentials were supplied. You are not logged in." error was returned from GetToken function. Do we have to use different credentials for Datastream Web Service?