When does alarm focus icon appear?
4th May 2022
The DataMiner Analytics assigns an estimated likelihood or “alarm focus score” to each alarm, after analyzing the short-term history and current behavior of incoming alarms. The alarm focus score is …
Answer
4th May 2022
The DataMiner Analytics assigns an estimated likelihood or “alarm focus score” to each alarm, after analyzing the short-term history and current behavior of incoming alarms. The alarm focus score is …
4th May 2022
Hi Curtis, You can enable these buttons in the Visual Overview by using the ParameterControl shape data (see docs). Example: In this syntax, the colon is the separator between the parameter ID …
4th May 2022
Setting up file sharing for the c:\Skyline DataMiner folder is known to mess up permissions on those folders and files. The IIS error basically means that the webserver process (IIS) …
4th May 2022
Hey David. I suspect the NTFS folder permissions were changed, making some necessary files inaccessible for IIS. Can you run SetNtfsPermissions.js in C:\Skyline DataMiner\Tools and see if that helps?
4th May 2022
The driver can only be aware of the connection state when it is sending commands via command response pairs. The connection is set to responding when the driver is sending …
4th May 2022
Putting this in an answer as formatting will probably be important to understand my quite abstract explanation. First of, I believe the outer “execute” should set a “Variable” and not …
4th May 2022
Hi Koen, I don’t see the page option pagevariable in your child element. Can you add it and see if that works?
4th May 2022
Hi Bruno Require alarms to occur on consecutive elements in the chain: this is applicable on element chains. If enabled, elements without alarm in the chain will reset the RCA …
4th May 2022
Hi Bruno, As far as I know there is no limit on the amount of elements when creating a connectivity chain. However, from practical point of view, instead of the …
4th May 2022
Hi Bruno, I believe you cannot filter the alarms from an element chain. However, when setting up the element chain, you could define which parameters will be taken into account …
3rd May 2022
Hi Luis, Seems that the task you mentioned is still applicable and its most likely the same issue. We can’t know for certain until an investigation though. I’ve increased the …
3rd May 2022
Hi Hugo, I’m replying in a new post so that I can include a screenshot, and because there are multiple things at play here, that require an explanation… The “z” …
3rd May 2022
Hi Ruben, You can replace the separator by using the [Sep:XY] indicator at the start of your RegexReplace content: [RegexReplace:[Sep:,#]regex#value#replace-value] A comma inside a nested placeholder will already be resolved …
3rd May 2022
Hi Ruben, normally you can specify the separator like this in the RegexReplace placeholder: [RegexReplace:[Sep:,ç]^(.{101}).+ç[RegexReplace:[Sep:,§]\r\n§[param:*,5]§ ]ç$1…]
2nd May 2022
Hi, That would seem to be the case when there are no groups present in the protocol.xml. As you indicate that the element is not polling, it means that you’re …