How can we stop a thread / QAction on going in a driver?
6th February 2023
In a driver, I have a button to force a refresh. This refresh run a comparison between the actual elements provisioned in the DMS and the elements expected to be …
Question
6th February 2023
In a driver, I have a button to force a refresh. This refresh run a comparison between the actual elements provisioned in the DMS and the elements expected to be …
6th February 2023
I am having an issue with the Cloud connection on our Staging System running on DataMiner 10.2 The Cloud Session shows: Invalid When tried to “Renew Session” I got the …
6th February 2023
When a user is viewing the low code app, an automation script should be run on a regular base to refresh some calculated data so they are up to date …
6th February 2023
Hi Dojo – We have enabled data offload to MySQL and, right after that, the memory usage and CPU of the DMAs started increasing too much, generally across the system …
6th February 2023
Hi, I am working on a protocol and have a good use case for using a Dynamic Table. I have seen Dynamic Tables being used in the past but cannot …
6th February 2023
Hi, Is it possible to know how many Mbps will pass from the user to a Dataminer’s VM (and the opposite) when one user is connected. (Knowing that I will …
6th February 2023
Hi Dojo, I want to add a resource to an existing reservation. I noticed that the BookingManager class has a method TryAddResource, but it doesn’t allow me to provide a …
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