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 …

How to Sort a TreeControl by Date (Descending)

I’m trying to set up a TreeControl sorted by date in descending order (newest to oldest). From what I understand in the documentation, adding the pipe | in OverrideDisplayColumns lets …

Using custom dll’s on a DaaS system.

Hi, For some of our automation scripts we use some custom created dll’s, so functions can be shared over all automation scripts. On an on-premise system, we place these in …