Module DataSources is not listed under Cube/Apps…
23rd September 2025
Hi Anderson Kebba, Did you made sure to add the option to the softlaunch.xml and restart the agent ? <DataAPI>true</DataAPI> If this is the case and you still don’t see …
Answer
23rd September 2025
Hi Anderson Kebba, Did you made sure to add the option to the softlaunch.xml and restart the agent ? <DataAPI>true</DataAPI> If this is the case and you still don’t see …
23rd September 2025
Hi Alexandre, Here’s an automation script that should more or less do the job for you, hope this helps using Skyline.DataMiner.Automation; using System; using Skyline.DataMiner.Net; using Skyline.DataMiner.Net.Masking; using Skyline.DataMiner.Net.Messages; using …
23rd September 2025
Hi Jaime, As documented in Troubleshooting Cassandra – Architecture | DataMiner Docs, in failover systems with Cassandra single, the replication factor should be set to 2. Kind regards,
23rd September 2025
Hi Juan, Yes, that is possible. Failover indeed works as 1+1. And this means if you have e.g. 5 agents in one location, you need 5 agents in the second …
23rd September 2025
Hi Jeeva, The Path you have to specify must either be relative to the C:/Skyline DataMiner/Maps folder or the path to an openly accessible URL that hosts the overlay. When using …
22nd September 2025
If you know all the possible types, then in the configuration of the map (xml), you could add multiple layers for the same table, but each with a different table …
22nd September 2025
Hi Mohan, As Ben mentioned, scheduling the alarm template would be the cleanest solution. Of course, this approach means that no alarms would even be triggered, so I understand that …
22nd September 2025
Hi Daniel, Have you tried the Synchronize File tool, available in System Center?
22nd September 2025
Hi Dario, This can be done by adding text data to the URL for the component to use. Here is an example of such a data object: data={ “version”: 1, …
22nd September 2025
Hi Catarina, The notices are indeed not automatically cleared if the operation eventually succeeds. They only get cleared on restart of the agent or if you manually clear them. Having …
22nd September 2025
Hi Michael Yes, A DaaS can have multiple Site-to-Site vpn connections By default we deploy VpnGw1AZ SKU of the Virtual Network Gateway, which allows 30 tunnels and has a bandwith …
19th September 2025
Hi Alberto, If you have GRPC enabled, only port 443 is sufficient. And I would also highly recommend using GRPC. This is default enabled since 10.5.10. And you can also …
19th September 2025
Hi, The docs regarding this can be found here: Granting admin consent for Teams Chat Integration | DataMiner Docs. Currently using the Admin App you can only confirm all permissions …
19th September 2025
Hi Stefan, The ‘Select an item’ action can currently only be used after the ‘Save current changes’ action of the form component. It is not possible to specify what item …
19th September 2025
Hi Nick, The serviceDefinitionFilter should be compatible with the primary keys. Could you share your shape configuration so we can further investigate why you don’t see any data with the …