-
Workspace API: unable to connect anymore
Unable to connect using Workspace API since a few days. Was working fine before. Logs when working: 13:22:27.094 [Info] Library version: 1.0.0-beta5 13:22:27.094 [Info] .Net runtime: 4.0.30319.42000 13:22:27.094 [Info] .Net version: 4.8.9290.0 13:22:27.116 [Info] Successfully loaded the Stream:[internal] configuration…
-
How connect to LSEG Workspace using .NET API?
Hi, We support our internal .NET application written in VB.NET which currently uses Refinitiv Eikon version 4.0. Because of migration to LSEG Workspace from Eikon we try to modify our application which is using just a few functions from Eikon API: EikonDesktopDataAPI.Initialize() + EikonDesktopDataAPI.Status…
-
Refinitiv.Data .NET library passes DateTime in incorrect format to interday-summaries endpoint
This is referring to my recent report: Erratic response for interday history request (start date sometimes not included) - LSEG Developer Community I got an answer from the Historical Pricing API Support Team: After investigating the issue, we found that the problem arises because the request you are submitting is using an…
-
Issues with non-normal interval options
Hello, daily historical/stream requests do not work with options that don't have standard intervals like this one 1SW2W1014O25 (Soybean with a price of 1014) I can run the 2.1.11-HistoricalPricing-TSIntraday project with this symbol, but if I run the 2.1.10-HistoricalPricing-TSInterday project it starts hitting internal…
-
question regarding .net environment
This is on behalf of client. User used EIKON DATA API and they tried to migrate Workspace now. They want to confirm whether they can use it the same way after migration. They use below libraries in .NET environment. Can this be used equally in the workspace?
-
Where can I get the new API library in LSEG Worksspace
Hi, we are using in our internal .NET application the EikonDesktopDataAPI.dll from Refinitiv Eikon v4.0.58. Because of disappearing of Eikon on the end of June 2025 we want to use LSEG Workspace v1.24.159. Where we can get the library with API functions which replace EikonDesktopDataAPI.dll by Eikon?
-
Time slot discrepancy between Eikon and Workspace
Hello, Our teams have recently migrated from using Eikon to using Workspace. Because of this our IT Tools also need to be updated to work with Workspace. Previously, we were using the ThomsonReuters.DataAccess library for C#. We had to migrate to LSEG.Data and LSEG.Data.Content (using a DesktopSession). Our scripts now run…
-
Refinitiv workspace exe gets hang sometimes and gives bad request error 400
I am using Refinitiv Data Platform libraries for .Net through Desktop session. It works fine usually but sometimes Refinitiv workspace gets hang and I start receiving backend error: 400 bad request. It doesn't work even after service restart and machine restart also. During this process, I receive below error sometimes:…
-
Reusing desktop session for multiple requests
Hi, I am using single desktop session to serve multiple data requests. Could this create intermittent slow response from data api? Could this be reason of intermittent bad request error 400? if (session != null && session.OpenState == Session.State.Opened) { var cts = new CancellationTokenSource(new TimeSpan(0, 2, 0));…
-
getting different historic prices with HistoricalPricing and FundamentalAndReference.
Hi, I am getting different prices for 12/31/2024 from HistoricalPricing and FundamentalAndReference methods for below securities…
-
Renewing session using ISession wrapper
Hello, we are currently using the PlatformSession C# implementation to login to the RDP Api. We would like to maintain our session for a long period of time and query multiple instruments through it. This is our current implementation, obtained from parts unknown, as it was done before my time. I saw a previous answer…
-
Performance difference between RealTime SDK C/C++ vs RealTime SDK CSharp
Hi, Is there a place or some kind of documentation regarding what is Ultra performance and what is High performance (what is listed in the detail of each API) ? What is the difference in performance between the 2 API considering they are ran on the same machine ? I am assuming the C/C++ API is faster, but is there a…
-
Using streaming service IDN_RDFNTS_CF with platform session throws error
Hello, I'm currently using the .Net Library and having been using the IDN_RDFNTS_CF streaming service with a desktop session connection. I've been trying to use implement a platform session connection but the streaming service IDN_RDFNTS_CF returns this error in the stream responses: Why am I getting this error? From my…
-
When LSEG Data Library for .Net is released.
Please let us know when LDL for .Net will be officially released for external users even if it is not specific date? The client needs to test with the LDL for .Net until WS upgrade completion.
-
RFA8_NET120_x64 which VC++ redistributable it uses. VC++ 2013 is deprecated by our organization a...
...s its no longer supported by Microsoft. Our org has started removing VC++ 2013 redstributables. and we have started getting errors. RFA8_NET120_x64 which VC++ redistributable it uses ?. VC++ 2013 is deprecated by our organization as its no longer supported by Microsoft. Can we use VC++ 2015 ?. if yes which package link…