How do I exclude with wildcard

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 …

Table Relations Error Logging

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 …

Opensearch installation issue

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 …

Execute Automation for all indexes at once

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 …

Trap ipdi settings

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?

Video on DataMiner Launch page

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. …

Automated Element Export

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 …

driver monitoring TCP Ports

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 …

Table values are returned multiple times – Automation script

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(); …

query on failover backup file name

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 …