Any roadmap to add element’s history in property?

Hi Jeyaram, The general page when right-clicking the element will indeed show some information, such as when and by who the element was created, modified, alarm and trend template was …

Can’t edit templates in Reports and Dashboard

Which version of Internet Explorer is installed? The legacy Reports & Dashboards works only in IE version 9 and higher. If you do have the latest version of Internet Explorer, …

Service creation : Parameter display key filter

Hi Wale, My rusty protocol knowledge could be wrong here, but looking into the connector, I notice that the Ethernet Streams Table has naming applied, with a concatenation of the …

HTTP Get – 308 Permanent Redirect Issue

When DataMiner picks up a response in the 3xx range, it should automatically resend the original request to the address that is specified in the Location response header. Tools like Postman …

Can’t edit templates in Reports and Dashboard

Hi Elbano, Some hints that might help you debug this issue: For the template editor, the template data is embedded in the page and the form fields/template layout is initialized …

Can I send alarm statistics view in email?

This use case could be achieved via the Dashboards Alarm component (see DataMiner Dashboards for more on this app), which could be set up to include only timeout events and …

How to update the End time of a ReservationInstance via code?

Hi Mieke, You can use the NewTimeRange method, to change the time of your reservation (as mentioned by Sebastiaan). E.g. TimeRangeUtc bookingTimeRange = new TimeRangeUtc(newStart, newEnd, TimeZoneInfo.Local); reservationInstance = reservationInstance.NewTimeRange(bookingTimeRange); …

Automation notification pop-up to all users

Hi Blake, I also noticed following in the DMS Help. Do you have the same behaviour also if you would link it to a correlation rule or scheduled task? If, …

error during upgrade to 9.6 CU23

Hi Carlos, We can confirm that this should not be a problem at all, so you can ignore it 🙂 Note: This would only be a problem if you now …