lowcode apps – easy way to populate a dropdown feed with fixed values
8th March 2023
Klaas, If you want to filter your ad hoc data source, you can maybe use the filter component that is in soft launch. You can link that filter component to …
Answer
8th March 2023
Klaas, If you want to filter your ad hoc data source, you can maybe use the filter component that is in soft launch. You can link that filter component to …
8th March 2023
In case it’s only about presenting the data: In a DataMiner dashboard or Low code app, you can present any data you can access through Queries in a line/pie/donut chart. …
8th March 2023
In the meanwhile, this dataminer server was restarted and the problem didn’t occur anymore.
8th March 2023
Hi Nils, I can confirm this is an issue. It looks like the Cube correlation rule configuration incorrectly saves the user name in an incorrect format, which then fails to …
8th March 2023
Hi Stijn, We indeed only show the names (and versions) of protocols that are effectively used in the DMS. This is done to avoid having too many (unused) items in …
8th March 2023
Hi Rebecca! We have some videos explaining how to do unit tests and in this part we go through the process of mocking the SLProtocol. You can watch the video …
8th March 2023
Hi, Since DataMiner 10.0, the SLProtocol/SLProtocolExt classes have been changed into interfaces. That makes it possible to mock it for unit testing. If a Nuget with a mocking framework, like …
8th March 2023
Hi Randy, Are you able to follow the recommendations/tips from the topic you’ve shared? If you think all steps are taken, maybe we are overlooking something. Does the user see …
8th March 2023
Hello all I think the question is not that clear, from what i understood what they want to configure is the following, a Failover with Both Corporate and Aquisition, but …
8th March 2023
Hi Fenta, I suggest taking a look at this question: https://community.dataminer.services/question/best-practice-max-size-of-parameter-value/answer/99767/
8th March 2023
Hi Michiel, TLDR: Yes In a failover system, you need as a minimum one shared virtual IP (or hostname). It’s not mandatory to configure it on all interfaces.
8th March 2023
Hi Richard, A shared hostname is a possibility in case a virtual IP is not possible. Unfortunately we have recently detected some issues with this and we are working on …
8th March 2023
Edson, From 10.3.4 onwards, GQI adhoc data sources will support a secured link towards DataMiner Core (SLNet) so that you can send any message that Cube or any other client …
8th March 2023
Hi, The easiest and best way to get the polling IP of your element is by adding a parameter of type polling to your protocol. In your QAction you can …