Dashboards site not working after switch to https with redirect from http to https

After changing the configuration according to following and setting up the redirect everything works except the dashboards https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_3%2FDataminerAgents%2FGeneral_DMA_configuration.htm&rhsyns=%20&rhhlterm=https%20iis something seems to point to a localhost instead of FQDN What’s the …

MSSQL tables missing

Hi Dojo, in a failover pair running MSSQL, we noticed the backup agent does not contain any tables needed for DataMiner to offload files. How can we bring these tables …

Element is currently not active (Error)

Hi all, When trying to open an element in a cluster, an error is shown on the element page This element is currently not active (Error) When looking at the …

Create Property via Automation Script

I want to create a property via an automation script using the call: dms.CreateProperty(propertyName, PropertyType.Element, isFilterEnabled, isReadOnly, isVisibleInSurveyor); I am able to use engine.GetDms(); IDms dms = engine.GetDms(); But when …

How to recover a deleted element

How do you recover an element that was deleted? I assume you use the recycle bin exactly what items from the recycle bin need to be used and where do …

Highlight not working

Hi, I’m trying to get a shape highlighted in Visio based on a param value by following this guide but can not get the shape to change style. It works …