Generic SNMP Trap Receiver and Lookup Tables
10th July 2024
Hi Vishal, I just tested this out on my local system. The first trap received was without the Lookup Table being populated. I then added a row for my trap …
Answer
10th July 2024
Hi Vishal, I just tested this out on my local system. The first trap received was without the Lookup Table being populated. I then added a row for my trap …
10th July 2024
Hello Alberto, Thanks for your answers,It help a lot. I try many restart of my driver but the problems is still there. When I check in my EMS, all the …
10th July 2024
Hi Ramesh, As mentioned by Jon, currently there is no mechanism to store credentials in DataMiner. There are already a feature suggestion that covers your use case: Option to link …
10th July 2024
Hello Ramesh, Some weeks ago I posted a similar question in Dojo. In my case, I wanted to move the credentials from the code to somewhere safer and providing better …
10th July 2024
Hi, The Sequence tag should always be provided with the noset="true" attribute. Please find some more information about it here: Sequence tag|Dataminer Docs Also if you want to divide i …
10th July 2024
Hello Ross, This is an exception thrown by our SLNet process trying to handle the impersonation of you executing the script. This exception occurs when SLNet doesn’t know who to …
10th July 2024
Hello, This is possible, but if you don’t get the option it means some of the selected elements are managed by DataMiner itself which are not exportable. Try unselecting elements …
10th July 2024
Hi, The timeout values are defined in the PortSettings in the protocol.xml. For an SNMP connection, when this is not defined then it defaults to a timeout of 1500ms. In …
9th July 2024
Issue resolved. Even if DIS is installed successfully NuGet package download is not happened correctly because of network issue.
9th July 2024
Thank you, I changed protocol to DEV Switch and now it is possible to change ControlMode from DMA: ControlModeDataMiner.PNG however, I am having trouble creating buttons for this configuration from …
9th July 2024
Hi David, To achieve this, the DOM editor script would need to be extended. However, the real question is: “Why would you want to add empty sections to existing DOM …
9th July 2024
Hi Felix, Thanks for your reply. Below provided the screenshot for NuGet package settings. When I try to DIS>Settings>Templates>Update , its failed and attached screenshot of failed message as well. …
9th July 2024
Hi Kai, Since you are dealing with multiple elements, I believe a possible here option is to use services to group logically these elements (instead of views). In this case, …
9th July 2024
By the looks of it, these information events were created through the GenerateAlarmMessage where only a Value has been specified. Probably a script or driver generated these. This leaves you …
9th July 2024
Hi Komala, please verify that your NuGet Package settings are correct. The Packet Source can be found here: Prerequisites | DataMiner Docs https://api.nuget.org/v3/index.json The settings can be found here: Configuring …