System.MissingMethodException: Method not found
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 …
Answer
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 …
24th September 2024
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 …
24th September 2024
Hi Gaspar, If you want to display to the user a nice error message, you can use the GenIfException. Example: You can also try to do something like the following:
24th September 2024
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 …
24th September 2024
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 …
24th September 2024
Hi Amar, Could you post a screenshot of your code to see how you are doing it? Also are you doing this from inside a connector or an automation script? …
24th September 2024
Hi Chirangee, You have different options to get data from the device using HTTP api calls. If there is no additional URL that you use to get data and only …
24th September 2024
Hi, DataMiner requires you to install .NET using the .NET hosting bundle installer. This should install both the .NET and ASP.NET runtime as well as the IIS component, so I …
24th September 2024
Hi Stephan As mentioned in Preparing to upgrade a DataMiner Agent | DataMiner Docs, I believe it needs to be the ASP.NET Core Runtime – Windows hosting bundle (Download ASP.NET Core 8.0 Runtime (v8.0.8) – …
24th September 2024
Hi, Both are good options depending on what the device exposes and how snmp agent/web api are implemented. If it has an web api then this can be more efficient …
24th September 2024
Hi, The parameter of type POLLINGIP will contain all IPs for each connection on your connector separated by ; as mentioned Type element | DataMiner Docs In the QAction you …
24th September 2024
If you say it goes in time out -sometimes-, how long does it usually take when it doesn’t go in time out? Could there be any meaningful difference in the …