Copying connectors between agents

Hi, As Robin mentioned, the DELT export will be the best approach. In this case, you could create a DELT export from an element using a specific protocol. In the …

Copying connectors between agents

Hi Laszlo * If this is about a specific element using a trend/alarm template, then I would opt for a DELT export: Exporting elements, services, etc. to a .dmimport file …

Automate User Group permissions

Just out of curiosity, the common way of handling this would be to put the elements in one or more existing views, depending on which user groups you want to …

Renaming Alarm Template

Hi Martin – you are correct, and the work around that you identified is indeed probably the quickest way to accomplish the same outcome. In general: if you feel that …

Renaming Alarm Template

You can go to C:\Skyline DataMiner\Protocols\<Protocol_Name>\<Protocol_Version> and locate the alarm/trend template and rename it carefully. After that, you need to do a DataMiner restart. I believe this should change the …

Recreation of Views on a new DMA cluster

Hi Bing, I believe that option should work fine but if you want something that involves slightly less manual work and could be reused, you could consider creating a script …

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