Login To DM Self Managed

Hi, Can you check the security.xml file in C:\Skyline DataMiner and see if any user is still visible there? You should still be able to logon with users that are …

Login To DM Self Managed

Hi Thibault, Thanks for the info. Indeed, it is a known issue. I have tried all scenarios by logging in using local admin access, yet I am still not able …

LCA editor does not have option for import

Hi Indeed, the import button is no longer available in the latest versions. The latest version only exports as a .dmapp install package. Which you can install by double clicking …

BPA mysql.data.dll failed

Hi Gerwin, you can find instructions on what to do when an outdated MySql.Data.dll file is detected on your DMA in the DataMiner documentation: Check Deprecated MySql DLL | DataMiner …

Unhandled exception when opening the Client Test Tool

Could you copy-paste the full stacktrace of the exception? This may indicate the exact assembly that could not be loaded. Are the following 2 files present in the C:\Skyline DataMiner\Files\ …

DIS Suggested Lists Not Appearing in Visual Studio 2022

Hi Johannes, In order to see suggestions just press ctrl + space in appropriate places, note that not everything has suggestions. As for the templates. DIS doesn’t come with File level templates, …

Automation script : Information events

Hi Wale, You can do this by updating the runtime flags. // To disable the information events: engine.SetFlag(RunTimeFlags.NoInformationEvents); // To enable the information events: engine.UnSetFlag(RunTimeFlags.NoInformationEvents);

Issue with Script Output

Great thanks, I’ve just added a script to a system running the supported version with simply the following; engine.AddScriptOutput(UIVariables.VisualOverview.CreateKey(“MyOutput”), “Working”); Should this now be working because it’s not populating anything?

Azure SAML using certificate

Hi Emanuele, DataMiner uses the Microsoft Graph API of EntraID (aka Azure Active Directory) to get info about users and groups. For that we follow this procedure: Get access without …