Software Redundancy Set Parameter is not working
21st October 2020
Hello Yuki, Thank you for posting on our DataMiner Dojo! It seems your question is more complex and will need a thorough investigation to be answered, hence an internal ticket …
Answer
21st October 2020
Hello Yuki, Thank you for posting on our DataMiner Dojo! It seems your question is more complex and will need a thorough investigation to be answered, hence an internal ticket …
21st October 2020
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 …
20th October 2020
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 …
20th October 2020
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 …
20th October 2020
As João Severino already said, you will have to create a C# code block to use the script parameters in an email. This is a very short example script that …
20th October 2020
Hi João, You can send an email directly from an automation script action, as documented here (link). But, as mentioned in the note at the end of the help page …
20th October 2020
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, …
20th October 2020
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 …
20th October 2020
The following code can be used in a QAction to get the security info to determine what user groups a user is part of: var securityInfo = (GetUserInfoResponseMessage)protocol.SLNet.SendSingleResponseMessage(new GetInfoMessage(InfoType.SecurityInfo)); var …
20th October 2020
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 …
19th October 2020
The SLProtocol.UserInfo string property contains the name of user that clicked on the button. But it doesn’t contain information about the group(s) the user is assigned to.
19th October 2020
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 …
19th October 2020
Hi Jason, There should not be any limitations in what values you can set in the password setup step of provisioning. A couple of things you can double-check are if …
19th October 2020
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’
19th October 2020
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, …