Alarm Console: Different way to Display Comments?
17th September 2021
Hi Alberto, When you right-click on your alarm, you can choose view comments. Would that work as a solution for you?
Answer
17th September 2021
Hi Alberto, When you right-click on your alarm, you can choose view comments. Would that work as a solution for you?
16th September 2021
@Sebastian, I’ve tested the line below, but I’m not able to get it working: tried with and without the element property and also with just one placeholder instead of three, …
16th September 2021
Hi Lars, Yes, DataMiner includes powerful data ingest and control plane capabilities, enabling operators to ingest data from any data source, irrespective of the interface or the protocol required, transparently …
16th September 2021
On this particular case we determined that a matrix was not necessary. The related code was removed. The code was updated to ensure that: Tables used to make DCF interfaces …
16th September 2021
Hi Jens, From your reservation, you can get the service definition used. From that service definition, you can get the node for which your profile load script is running. From …
16th September 2021
That is all depending on where the trigger is coming from. If a client clicks on the “Execute” button of an automation script then the DMA is going to execute …
16th September 2021
Hi Nigel, some protocols have the “Clear Missing” command in the element card, on the top of the table – this helps when clearing rows related to e.g. input feeds …
16th September 2021
Hello Koen, Thank you very much for your answer. I’m afraid that I could not find the Source and Content information (as a column header) in the “IP Output Multiplex …
16th September 2021
It’s possible to get a list of all the elements of the DMS by using GetElementsForView with viewID = -1 (root view) and includeSubViews = true: var allElements = webService.GetElementsForView(connection, …
15th September 2021
Hi Alberto, You can use multiple placeholders directly in the text of a Visio shape. In your example of IPSource@MulticastGroup:Port you could set the text of the shape to [param:4500/541,47006,300112]@[param:4500/541,47008,300112]:[param:4500/541,47010,300112]
15th September 2021
Hi Ben, Thanks for your answer. My issue with this option is on one element I have different services. If there is 2 services on alarm on one element I …
15th September 2021
Hi Laurine, your first step would be to group incoming alarms by element. Because the evaluation is then done on an element basis. Can you make sure that this is …
15th September 2021
Hello Mark, I believe the Source and Content information should be found in the “IP Output Multiplex Service Table” on the IP Switch Outputs page. Depending on the type of …
15th September 2021
Thanks everyone for your help and explanations with this. You’ve saved me probably a weeks work trying to find all these settings and of course the Cyber Security Team will …
15th September 2021
To add to Ive’s answer: 1. Besides the lockout policies in Windows or an external LDAP, DataMiner also provides a ‘MaxConnectionAttempts’ setting. DataMiner will refuse a particular client when exceeding …