-
Refreshing credentials for RDP alerts API using AWS SQS java sdk
Hi, I am using the AWS SQS java sdk to connect and retrieve data from the alerts API in RDP. Every hour I need to refresh the cloud credentials as per the user guide, so I end up creating a new SQS client object because I am using StaticCredentialsProvider to pass in the cloud credentials. I can't seem to find how to use a…
-
.NET Refinitiv Data - AWS queue configurability
Hi, we are using this example https://github.com/LSEG-API-Samples/Example.DataLibrary.DotNet/blob/main/src/3.%20Delivery/3.3-Queue/3.3.02-Queue-NewsStories/3.3.02-Queue-NewsStories.cs to create queues for messages. I was wondering how much control we have over the queue and its behavior, e.g. is there a way of…
-
Real-time - Optimized: Details of conflation/aggregation intervals
Can someone confirm the conflation interval(s) used on the Real-Time Optimized (RTO) feed? I've read the 'Aggregation and Bandwidth optimization' document, but it doesn't seem to specify the intervals used.
-
Refinitiv Data Platform - CFS - S3 native download
We are using CFS via the Refinitiv Data Platform to download a custom Tick History extraction. We can access the files through api.refinitiv.com and providing the token as a header, as in the [Python examples](https://github.com/Refinitiv-API-Samples/Article.RDP.Python.IntroToCFS/blob/main/CFSIntro.ipynb). However we wish…
-
We are getting TLS1.1 not supported error while using .NET Framework 4.8 and DataScope.Select.Res...
...tApi.Client 17.2.129.0. It seems that we only got the errors when using "x-direct-download" in the request header. Could you please advise? client is claiming when they run custom extractions and downloading the output file with S3 direct header they are getting below error: We got TLS errors frequently today (maybe…
-
Running reports via python on an aws server.
Is it possible to run reports via python on an aws server?
-
Timeout when connecting to SQS queue in Java
I'm trying to write a simple sample program in Java which connects to an Amazon SQS queue for news story subscriptions: API: /alerts/v1/news-stories-subscriptions I can't seem to connect and keep running into timeouts. I'm trying to work out if this is a firewall / connectivity problem, or something wrong with my code. Has…
-
Service discovery Private Link, AWS Direct Connect and Delivery Direct
Which request I have to make if I want to do a service discovery ( streaming pricing end points) if I connect through: 1. AWS Private Link 2. AWS Direct Connect 3. Delivery Direct Does the service discovery requests has to be made over the internet ?
-
RTO latency in AWS using PrivateLink
Hello there! Just asking general question - what is decent latency with Refinitiv RTO service (being in same location or using VPC)? I deployed my app in AWS Tokyo, create endpoint (showing that its works ok) at same AZ and using websocket connection have delay of updates like 150-160ms in average. In my case it doesn't…
-
RTH API: Is that possible to get the AWS pre-signed URL to do resumable download?
Like RDP CFS, can we also get a pre-signed URL of the extracted archive file to support resumable download, via the RTH API?
-
客户案例分享:客户突然不能下载ESG的文件
客户的应用从我们的CFS系统获取ESG数据,之前一直工作的很好,但是,从5月9日之后不能下载,总是返回如下错误: ErrorCode=HttpFileFailedToRead,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to read data from http server. Check the error from http server:The remote server returned an error: (400) Bad…
-
any docs about how to connect via the AWS PrivateLink to the Refinitiv service?
Client connects to RTO through python3 using websocket, do we have any docs about how to connect via the AWS PrivateLink to the Refinitiv service?
-
DACS connection not working from AWS
I am moving some old rfa java code from on prem to AWS. When trying to run from aws I am getting the error. Network connection to DACS Multiplexer down. My assumption is that the firewall is blocking communication with the DACS server. What port would I need to open to communicate with the DACS server and can I disable…
-
AWS redirect for MarketDepth data retrieval does not work (No 'Location' provided on response)
Hi After making some minor changes (log traces, error handling, URL replacement, a return value is now provided) on the awsRetrieveDataAndSaveToFile method found on DSSOnDemandIntradayBarsRTH.java Java sample file, my method looks like the way is shown below: public boolean extractAndSaveFileFromAWSServer( String filename,…
-
RTO AWS PrivateLink with EKS container, initialization timeout
The client is trying to connect to RTO AWS Private Link in AWS EKS container, the host and port to be accessed is ap-southeast-1-aws-1-lrg.optimized-pricing-api.refinitiv.net:14002 and added the DNS config via 'add-host' docker run command option. The creating of the VPC endpoint pointing to the VPC service followed the…