using Refinitiv Data PlatformSession at the same time as accessing Refinitiv Desktop Access

dear Developers commuinty
i'm working to migrate some Adfin RealTime functions i'm using , which are 32 bits, to .Net solution by using Refinitiv Data Library, and 'im facing issues with Retrieving data from internal feed (ATS) and contributing data.
Indeed, for services as retrieving realtime data (IDN), fundamental data, historical i use desktopsession as shown below, this don't disconnect/distrurb eikon quotes opened on the computer where i run such extraction.
but for todata from interna feed (ATS) and contribute data, i have to use Deployedsession(PlatformSession), but once i open a session using this method, all opened eikon quotes show DACS problems.
is there a way to tell to the process that Platformsession opened, as it will be running on PC with Eikon running, should not interrupt quotes and others processus runned uding eikon desktop.
i have tried DACSPosition parameter by indicating PC IpAdress where Eikon Desktop is running but without success.
many thanks for your assistance
Best Answer
-
Can you provide the version of the Refinitiv Data Library for .Net? In the latest versions, there is no longer a "DeployedSession", but rather the functionality has been included within the "PlatformSession".
For example:
var deployedSession = PlatformSession.Definition().Host("ATSserver:15000")
.GetSession();
deployedSession.Open();If you are running into DACs issues when creating a deployed session that requires DACs parameters, please look at this example. If you continue having issues connecting into your deployed ADS, you will need to contact the market data administrators to determine if you have the ability to access this server and what your DACs parameters should be.
"is there a way to tell to the process that Platformsession opened, as it will be running on PC with Eikon running, should not interrupt quotes and others processus runned uding eikon desktop."
Can you please elaborate this statement?
One thing you need to be aware of is when you create multiple sessions, you should specify the explicit session when making requests for data. For example, if you want to retrieve market data from the above deployed Session, it would look something like this:
var stream = Pricing.Definition().Universe("EUR=")
.GetStream(deployedSession).OnRefresh(...)
.OnUpdate(...)
.OnStatus(...);
stream.Open();And if you create a desktop session to retrieve historical pricing for example:
var response = Summaries.Definition("AAPL.O").GetData(desktopSession);
0
Answers
-
@anass.yazane.1
Can you share the DACS error retrieved by the opened Eikon quotes?
Is Eikon configured to retrieve real-time data from the local RTDS?
0 -
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 685 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 652 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛