Api deployments parameters

Hi, I’m playing around with deployment of automation scripts and i ran into some weird behaviour when using parameters. See script below: using System; using System.Collections.Generic; using System.Globalization; using System.Text; …

SNMP Polling – Infinite loop detected

Hello everyone, I am polling an SNMP table from a simulation and every now and again I get this message in the logs: ProcessSNMPValue|ERR|0|Detected an infinite loop when polling parameter …

How to apply a Profile Instance by Value

For an orchestration project, we need to create bookings based on requests from a third-party application. During the processing, I would like to define a Profile Instance with the specific …

Automation script – use of dummy on disconnected agent

Setup: 2 agents: DMA1, DMA2 Element “myElement” using “myProtocol” is running on DMA2 Interactive Automation script with dummy linked to “myProtocol” What will happen when: Running the from DMA1 Selecting …

TPM (Trusted Platform Module)

Hi, Do DataMiner servers, with Windows Server 2022, require TPM (Trusted Platform Module)? Thanks.

Smart serial communication behavior

How will a driver behave when a smart-serial definition has: A response def with Header and trailer => to capture specific matching data A response def with a next param …

Unwanted http(s) requests

Hi Dojo, A DMA continuously makes unwanted http(s) requests to a single destination but we are not sure where in the server the calls are being made as the call …

Export list of installed protocols from DMS?

Unless I’m missing something I can’t see a way to export a list of installed protocols (csv or similar) from either Protocols & Templates or Reports & Dashboards.  Is there a …

Error : -2146893023. [default]

Hi, I’m getting the following error on Stream Viewer which i’m not able to understand what would be the root cause of it. -> 12:45:15 – Get for HTTPCodeGetDVBCStatus () had error : Error : -2146893023. [default] -> 12:45:15 – Continuing get for HTTPCodeGetDVBCStatus () -> 12:45:15 – Get for HTTPContentGetDVBCStatus () had error : Error : -2146893023. [default] -> 12:45:15 …

changing administrator password

We have changed the administrator password on Windows level on all the DMA servers in the cluster. Somehow overnight the password is being reset to the old one again. This …

Extracting JSON values with Regex

Hi Dojo, I’m querying some data using GQI and one of my columns contains JSON data in a string field, like this: Metadata {“Index”:0,”ResourceId”:”4cab6949-827c-463f-a5db-cb193ddaffba”} {“Index”:1,”ResourceId”:”cacdb3e5-b97b-4b6e-8357-f87972311d21″} {“Index”:2,”ResourceId”:”b6259d63-9e6b-4d5f-8e4b-ca608cbdc47c”} {“Index”:3,”ResourceId”:”02495145-a4dc-48ad-bb86-267172722b11″} {“Index”:4,”ResourceId”:”5e40df1d-75b3-4dcc-bcfb-2040cab9b226″} {“Index”:5,”ResourceId”:”a2eb4619-d36d-4a07-afde-bb1f27eeb732″} I …