DataMiner Cloud DCP Admin Access
5th February 2023
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 …
Question
5th February 2023
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 …
3rd February 2023
Hi, I have performed the upgrade from 10.1 to 10.2 on our test agent, it says finished, success but it seems to be stuck. What is the best thing to …
3rd February 2023
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 …
3rd February 2023
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 …
3rd February 2023
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 …
3rd February 2023
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 …
3rd February 2023
Hi DoJo, Is there any configuration setting where we can change the subject of the emails sent for a subscribed question? The emails I receive have the subject like “New …
3rd February 2023
Hi Skyline, Is there anyway to use the Session syntax to send a POST Request that requires the credentials to be in the json body of the request? Thanks
3rd February 2023
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?
3rd February 2023
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 …
3rd February 2023
Hi, Today, I need to send a GET request using an authentication bearer. I enter the token for the bearer in Parameter 150 but it looks like my HTTP Session …
3rd February 2023
Hi All, I am having an issue with the Resource DVE Element for the Cisco DCM. When I manually enable the resource DVE in the Element Generic DVE Table, the …
3rd February 2023
Hi Community, I usually find interesting use cases on Dojo. How can I get notified when a new use case is added in DOJO?
2nd February 2023
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 …
2nd February 2023
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 …