What do these buttons in Dataminer IDP element do?
18th September 2025
Hi Bing, You are correct about the ‘Refresh’ button on the ‘Pending’ page. Its goal is to refresh the information on the ‘Unmanaged Elements’ table to be in sync with …
Answer
18th September 2025
Hi Bing, You are correct about the ‘Refresh’ button on the ‘Pending’ page. Its goal is to refresh the information on the ‘Unmanaged Elements’ table to be in sync with …
18th September 2025
UPDATE 18 Sept 2025: this limitation is no longer applicable and you can perform a DataMiner upgrade on a DaaS without the need to contact the DaaS team.
18th September 2025
Hi, this isn’t really possible in analytical mode. In this mode, the default color automatically changes to either black or white, depending on the assigned background color. To ensure a …
17th September 2025
Hi Jerome, Yes, it is possible to authenticate against AD when the DMA is not joined to the domain. The configuration is a bit different, but that is documented here: …
17th September 2025
Hi Ciao, One thing you could do, is use the multiple set feature in Cube. You right click on one of those elements using that protocol, Microsoft Platform in this …
17th September 2025
Hi Caio, Regarding the Microsoft Platform connector, please if you can create a task to further investigate this issue. I believe the connector should be able to handle this corner …
17th September 2025
Hi Stacey, I’m not aware of an option in the Service Definition that allows you to flag specific Function Blocks so they aren’t included in the generated Service. In the …
16th September 2025
Hi Michiel This is indeed not fully clear in the documentation. This will only be overwritten when using the reusable workflows that Skyline provides. If you create your own workflow …
16th September 2025
Hi Tarik, The maps component does not fetch all rows at once. Instead, it retrieves only the rows that fall within the visible bounds of the viewport, along with a …
16th September 2025
The Skyline team recommended a new column to be added to the table that contains a state of the Mod to indicate if it is currently active or in standby, …
16th September 2025
Hi Daniel, You can solve this by setting the IsRequired bool for your GQIStringArgument to false. e.g. private readonly GQIStringArgument _myArgument = new GQIStringArgument(“My ID”) { IsRequired = false }; …
16th September 2025
Answering my own question….. My process uses Ansible to install the pre-requisites and Dataminer onto an exting, new Windows Server 2025 machine. The install target is already joined to Active …
16th September 2025
Hi Ross, In general, choosing between using multiple sections, or splitting up in separate DOM definitions comes down to: How much data you want to store What parts of that …
16th September 2025
Hi Satrap, Using your test script, I configured the text component as follows: When clicking the button, you should be able to show the output of the script in the …
15th September 2025
Hi, This is a new verification when subscribing on an agent that all events are properly handled and there are no race conditions. This might make the connections be in …