Backup failing – one of pair
9th November 2023
Richard, I’m assuming that by “pair” you’re referring to a DMA in 1+1 failover config (1 VIP shared between main & stby agent). If so, the host name of the …
Answer
9th November 2023
Richard, I’m assuming that by “pair” you’re referring to a DMA in 1+1 failover config (1 VIP shared between main & stby agent). If so, the host name of the …
9th November 2023
Hi Ryan, This could be an issue similar to this: Local user unable to access DMA after first reboot after installation | DataMiner Docs This first thing I would check …
9th November 2023
Hi Jarek, Do you already have some data sources on your system? If you don’t have any, it will not be available as an option in the drop down. If …
9th November 2023
Hi, this could indeed be done by letting the correlation rule trigger an automation script. That script receives the necessary information from the correlation engine, including the element ID and …
9th November 2023
Hi Manuel, To use the UTF-8 character set, the unicode option indeed needs to be activated in the Type tag. In addition, it’s also required to specify that the incoming …
9th November 2023
Hi Apurva, Starting from 10.4.1 you will be able to configure consecutive actions on buttons in your table. This will let you run the script of your choice, followed by …
9th November 2023
Hi Apurva, What worked for me was to add a fetch data action at the end of the ‘On Click’ actions of my ‘confirm delete’ button, and now the page …
9th November 2023
Hi, I used this snippet in an ad hoc data source to generate information events. public void DebugInfo(string debugInfo) { var request = new GenerateAlarmMessage(); request.DataMinerID=-1; request.ParameterID=-1; request.ElementID=-1; request.Comment = …
9th November 2023
Hi, To complete the comments above, I did a quick test and you should be able to use the following snippet IDms thisDms = engine.GetDms(); var protocol = thisDms.GetProtocol(“ProtocolName”, “Production”); …
9th November 2023
Hi all, thanks for your answer. As we need trending we can’t use dashboard. I will create a ticket to adjust the protocol.
9th November 2023
Hi Tim, If I understood correctly, you would like to create views/sub-views from a CSV file. As far as I know there is not out-of-the-box functionality that allows you to …
9th November 2023
Hi Tim, In Cube, you could create an overview (Visio file) using the following feature: Generating shapes based on child items in a view or a service In the Dashboard …
9th November 2023
Hi Marco, Unfortunately the Low Code Apps does not equipped yet for the usecase you describe. For now, a possible workaround could be to automatically open a popup page after …