How to add a profile instance from an automation script?

Hi Gina, Below a sample about how to create a profile instance. var parentProfileInstance = srmHelpers.ProfileHelper.GetProfileInstanceByName(serviceProfileData.Name); var profileInstance = new Skyline.DataMiner.Net.Profiles.ProfileInstance { Name = name, AppliesToID = parentProfileInstance.AppliesToID, }; profileInstance.BasedOnIDs.Add(parentProfileInstance.ID); …

Can not connect with local SLNet

You can also directly go to the Protocols and Templates module from System Center and click on the Upload button at the bottom right corner to upload a protocol (.dmprotocol) …

Text size alarm table component LowCode

As suggested by Ward Heack, I post a suggestion on Dataminer Community, Feel free to upvote the post, this is the name: Expand capability to costumize LowCode component 

Text size alarm table component LowCode

Hi Marco, There is currently no possibility to modify the size of the row text of an alarm table. Feel free to raise a feature suggestion here: https://community.dataminer.services/feature-suggestions For now, …

Can not connect with local SLNet

Hi Logan, What you can do to investigate this is open the Options dialogue window of your Dataminer by clicking on Options on the right-click menu of the tray icon …

incorrect table information

Hi Richard, Presumably there is a mismatch with the data type the SNMP value has, and how we are interpreting. If you want to see the requests and responses, you …

Indexing Engine Installation Stuck

Hi Aston, The elastic installer uses the primary IP of DataMiner. I believe in your case, due to the presence of multiple network adapters, this primary IP could have gotten …

Unable to connect DataMiner Cube

Dear DataMiner, I am unable to Login Again, looks the issue has been happening again. Can you please help me to resolve this issue. Regards, Lakshmi B.

Init QAction 6 failed with Invalid data. (hr = 0x80040221)

Hi Tyler, Apart from one small thing here </QAction> <QAction id=”6″ name=”Test Button” encoding=”csharp” triggers=”55″> </QAction> which I am guessing the first line is just the ending of your previous …