DataMiner Cloud DCP Admin Access

Is there a way to prevent some users from seeing the DCP Admin link in DataMiner cloud? This contains sensitive information about other users we don’t want to share with …

How to turn off ticketing?

A customer doesn’t want to install Elasticsearch on staging agent, which has a valid license for ticketing. Now they want to get rid of the runtime errors, becasue of the …

Which database tables are used when defining a logger table?

When defining a logger table, according to the documentation, only a limited number of rows is loaded in the SLProtocol process. https://docs.dataminer.services/develop/devguide/Connector/AdvancedLoggerTables.html https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Params.Param.ArrayOptions-options.html#database Does this mean that only that limited …

To which database tables does the volatile option have effect?

When using the volatile option on a protocol table, the documentation mentions that the primary keys will not be saved. https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Params.Param.ArrayOptions-options.html#volatile Does this mean the volatile option will only prevent …

Deleting DOM instances very slow

Hi Dojo, We’re implementing a channel management with DOM on a customers system. When implementing new features on existing sections, it’s usually necessary to delete all Channel DOM instances (around …

Dataminer Handling Encrypted Messages

A customer is asking how would Dataminer handle communications with a device using AES encryption. Could someone please clarify if there is some configuration needed and the required steps?

Email on “Errors” and “notice” Alarms

Hi. I need to send an email daily with the list of all “Errors” and “Notice” alarms including those are related to Dataminer agents (that are not elements) on a …

New use cases in Dojo

Hi Community, I usually find interesting use cases on Dojo. How can I get notified when a new use case is added in DOJO?

Are there any MSXML dependencies?

Hello! I’m wondering if there are any dependencies for MSXML6. Got a question form a customer wondering if they still need MSXML on their servers since their security team has …

Implement a curl request in a HTTP session

Hi, I try to implement a HTTP REST API driver to monitor some equipment from a website which requires some authentication. The provider provides some detail example on curl and …