Correlated Alarm on the Parent Element rather than on the DVE
12th June 2024
A quick one, dojo – when operating a correlation over base alarms on the DVEs, is there any quick option to always raise the “Correlated” alarm on the parent element?
Question
12th June 2024
A quick one, dojo – when operating a correlation over base alarms on the DVEs, is there any quick option to always raise the “Correlated” alarm on the parent element?
12th June 2024
Is it possible to upgrade Windows Server 2012 to Windows Server 2019 on a DMA running DataMiner? Will it keep working? Of course there will be downtime during the upgrade …
12th June 2024
Hi Dojo, Does anyone know what the minimum required versions are that support DirectConnection tables? Is it 10.3.0 for the main release and 10.2.3 for the feature release? If a …
12th June 2024
I’ve a driver where redundant polling is configured Redundant polling | DataMiner Docs for some snmp OIDs the device answer “NO SUCH OBJECT” and this trigger the switch to the …
12th June 2024
Hi, I write a driver that request API calls, and the response is long. Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the …
12th June 2024
Hi Dojo, We have this error in the SLSearch log file. Can you clarify what it means ? 2024/06/12 19:58:24.742|SLDBConnection|DestroyScrollContext|INF|0|206|Failed to destroy scroll context for id DnF1ZXJ5VGhlbkZldGNoAwAAAAAATodDFlJhQnNKbVI5UWY2WkpuMGtsQUlURGcAAAAAAGzilxZ3Z1lLdU9WdlFvMk8wYU5CTzdJeER3AAAAAABs4pgWd2dZS3VPVnZRbzJPMGFOQk83SXhEdw== with exception: Elasticsearch.Net.ElasticsearchClientException: …
12th June 2024
Hi, I’ve got a Dom action script that should handle most of the paths without interaction. However when it runs into an issue with validation for instance it should throw …
12th June 2024
Hi team, I found this connector on the catalog: Amazon AWS CloudWatch – MediaConvert Is it possible to use this connector to retrieve a list of jobs that are on …
12th June 2024
Hello, As part of a project to integrate a new matrix for one of our customers, we would like to duplicate the application on one of our test DMAs. This …
12th June 2024
Hi Skyline, I’m trying to filter a table so only rows with a certain value will appear on the Visio. Below is one of the methods that I have tried …
12th June 2024
Hi, I’m trying to add a column to a table in my low code app that counts down in real time. I have a column of a datetime of a …
12th June 2024
I want to show video in place of Still Boxes
12th June 2024
When using ‘multiple parameter set’ within an element, does one have control on the order of execution of the sets ? As an example: for a cisco manager element we …
12th June 2024
Hello dojo, I am facing an issue with spectrums: When we try to set the center frequency by an automation it fails beacuse it cannot “verify” if the set command …
12th June 2024
I am able to send an email to a single email address with the following script: var to = “my.name@email.com” engine.SendEmail( new EmailOptions { …