Failed to Install CloudConnector
19th September 2023
Hi, many thanks, now the installation was running through without error. Many thanks for the quick fix! Romain
Answer
19th September 2023
Hi, many thanks, now the installation was running through without error. Many thanks for the quick fix! Romain
19th September 2023
A few things you could try: On the server hosting the DMA, restart the IIS webserver (iisreset) Can you login on the Monitoring app? (http://dma/m/) The WebAPI connects to SLNet, …
19th September 2023
For Cube you could apply a firewall rule to only allowing certain IPs to connect to the DMA agent, and block any other incoming connections. For Dashboards, a solution could …
19th September 2023
Hi Amar, I’ve used the below code in a connector QAction to create a traditional measurement point with parameter sets, based on data from a table. With some modifications to …
19th September 2023
Hi Henri, I’ve noticed that Cube initially fetches the dashboards and stores them in memory for future use. Therefore, any removal or deletion of a dashboard will only become visible …
19th September 2023
Hi, We noticed that there was an issue with the Cloud Pack indeed still installing the wrong .NET 5 version. The correct and required .NET 6 version is also only …
19th September 2023
Hi Stefan, Another workaround that I used in the past is to modify the transparency of the shape. In your case, you could modify the transparency of these 3 fields …
19th September 2023
I’m not 100% following the environment and use case but you could use the BackgroundColor shape data to color the shape. This shape data can take placeholders, so you should …
19th September 2023
Even after locking the specific NIC for each network, its giving the below notice.
19th September 2023
Hi Martin, New version of DataMiner and Cube are typically released every month. You can find the exact update schedule here: https://community.dataminer.services/dataminer-release-overview-23-24/ If the laptops have no direct internet access …
19th September 2023
Hi Garry, To make it even easier, you no longer need to install the IAS Toolkit. You can now use the IAS Toolkit through a nuget. A detailed description can …
19th September 2023
Hi Garry, I believe the Zip file was used previously when you had to configure it within DIS but know IAS Toolkit is available as a NuGet and you should …
19th September 2023
Hi Daniel, Generally, we always ask users to upload the driver using the .dmprotocol file type. The .dmprotocol file type contains all the necessary assemblies needed for the driver. Hence, …
19th September 2023
.NET 5 has been removed and replaced with .NET 6 since DataMiner 10.3.9, see the dataminer change log: General Feature Release 10.3.9 | DataMiner Docs. Note an upgrade won’t uninstall …
19th September 2023
This BPA looks at the certificate which is linked to the HTTPS binding for the “Default Web Site” in IIS and parses the SAN names/ips out of there. If all …