Api data parsing

Hi, You will need to create a QAction that triggers on change of the API response parameter, which will contain the necessary C# code to parse the object (response) and …

A quick way to copy parameter names and PID

Hi Bing, Another possible option is to use the export functionality available in Cube: Generate a list of all parameters in a protocol version. Hope it helps.

Are keys returned in the order of addition?

Hi, When retrieving primary keys you should not assume they come in any specific order. Ordering is only done when displaying the data to the user. The only guarantee is …

Rendering issue for SVG icons

Hi Bing, I did a brief investigation on the updated Skylicons. Seems like they hold a lot of Bezier curves which have limited support currently in the Cube Visio rendering. …

A quick way to copy parameter names and PID

Hi Bing, If you have access to the connector in Visual Studio you could create a macro to go over all parameters and extract that information with a snippet like …

System.MissingMethodException: Method not found

Hi Geovanny, The most likely cause for that issue is that you updated one of the Skyline.DataMiner.Core NuGets to a newer version while another one of your NuGets depends on …

Exporting/Importing alarm filters

There is no out-of-the box import/export functionality for alarm filters, but you can always copy the xml files directly from one DMS to another. They can be found in C:\Skyline …

Deleting all DCF connections

Hi Edson, I believe you can use the DCF Helper nuget functionality to use methods like using (var dcf = new DcfHelper(protocol, Parameter.mapstartupelements_63993, opt)) { dcf.DeleteAllManagedDCF(); } The above will …

Generic SNMP Set Driver

Hi Ed, There used to be a Generic SNMP Set connector, but it is no longer available to deploy from our catalog. Let check something and I can send you …

Best way to join to tables on a LCA

Hi Ana, A possible option is using an outer join operation. After the outer join, you can use column manipulation operator (concatenate) to create columns based on the result of …

IDmsTable method GetPrimaryKeys returning zero

Hi Geovanny, I cannot put screenshot in the comment on your comment, so I’ll start a new comment section. I’m trying to do it through the automation script. This is …