Offloading the Central Database

Hi Michal, Whilst it’s perfectly possible to run something in DataMiner, using embedded SQL statements for example, this would be an inefficient architectural choice. You would be potentially tying up …

Visual pages on HTML5 client does not load

Hi Nico, For this case, we’ll need to do some further investigation on your setup. Please contact techsupport so we can start the investigation. More details can be reported back …

Where are Cube credentials stored?

Up until DataMiner version 10.0.9 the last used credentials were saved in a file %AppData%\Skyline\DataMiner\SavedUser.dat. Starting from DataMiner version 10.0.9 (RN26483) we store the last used credentials per individual DataMiner/cluster …

DataMiner Scripts limitation

It is possible to run PowerShell scripts from a C# block action. Example: “{ var ps1File = @”C:\my script folder\script.ps1”; var startInfo = new ProcessStartInfo() { FileName = “powershell.exe”, Arguments …

DataMiner Scripts limitation

The easiest way to achieve this is by using the supported C# code into DataMiner Automation scripts. The System.IO library can be used to perform similar actions. Example could be …

Filter node-edge dashboard component using service

Hey Ive, Like Sebastiaan mentioned you can use the query filter component (currently available in soft launch) to highlight/filter you node-edge. If you want DataMiner to resolve your service-element relations, …

Filter node-edge dashboard component using service

In dashboards, you also have a query filter component. This filter exposes feeds which can be linked to the node-edge component to highlight and/or filter nodes and edges. For your …

Enable IAM Access to a remote MySQL DB

Hi ArunKrishna, can you try if it works using a custom connection string instead of the general fields in System Center/database/others. example with encryption: Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;SslMode=Required; example with a file-based certificate: …