Show Parameter Alarms while in Timeout

I believe this is not yet possible for elements and parameters. For views and services, you are able to configure this in the MaintenanceSettings.xml. <AlarmSettings serviceTimeoutMode=”displayTimeout” viewTimeoutMode=”displayBoth”> displayBoth (default): both …

Show Parameter Alarms while in Timeout

Not sure, and haven’t checked, but isn’t there a user preference on the time-out and how the color can override the alarm colors?  If you go to settings in Cube …

How to migrate license from production DMA to new HW (Server or VM)?

Hi Luiz, A MOP (Methods of Procedure) to migrate a DM fail-over setup is available: https://community.dataminer.services/documentation/migrating-a-failover-pair-to-new-hardware/ For a DMA stand-alone, you can create a DMA backup and restore the DMA on …

Dataminer AI cost

Hi Pramod, AI capabilities in DataMiner are part of the standard solution, i.e. any DataMiner System has those capabilities.  We strongly believe that considering the trends in the industry (all-IP, …

DMS Cluster without HTTP(S)

Agents in a DMS cluster communicate over port 8004 (by default). When setting up that connection, the HTTP or HTTPS ports are used to detect what port the server is …

Creating a DataMiner error alarm dictionary

Jeremiah, If I understand correctly they would like a list of all possible alarms that can occur in the ecosystem managed by DataMiner?  If that’s correct, that is a daunting …

DataMiner email alarm reporting fields

Hi Pietro, To my knowledge the default alarm notification email has a predefined format and doesn’t allow admins to customize it*. However, for greater control of the information sent by …

Enhanced Service – Alarm source discreets

This can be found in the description of the ‘slenumvalues’ table, listed in https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_3%2Fdatabases%2FStructure_of_the_central_database.htm ID 63 corresponds to ‘Suggestion Engine’

SRM – Example code create regular booking

If you are using SRM Standard solution you can create bookings using one of the two following ways: Use method BookingManager.TryCreateNewBooking(Engine engine, Booking bookingData, IEnumerable<Function> functions, IEnumerable<Event> events, IEnumerable<Property> properties, …