-
PROD_PERM and PEList
Hello, I use the Java/RefinitivSDK 3.7.0.0 in order to receive RealTime data from TREP. Once a RealTIme data is subscribed, the API notifies me through my implementation of the interface method OmmConsumerClient.onRefreshMsg(RefreshMsg refreshMsg, OmmConsumerEvent event) The RefreshMsg argument provides: the permission of…
-
Automating usage reports export / download
I am looking for a way to automate the process of retrieving the usage reports (generated in DACS) with the DACS WS API. I could not find a respective GET method in the API manual I did not find any instructions / posts on the Developer’s forum explaining how it could be achieved (besides a single one where it was…
-
Does RFA manages “natively” simultaneous connection to multi DACS?
Hello I'm working on a java application that embeds RFA (more precisely com.reuters.risk:rfa verson 8.2.1.L3) This application: * connects to a DACS server * registers users (by calling AuthorizationAgent.login()) * queries DACS in order to know whether a user is allowed to access a given PE One of our customers would like…
-
RTDS Connection with DACS user through websocket
Hi I'm trying to find an example where the connection to RRTO is through a RTDS/TREP whith the DACS user but all uses the machine id, password, and client id Is there a way to connect to the RTDS though websocket with a DACS user? im using python or node The EMA examples for Java works but i'm not able to replicate the…
-
DACS UI : SBE configuration and permission testing
Hello, We would like to use SBE with DACS, but we are not sure about the configuration to do in the UI. We created the below service, then we added a product and an item to it and finally we granted right to a user : : But when we do permission testing we have the following : Are we missing something ? Is there a specific…
-
Faced Runtime NullPointer Exception when application was active, connected and was receiving rates.
Hi, We faced a Runtime Exception recently which causes our application to stop working abruptly and we had to restart the application manually and everything started working smoothly after that. I am sharing the chain of event with logs we faced that time for your reference. 1. We got a “Login stream was closed” error…
-
Access Denied: already using position - Unable to Re-login with Dacs User from Different IP (No s...
...imultaneous logins) Hello, We are using the RFA 8.2 C++ API to consume market data and open dacs version dacs7.8.0.F1. I have a DACS user, "DacsUser1." I successfully logged in with this user from the IP address 10.27.5.186, then logged out. However, when I try to log in again with "DacsUser1" from a different IP…
-
DACS API HTTP Error 403
Hi, I am testing your example https://developers.lseg.com/en/api-catalog/refinitiv-real-time/dacs-station-api/quick-start but I keep get: urllib.error.HTTPError: HTTP Error 403 I have my dacsLogin and pw created. Is something required on the server side or internal corporate firewalls? Kind regards, Johan
-
OpenDacs example Call
Hi, Do you have an example call method to show how users call into the OpenDacs API to check permissions for a live RIC price? We are trying to establish if the user submits the RIC then OpenDacs then checks their permissions under the respective PDP code. Thanks, Eleanor
-
Open DACS behavior when number of simultaneous login
I have a user logged in with position `X` and number of simultaneous login allowed is set to `1`. What happens in following cases --> 1. Same user tries to login again with same position 2. Same user tries to login with different position . Will new login be blocked or old user will be automatically logged out?
-
Which PDP Code(s) for these RICS?
Hi, is there a tool to tell me which PDP codes are available for the below RICS? Thanks Security TypePostfixBrokerExampleForwards=TDRLTraditionBHD1M=TRDLForwards=ICAPICAPEUR1YE=ICAPOIS=BGCPBGCIN1YNDOIS=BGCPInflation Swap=TTKLTullett PrebonAUD1Y=TTKLForwards=CCMGClark Capital Management…
-
Best DACS library for dotnet core
Hi, I am currently using RTDS (LSEG.Ema.Core 3.2.0.1) in a C# project (targeting framework net6.0) to subscribe to a stream of quotes. I would now like to incorporate DACS to the above project to control permissions. The documentation seems to suggest there is a .NET DACS library which I haven't been able to find. I did…
-
Open-DACS publisher for test
Hello, some times we need to test some Open-DACS related functionality. It's super easy if we can carry out these tests without actual Open-DACS connection. Is there any such demo Open-DACS publisher? To provide more context --> in RFA api, there is StarterProvider sample applications which I can use to connect and test my…
-
Unable to successfully login to DACS Station SOAP API via Python Suds 1.4.5
I am trying to use the DACS Station Soap API on DACS 7.7. This DACS has been running fine with our RTDS for some time, and I now want to try automate our usage of DACS using Python on Linux. I have looked at the code examples, but when logging in, I get the following error: from suds.client import Client url =…
-
Open dacs daemon connection is stuck in CONNECTION_PENDING state
Hi Team, Open DACS is not working across rfa v8.2.3 / v8.2.4 jar when run across jre17 (eg. v17.0.9). The daemon connection is stuck in CONNECTION_PENDING state which results in an endless loop of checking daemon state. The DacsSubscribeClient given in portal itself is not working and is stuck in the while loop of…