Automation Script – Table parameter
25th September 2024
Hi Stefan, Could you clarify one thing for me, is the variable tableName the actual table name or does it represent each row’s key? The GetParameterByPrimaryKey expects a primary key …
Answer
25th September 2024
Hi Stefan, Could you clarify one thing for me, is the variable tableName the actual table name or does it represent each row’s key? The GetParameterByPrimaryKey expects a primary key …
25th September 2024
For real-time trending there’s actually 2 options! Both can be found in the right click menu of the trend graph: “Show Most Detailed Data” will make it so you always …
25th September 2024
Hi Chirangee, The course in the following link gives you complete guide on how to develop SNMP connector. https://community.dataminer.services/courses/dataminer-connector-integration-snmp-basics/
25th September 2024
Hi Enver There is currently no way to implement this exact behavior in a LCA. If this is a feature you are really interested in, you can create a feature …
25th September 2024
Hi, When a set fails, the same number of retries are automatically done similar like a get. I did not test it myself, but it should be possible to add …
25th September 2024
Yes Chirangee Lal it is possible after creating a protocol when you are adding an element to that protocol that time you can give domain/host so automatically it will be …
25th September 2024
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 …
25th September 2024
Hi Andrea, Without investigating in more detail, I don’t think it’s possible today to have a trigger on a failed snmp set. If the set fails, doesn’t that trigger a …
25th September 2024
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.
25th September 2024
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 …
25th September 2024
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. …
25th September 2024
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 …
25th September 2024
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 …
25th September 2024
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 …
24th September 2024
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 …