using the Skyline.DataMiner.Sdk in a CI/CD pipeline
6th August 2025
Hi Philip The Skyline.DataMiner.Sdk projects are a lot simpler for CI/CD as the package creation is done together with the building of the solution. In short, you can use ‘dotnet …
Answer
6th August 2025
Hi Philip The Skyline.DataMiner.Sdk projects are a lot simpler for CI/CD as the package creation is done together with the building of the solution. In short, you can use ‘dotnet …
6th August 2025
Hi Kris, In newer versions of Cube you can right click a service and see its host via the properties window. If you need to check many at once, you …
6th August 2025
Hi Kris, not sure if this is the answer you are looking for, but you can check what services are hosted on the DMA by going to C:\Skyline DataMiner\Services of …
6th August 2025
Hello Jaroslaw, this is a realistic scenario for the migration you are targeting. As you mentioned, the only “issue” will be the licensing as you will need to get a …
6th August 2025
Hi Donnell, I’m not sure that this will resolve your issue, but what caught my eye after a quick glance was the configuration of parameter 300. The value specified for …
6th August 2025
Hi Ive, It seems that this limitation is related to the NATS max payload (30 MB). Based on this, most probably it will not be possible to override the size …
6th August 2025
Hi João, It is currently not possible to trigger a ‘Show a notification’ action based on a condition. If this is something you are interested in, you can create a …
6th August 2025
Hi Kévin, I see that the current output type of your flow is ‘Object manager instances’ and not ‘Table’. This means that you can only merge it with other data …
6th August 2025
Hi Mia Miao, If you plan to display the table without any filter box, you can remove the option ‘Table’ from ‘ParameterControlOptions’. For example, these two shape data should be …
6th August 2025
Hi Steve, The Button component in Dashboards doesn’t allow dynamically linking data to the input parameters of the script. If you want to link data from the selection in the …
5th August 2025
Hi Jorge, The time to fail over will indeed depend on the number of elements. The standby DMA is active, but when the failover needs to happen, all the elements …
5th August 2025
Hi Alberto, thank you for your Answer. This was my solution: https://docs.dataminer.services/dataminer/dataminer_services/Advanced_config/Disconnecting_from_dataminer.services.html But for all reading this, handle with care… BR Walter
5th August 2025
Hi Mohan, In DataMiner, most of the time when you edit a component or setting, this will generate an information event. As far as I know, creating, removing, or editing …
5th August 2025
Hi Joseph, There is currently no way to do this using the UI, but there are API methods available to export your LCA and import it again on an other …
4th August 2025
What happens during these steps is that the ArtifactDeployer module fetches the blob information from the cloud. Failure to obtain this information indicates that the blob is missing or that …