question

Upvotes
Accepted
5 0 1 7

Access right error with Python Datalibrary api

Hello,


I'm getting this error while using the refinitiv datalibrary for Python:

1672848027154.png


Price requests are working fine but not the search requests:


1672848051084.png


Where this access right has to be assigned?


For information, i'm connecting trough a deployed platform.


Thank you

python#technologyrefinitiv-dataplatform-libraries
1672848027154.png (27.1 KiB)
1672848051084.png (143.6 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
18.7k 85 39 63

Hi @fabien.marcaillou

Ok - I can see you are attempting to use a deployed session.

A deployed session is for streaming data only. You can't request for RESTful endpoints such as Search, HistoricalPricing, ESG, etc. With a deployed session, you can only retrieve streaming market data.

Are you licensed for RDP data? Or are you licensed to retrieve data via your desktop license (Refinitiv Workspace/Eikon)? I think it appears to be the latter. With that, should be using a 'Desktop' session.

ahs.png

You can also refer to this guide: Quick Start | Devportal (refinitiv.com)


ahs.png (8.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
18.7k 85 39 63

Hi @fabien.marcaillou

Can you confirm the type of session? I think you mean "platform" session that connects into RDP. We use the term "deployed" to refer to a customers deployed streaming server only. That being said, can you provide the version of the library you are using? There was a recent release of the library that you might want to update, if not already.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
5 0 1 7

Hi @nick.zincone ,

Thank you for the reply, here my configuration file:

1672850396916.png


I've just updated the library, i got another messages now:

1672851051045.png


here is the library version is: refinitiv-data 1.0.0 (i had a beta version before)



Regards


1672850396916.png (20.0 KiB)
1672851051045.png (204.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
5 0 1 7

Ok I see, i have access to the desktop app but I will not use it in my project instead I would like to use the RDP access but I'm not sure to be licensed (API url is blocked on my computer, currently chekcking with my compagny to unlock it).


Other topic,

I'm also struggling to perform similar query with the python API (get_data function):

1673009276266.png

How can I query internal RIC code?


Thank you



1673009276266.png (1.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.