Why are table indexes/keys stored in the database
26th April 2021
It is my understanding that the indexes/keys for tables are stored in the database. What is the logic behind this behavior? My logic would be that the table does not …
Question
26th April 2021
It is my understanding that the indexes/keys for tables are stored in the database. What is the logic behind this behavior? My logic would be that the table does not …
26th April 2021
automationScript1 with 2 parameter automationScript2 how to trigger automationScript1 with parameters from automationScript2 in c# scripting?
26th April 2021
Hi, While the new Dashboards module seems to support the creation of color themes can you help me find a way to: Pass the desired theme in the dashboard URL …
26th April 2021
DataMiner generates a notification on startup. Is it possible to trigger on this notification event with a correlation rule or is there no guarantee that the correlation engine will be …
26th April 2021
Is there a way to know the version of a standard solution installed on a system?
26th April 2021
Hi, Regarding alarm storm protection, and specifically, the alarm grouping, is it possible that the amount of grouped alarms is greater than the number of alarms that the system can …
26th April 2021
My disk is getting full. I see below in the Skyline DataMiner Backups folder every day. I assume that’s a backup from Elastic because I see ‘indices’? Is this never …
25th April 2021
Hi all! in order to avoid adding too much elements into a service, we want to use “ElementsToConsider” when trying to create a service under a QAction. Our code: string[] …
24th April 2021
Hi all, we are using a piece of code in a QAction to generate some services based on a service template. It was running well but we recently note that …
23rd April 2021
Hi Dojo, The weather is getting nice over here and I’m interested in the DataMiner Cap! Any idea when the Swag Shop will open? Thanks!
23rd April 2021
Hi, Is there a password recovery option for users with local account who have lost their password? How can they perform “forgot password” procedure ? (where DM sends a link …
23rd April 2021
I am trying to send an ssh command with C# but I’m getting an error for the SshClient. What namespace reference do I need so that it is accepted? Do …
22nd April 2021
According to the DataMiner Installation Guide, when we choose to MySQL the installer installs version 5.5. However, the latest MySQL version is 8.0. What is the latest version supported by …
22nd April 2021
How to make API call using Automation Script C#
22nd April 2021
Hello DataMiners, Need to monitor AWS EC2 instance (mainly uptime) where CloudWatch driver is not an option. So far the possibilities are: • Using AWS SDK for .NET V3 API. …