Embedded webpage in visual showing frozen
25th March 2022
Hi Ive, This can occur with the IE and Edge browser engines if the browser shape is displayed in a layout where it is not completely visible, e.g. scrollviewer (or …
Answer
25th March 2022
Hi Ive, This can occur with the IE and Edge browser engines if the browser shape is displayed in a layout where it is not completely visible, e.g. scrollviewer (or …
25th March 2022
Hi Ive, I didn’t have a system to check this issue, but have you checked System Center > Logging > Cube and enabled the ‘Show debug logging’? Are you able …
25th March 2022
Hi Bruno, Tobe and Wouter, thanks for those great replies, much appreciated! I’ve forwarded the link of this post to the user!
25th March 2022
Hi Gregor, There might be more, but what I usually recommend is to check the DataMiner Dojo courses (DMS Correlation – DataMiner Dojo) and the Dataminer Help (DMS Correlation | …
25th March 2022
Hi Gregor, The topic correlation is part of the “DataMiner Advanced” course. https://community.dataminer.services/courses/dataminer-advanced/ Regards, Koen
25th March 2022
Hi Gregor, The DataMiner user guide should get you started on things. https://docs.dataminer.services/user-guide/Advanced_Modules/Correlation/correlation.html
25th March 2022
Other alternative is to use the Correlation rule engine, to define a rule that groups alarms based on property. The same is possible for Views, Services, Elements, parameter, table index, …
25th March 2022
Yes, this is possible by using the Automatic Incident Tracking feature. This feature will try to group alarms together that belong to the same incident, taking into account certain information …
25th March 2022
Hi Dennis, This is possible yes. In order to do this, you should first make sure the property is added as a column in the alarm console. Next you need …
25th March 2022
Hi Ruben, This is indeed a page setting for now which means you can’t combine both of them on one page. If the paths are not interconnected, you could separate …
25th March 2022
Hi Sam, I created a recording of the installation process. In this example I have a config file with 3 agents preconfigured that I place alongside DataMinerCube.exe in the default …
25th March 2022
Another solution without making use of a protocol, is to launch an automation script when the Visio drawing is opened. The script performs an SLNet call to retrieve the online …
25th March 2022
Hi Jens, This is possible since DataMiner version 10.2.3 To do this, you can use the automation snippet below. var pfHelper = new ProtocolFunctionHelper(engine.SendSLNetMessages); var xmlContent = File.ReadAllText("…"); pfHelper.ReplaceActiveSystemFunctionDefinitions(xmlcontent);
24th March 2022
Hi Alberto, Would it help you if you place the labels on top of each other and make sure that the text alignment is centralized? Note that you can group …
24th March 2022
Hey Ciprian, With “the machines are offline” I will assume that you mean that the entire dataminer including SLNet is stopped. First of all, SLReset is a factory reset tool, …