Error in low code app, Cassandra not able to load file or assembly
26th June 2023
Hi all, Im currently working on an Automation Script compiled as a library that retrieves data from Cassandra and I want to display it in a low code app using …
Question
26th June 2023
Hi all, Im currently working on an Automation Script compiled as a library that retrieves data from Cassandra and I want to display it in a low code app using …
26th June 2023
Hi Dojo, is it possible to prioritize alarms in the alarm console? For example we have 2000 alarm through a backbone outage, but would like to see the backbone messages …
26th June 2023
I’m trying to empty a field value of a DOM instance through a low-code app, but the value is not stored when I save it. Adjusting the value is possible, …
26th June 2023
Hi all, Is there a means to move a created Token from a staging environment to a Production? It would be nice to have a means to reuse the same …
26th June 2023
I made a view that have some nodes generated dynamically based on table and edges utilizing DCF. When the user doesn’t have access rights to both elements, connection line should …
26th June 2023
where can i find the SRM service defintions in Elastic database nodes.
26th June 2023
Hi Community, Our DMA is up and running on the server (all the ports are opened for the protocol https) and able to connect from both cube and browser with …
23rd June 2023
We integrate with a third-party application using a smart serial connection. Over that connection, DataMiner receives a REST call with a JSON document we capture and parse. The customer wants …
23rd June 2023
We have users which would prefer to use 24hr time, however, we could not find a setting which would allow for changing Cube from 12 hour AM/PM format to 24 …
23rd June 2023
After configuring DMA to use external Cassandra Cluster, it is observed that the keyspaces are created with unexpected replication factor and consistency levels: The command ‘nodetool status’ shows that there …
23rd June 2023
I have a subtable that I need to poll for a SNMPv2 driver. The OIDs the protocol is polling for matches with the driver, and I have confirmed that the …
22nd June 2023
what is of proccess for the configure of Dataminer Cloud
22nd June 2023
What is the best practice to copy connectors and the related alarm templates from one DataMiner Agent to another Agent in order to not to install the drivers and create …
22nd June 2023
A few customers reported issues related to exceptions being thrown during MySQL DB queries on the iDirect Platform connector. These exceptions seemed to be mostly related to older assemblies being …
22nd June 2023
Hi Dojo Community, I try to extract port info with the following line in an automation script. —– GetLiteElementInfo glei = new GetLiteElementInfo(); glei.DataMinerID = element.DmaId; glei.ElementID = element.ElementId; LiteElementInfoEvent …