Good evening,
I am using a locally hosted DataMinerAgent Version 10.5.7.0-15952 on Windows Server 2019.How do I get the module "Data Sources" to be listed under Apps in Cube?
I have followed the instructions to the various questions similar to mine (for example
- https://community.dataminer.services/question/datasources-are-not-available-in-the-modules-section-in-dataminer-cube/?hilite=DataAPI
- https://community.dataminer.services/question/data-sources-module-not-activated/?hilite=DataAPI
setup debugging and , but to no avail! The module Data Sources still does not appear in the list.
The log file for the DataAggregator contains NO error messages and ends with the following lines:
[2025-09-22 16:32:52.537 INF]Cancellation requested, stopping DxmStatusReporterWorker[DxmUtilities.DxmStatusReporter.DxmStatusReporterWorker] [2025-09-22 16:32:54.833 INF]Starting web host[] [2025-09-22 16:32:55.024 INF]NatsEndPointsService is setting-up 1 NATS connections.[DataAggregator.MessageBroker.NatsEndPointsService]
The DataAPI Log too contains no error messages and ends with the following lines
[2025-09-22 16:51:17.358 INF][Data.API.ApiGatewayRegistration.RegistrationService]Finished retrieving URL
[2025-09-22 16:51:17.613 INF][Microsoft.Hosting.Lifetime]Now listening on: http://127.0.0.1:34567
[2025-09-22 16:51:17.613 INF][Microsoft.Hosting.Lifetime]Application started. Hosting environment: Production; Content root path: C:\Program Files\Skyline Communications\DataMiner DataAPI\
[2025-09-22 16:51:23.265 INF][Data.API.ApiGatewayRegistration.RegistrationService]Finished the process of registering to APIGateway
What do you advise me to do?
Thanks!
Hi Anderson Kebba,
Did you made sure to add the option to the softlaunch.xml and restart the agent ?
<DataAPI>true</DataAPI>
If this is the case and you still don't see the module appearing in Cube. you might check the Cube Logging for clues.
Kind regards,
Robbe
Hi Robbe,
yes, I did add the Option to the softlauch.xml file. I am looking at the cube logs right now and I have discovered a new error message relating to and invalid SSL certificate.
I will try to resolve this one.
Thanks!