Incident Manager
18th December 2023
Unfortunately, I do not think you can currently easily link an alarm in the alarm console to an incident in the Incident Manager app beyond manually filling in the alarm …
Answer
18th December 2023
Unfortunately, I do not think you can currently easily link an alarm in the alarm console to an incident in the Incident Manager app beyond manually filling in the alarm …
18th December 2023
Hi Thomas, this connector doesn’t have any driver version available currently. We are aware that connector records without any versions exists in our Catalog, and we are checking internally how …
18th December 2023
Hi Mieke If I understand it correctly, I believe an Interactive Automation Script can be a possible solution. Did you consider this approach? Kind regards
18th December 2023
Hello Thijs, We have implemented a work around to get SLA analysis on dashboards using multiple tables with drop down options. As you can see in following screenshot we are …
18th December 2023
Trap distribution is by default enabled on a DataMiner system. If you want to verify if that is the case on your system, you can check its state in the …
18th December 2023
Hi Thijs For Remote Cube we indeed require HTTPS to be configured (with a valid certificate). This is noted in the list of requirements on the internal docs page. I’ll …
18th December 2023
Hi Jens, Your code snippet should work without problems.
18th December 2023
Jens, Going back to ‘Running’ from the ‘cancelled’ state is not allowed nor supported by the SRM Framework.
18th December 2023
Yet today, there’s no clear answer to this question. As time continues, we kept using the Visual Overview so this question is not relevant to me (and the customer) anymore. …
18th December 2023
Hi Thijs, You are not obliged to configure https when you’re cloud connected. However it’s advised to use https for security reasons. when using HTTPS it’s indeed needed to use …
18th December 2023
Hi Brian, You probably want to compare the Last Down and Last Up time with the current time and create an alarm when the difference is larger than certain value? …
18th December 2023
Hi Jaroslaw, I remember having issues with infinite loops as well when I first started working on driver development. What you need to do in that case is create a …
18th December 2023
Hi Amber, You will likely need to create two shape data fields to dynamically populate the drop-down (combo box). The first data field is SetVar and its value should have …
18th December 2023
Hi Jaroslow, if there is no writes done on to the device, I would recommend using param3 and setting the value on that parameter. And to turn param1 into a …
15th December 2023
Hi Jens, You can use the “BookingManager.ChangeStateToOnHold()” method to move a booking from the confirmed state to the partial state.