-
OpenDACS SDK port to connect
client using OpenDACS SDK, this API connects to DACS Sink Daemon (dacs.snkd). Port 8211 is already whitelisted, but unable to connect. They're getting this error message.
-
Install DACS 8.2
I am getting the following error for scp_main /* DACS 8.X SCP Log file, created at Mon Mar 23 20:49:37 2026 */ Mon Mar 23 20:49:37 2026: Using default dacs_system password to login to Database. Mon Mar 23 20:49:37 2026: Database server host is localhost; service name is dacs_main; collate is C; ctype is C; Encoding is…
-
Compatibility of RFA v8.2.5 and DACS v7.12 on RHEL7/RHEL8 for C++
Hello Team, I would like to confirm whether the RFA and DACS libraries — RFA v8.2.5 and DACS v7.12 which are supported on RHEL9 — are they fully compatible with RHEL7 and RHEL8 platforms for C++ domain development? Could you please clarify if there are any known issues, limitations, or additional configuration steps…
-
DACS Web Services: Can we retrieve full generated reports (Permission Reports / Audit Trail) via
We’re using LSEG/Refinitiv DACS 7.5.x and are trying to fully automate the delivery of usage/audit reporting. What we want Automated delivery of DACS reports via email (i.e., schedule a report and have DACS send the generated CSV/XML directly to a mailbox). API retrieval of the same “full reports” that DACS generates in…
-
DN's in DACS
When configuring Data Notifications in DACS 8.1, is there a .biz option instead of api.refinitiv.com for the authentication host. So DD circuits can be used instead of the Internet.
-
Delayed data subscription
Hi team, we would like to subscribe to delayed real-time data, not using “/” as a RIC prefix. Seems that a new the service name ERT_BON_DLY is available. Can you guide us how to use this service? We use python code and build the request as following: mp_req_json = { 'ID': 1, 'Key': { 'Name': ric_name, 'Service':…
-
Can I get SONIAOSR= by TREP ?
We could get SONIAOSR= by TREP last week but I can't get it from this week. I think this is caused by below PDP change and I added the entitlement of new PDP to our account. WWERTNEASP ⇒ WWOTCNTR But I still can't get it. Is there any change for SONIAOSR= ?
-
List of RICs for each PDP market code from DACS
Is there a DACS function or API that returns all RICs associated with each PDP market code? I’m currently retrieving entitlement data using functions like getDacsUserEntitlementsBulk and getCurrencyList via Python, and I’d like to enhance my script by including the list of RICs for each PDP.
-
User authentication and entitlement from desktop and Mobile
Hi Team, We are using the RFA C++ 8.2 version of the API to consume market data and DACS version 7.8. We would like to know what credentials should be used for a user on mobile. Description: User is logged into the desktop by using his IP(position) and is consuming market data from our C++ RFA API feed handler. Same User…
-
DACS Station and ODPS Licenses
Hello: We are writing a product using the ODPS REST API and are looking to acquire DACS Station and ODPS licenses and software for development and testing. We do not have a production environment and will never use DACS to license real data. Is there a way to obtain licenses for developers? Do we need to talk to LSEG…
-
View Item Request Rejected
I am attempting to receive real-time data via streaming with a View Item Request, but I am unable to receive the data, which has left me perplexed. Although I suspect issues with the permissions granted, I am currently at a loss as to what to investigate. Could you kindly advise on what should be investigated or, if known,…
-
DACS_GetLock do I need to explicitly free the memory for
In the following exmaple : if (DACS_GetLock(30, pcTypePtr, &lock1Ptr, &lock1Len, &dacsError) == DACS_FAILURE) { if (DACS_perror(dacsErrorBuffer, sizeof(dacsErrorBuffer), (unsigned char *)"DACS_GetLock() failed with error", &dacsError) == DACS_SUCCESS) { printf("%s\n", dacsErrorBuffer); } else { printf("DACS_GetLock()…
-
where do I get the latest dacs_lib.h and libdacs.a files
where do I get the latest dacs_lib.h and libdacs.a files I downloaded Real-Time-SDK-2.3.0.L2.linux.zip and it is not in that.
-
DACS WebServices unable to find startDate Parameters
I am trying to run the getDacsRawUsageContents using DACS WebServices using Python, and one of the Elements is startDate. I created the startDate object but I don't see a Data Type for startDate in the WebServices Developers guide. How do I actually set the startDate. _date = client.factory.create('startDate')
-
Can we use RFA library Version RFA 8.2.3 and dacs Version 7.8.0.F1 on RHEL9 ?
Can RFA library Version RFA 8.2.3 and dacs Version dacs7.8.0.F1 be used with RHEL9 (gcc version 13.3.1)?