Dataminer Connect APP api

From the error message it’s not clear what goes wrong. It could be an incorrect password, an unknown user account, or something else. The logging of DataMiner will contain more …

Profile Parameters – Duplicate display values

hi Jens The profiles app in Cube indeed only checks (since DataMiner 10.2.10) if the raw value of a discreet is unique. Not sure if there’s any specific use case to …

Visio Hide Shape with a condition is not working

This issue ended up being caused by Inheritance of the Visio shapes. The different types of inheritance when using grouping are shown within this Dojo course: https://community.dataminer.services/courses/visio/lessons/advanced-shape-linking/topic/grouping/ Do note that …

replacing APIGateway certificate

Hi, If the CN and the SANs are different in the new certificate compared to the self-signed one, you might need to change some configuration in DataMiner (maintenancesettings.xml) and IIS …

Retrieve all resources from a list of resource guids

Hi Tim, The most efficient would be to retrieve them in one single request (or the least amount possible). You could use the ‘RetrieveBigOrFilter’ tools method that is available in …

User Defined API to replace SNMP Manager

Hi Johannes, Creating your own APIs can be very beneficial as it gives you greater control over the information you retrieve from DataMiner. In a large system, efficiency is key. …