List of Information Events

This is a good one, Srikanth – not aware a full list, subscribing to get more insights from the community, but I believe it’s possible to refer to the different …

Visio display properties of a service

Hi Toon, thanks for your quick response. It’s working! I’m wondering because both solutions have worked on a different DMA. Now I have removed all shape data except “Property”.

Visio display properties of a service

The setup you have will display an element/service name. If the value of property “Filter_Element_Tx” of the card the visio is on links to an existing element, then the name …

IDmsColumn.Lookup() doesn’t return any rows

Hi Robin, I just verified: the Lookup method uses the Notify GetKeysForIndex. This notify requires the lookup-column to be indexed (e.g. via ;indexColumn option) so the search can happen. https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Scripting.SLProtocol.GetKeysForIndex.html …

Obtain license info for specific DMA from connector

You can achieve this with the following code (it’s an automation script but it should also work from a QAction).  var licenseInfo = engine.SendSLNetSingleResponseMessage(new GetInfoMessage(InfoType.Licenses)) as GetLicensesResponseMessage; engine.GenerateInformation(“Max Element License …

Profile parameters: Dynamic table index?

Hi Robin Thanks for sharing some extra details about you’re use case offline. Since the profile instance would need to be applied to multiple IRDs you have, it’s indeed not …

IDmsTable.GetColumn throws compilation error

Hi Robin IDmsTable is part of the Class Library. This is a generated QAction (63000) that is generated by DIS. DIS only works on Visual Studio. To resolve this issue, …