How do I exclude with wildcard
12th December 2024
I have been receiving a lot of alarms from the device table, and I want to exclude only CC errors from the alarm table. Can I use a wildcard to …
Question
12th December 2024
I have been receiving a lot of alarms from the device table, and I want to exclude only CC errors from the alarm table. Can I use a wildcard to …
12th December 2024
Hi Dojo, I’m getting logging errors for the following problem that I’m unsure how to proceed with. SLElement.exe|7988|TableRelations::FindRelationPathInternal|ERR|0|!! No link found for 6000[106301/11386] -> 2000 [chain=] I don’t have a …
12th December 2024
I was initially able to successfully install Opensearch in a separate EC2 instance as prescribed. However I faced issue with setting up keystore and truststore p12, as the service would …
11th December 2024
Hello All, When implementing a parameter set button on a Visio and clicking the button on the visual overview within Cube, we are shown a confirmation window (which is desired). …
11th December 2024
Are you able to monitor ATV throughput on the individual cards, i’m not interested in specific services more just the cards on the device itself.
11th December 2024
Hi, I have a request to toggle all indices in a table at once from “On” to “Off”. I was thinking of just using * to call for all indexes …
11th December 2024
I would like to listen to a complete subnet ranging form (10.10.12.1 – 10.10.12.225) <TrapOID setBindings=”allBindingInfo” type=”wildcard” ipid=”100″>*</TrapOID> Will setting the parameter 100 with a wild card(10.10.12.*) works?
11th December 2024
This request is about throwing impression on after login page or at login page of dataminer. Here the user would like to show an impressive video of around 20 secs. …
10th December 2024
Hi All. Is there an easy way to export all elements in the system using an automated process? We do something similar with all of the VISIO pages, but the …
10th December 2024
User> Do you have in your driver portfolio a driver that can monitor TCP connections ? I am interested on monitoring ports: 443, 5094, 61007 and 8443. Me> I’m not …
10th December 2024
Hello Dojo, I’m encountering a timezone issue with my extranet application. When I use it in France, it correctly displays French time, and I’ve added local time for example for …
10th December 2024
foreach (var parameter in paramsNeeded) { var msg = new GetParameterMessage(childInfo.DataMinerID, childInfo.ElementID, parameter.ParameterID, parameter.FilterValue, true); reqParam.Add(msg); } try { _logger.Information(“Send DMA request”); var responseMsg = _dms.SendMessages(reqParam.ToArray()); var response = responseMsg.OfType<GetParameterResponseMessage>().ToList(); …
10th December 2024
Hello Dojo, DMA version: 10.4 CU6 I have the backup network path configured for failover agent as shown below: The number of backup to keep is configured as 7. As …
10th December 2024
Hi All, I have a single element with a large table (1300) where each row represents a different service I would like to visually display. I have managed to dynamically …
9th December 2024
I’m writing a default script that is used to send an email from alarm(s) triggered by a correlation rule. I want to make a table in the mail with the …