DATA API: Cleanup obsolete table entries
6th February 2026
Hi Mario, There is no way to do this through the Data API. You can do it through an automation script though in a couple of ways (replace the element …
Answer
6th February 2026
Hi Mario, There is no way to do this through the Data API. You can do it through an automation script though in a couple of ways (replace the element …
6th February 2026
Hi Paul, dataminer.services roles/permissions can only grant remote access to the app/cube, while the (read/write) permissions of the (linked or logged in) account in DataMiner are still applied in the …
6th February 2026
Hi Nils, Another possible approach could be to use a custom DataMiner connector. Such a connector could calculate the sunrise and sunset times based on the longitude and latitude of …
6th February 2026
Hi Alberto, There’s nothing that stops you from doing this. There is indeed the consideration of duplicated user accounts in these cases but as the new domain will be different …
6th February 2026
Hi Gelber, How did you configure the GQI for data aggregator? Did you convert it manually, or did you use the new export option? See Configuring GQI queries for Data …
5th February 2026
Hi Miguel, You have found a limitation in the current way values are linked to a regex filter in a query. At the moment, the filter node escapes the value …
5th February 2026
Some insights here: During upgrades, DataMiner is checking the central database table definitions. Specifically for central databases on MSSQL, the upgrade will try to make sure that tables that use …
5th February 2026
Hi Bautista IEnumerable<T> is lazy, meaning it doesn’t execute immediately. The code that produces the values only runs when the sequence is enumerated. If an IEnumerable is backed by work with …
5th February 2026
Hi, Could you check if the ‘C:\Skyline DataMiner\Files’ folder contains a ‘Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll’ DLL file? It could be that some old version of the toolkit is being loaded instead of the …
5th February 2026
Hi Vig, Most often, when you run into a 404 with User-Defined APIs, it is the route where the API request is sent to that does not match the configured …
4th February 2026
Hi João, Is it possible to add below comment somewhere in your script? This is required to make DataMiner recognize it as an interactive script. // Engine.ShowUI();
4th February 2026
Hi Steve, I believe they have been moved to the Development Guide. Could you check using the following links? Visio drawings | DataMiner Docs Overview of DataMiner shape data fields …
4th February 2026
Hi Alberto, I spotted a similar question: Migrate LCA To Different DMA Hope it helps.
4th February 2026
Hi Mark, This is about the current and expected use of the resources within your DMS. Usually, LCAs should run on the same servers as the main DataMiner software, as …
4th February 2026
Hi Alexandre, There is currently no way to know what LCA is executing the Ad hoc source. As you mentioned, the best way to get this information is by passing …