Pre-Generate Images from Visio Pages
4th February 2025
Hi Martin, These images are highly dynamic as they depend on parameter values, user permissions, etc. Creating the images for all possible cases on a fixed interval would use a …
Answer
4th February 2025
Hi Martin, These images are highly dynamic as they depend on parameter values, user permissions, etc. Creating the images for all possible cases on a fixed interval would use a …
4th February 2025
Hi Sebastián, Hope this helps to create monitors/preset and to interpret the data coming out of GetMonitor/GetPreset: AddMonitor string[] monitorDetails = new string[] { “7”, // script ID “123”, // …
4th February 2025
Hi for CloudGateway this is not possible yet you can only specify a proxy IP (Connecting to dataminer.services via proxy server | DataMiner Docs). For STaaS you are able to …
4th February 2025
Would the alternative of using GetTableForParameterV2 be another alternative?
4th February 2025
Hi Ross, You will find the info you need here: DCF in the DataMiner class library | DataMiner Docs
4th February 2025
Hi Ross, There is a Kata session related to DCF where we used the Skyline Generic Provisioning connector to import/export DCF connections (using a CSV file). For example, your automation …
4th February 2025
Hi Miguel, As far as I know it is not possible to connect remotely to a DMA using the taskbar utility. However, you can use the Client Test Tool to …
3rd February 2025
Interesting question – can I ask why the hostname config would be needed just for one pair of DMAs? Is it an intermediate step or just a new DMA pair …
3rd February 2025
Hi Isabel, You can aggregate alarms in a correlation rule. For example, you can use script conditions to count the number of alarms on a view. Below an example: For …
3rd February 2025
Hi Apurva, I do not believe that what you are trying to achieve is currently possible. With today’s features, we expect that a user takes ownership, and we are not …
3rd February 2025
hi Vasco In case a script times out, when a UI is shown, a DataMinerException will be thrown indeed. I’m afraid thought that, even when the exception is correctly catched, …
3rd February 2025
Hi Vig, You can create an automation script to retrieve that information from Information Events. When someone connects to DataMiner, you can observe details such as the following:
3rd February 2025
Hi Nick, Cube will append the https=true argument if the agent where the logfile is present has been configured with a <HTTPS enabled=”true” name=”…” /> tag in MaintenanceSettings.xml, or when …
31st January 2025
Hi Roger, That is correct. A trap is by default send by the DMA hosting the element. And optionally you can activate that option to “send all notifications via one …
31st January 2025
Hi Hans, I made a small test and the traps are processed by the connector ‘Generic Trap Receiver’, regardless of the community string. Below the element settings: Using Net-SNMP tools, …