Hi,
I'm trying to activate the Scripted Connectors, but when opening the Data Sources module though cube on my local DMA I'm getting "HTTP Error 502.3 - Bad Gateway". Any idea how this issue can be solved?
Steps that were executed:
-DataAPI 1.2.0.25613 and DataAggregator 3.0.5.21692 have been deployed
-I created the appsettings.custom.json file and restarted the DataAggregator service as has been described here: https://docs.dataminer.services/user-guide/Advanced_Modules/Data_Aggregator/Data_Aggregator_settings.html . Note that I only defined the "HTTP listening" part as I didn't know if the other parts are also relevant to make the DataAPI work as this is not mentioned in the Kata #18: Creating a scripted connector?
-The DataAPI softlaunch flag has been enabled and DMA was restarted
-When opening DataMiner Cube, I can see the Data Sources module, but when opening this it is showing the HTTP error 502.3 - Bad Gateway for requested URL https://<dma-name>:443/module/data-sources/?embed=true for physical path c:\Skyline DataMiner\WebPages\module\data-sources\
Regards,
Found the answer myself: There was mentioned to install the Data Aggregator and Data API, so I followed the install steps as was mentioned here: Data Aggregator installation and setup | DataMiner Docs , that one mentions to configure the Data Aggregator by creating the appsettings.custom.json and I added an url with an own chosen port (as was mentioned in my question).
I compared this with a system that had a working Data API and there I found that the appsettings.custom.json was not present, so I deleted this file again on my DMA, restarted the Data Aggregator service and restarted the Data API service and then I was able to open the Data Sources module in Cube.
Regards,