Failing to update Visio shape
1st December 2025
Hi Mariana, it could happen that for some reason the connection between DataMiner Cube and Microsoft Visio is broken. Therefore, it might be good to close Visio and re-open again …
Answer
1st December 2025
Hi Mariana, it could happen that for some reason the connection between DataMiner Cube and Microsoft Visio is broken. Therefore, it might be good to close Visio and re-open again …
1st December 2025
Hi Fernando, Let’s first evaluate which license type would be the best fit in your situation. Please note that a community edition license has some limitations: only for a standalone …
1st December 2025
Hi Joaquim, Simple answer: it depends on the capabilities of the system and database versus the number of trees a user wants to maintain and the specific implementation. More in-depth: …
28th November 2025
Hi Amber, You will need to make your service an Enhanced Service, on which you can apply alarm templates (as you would do for elements). The Skyline Service Definition Basic …
28th November 2025
Hi Isabel, Looking at the data you provided, it looks like 3 servers for Cassandra and OpenSearch should be sufficient. Today you are able to run on 3 Cassandra nodes, …
28th November 2025
Hi Alexander, DataMiner itself normally doesn’t really use or rely on the domain. So, if you switch the OS to another domain, I cannot really think of any impact this …
28th November 2025
Hi Zheng, At the moment, not all query data sources and operators allow for (full) real-time updates in the Web apps. You can find a detailed list of what is …
28th November 2025
Hi Jaroslaw, DataMiner supports SAML. Therefore, it should be possible to authenticate against any SAML identity provider, also ADFS. I am although not aware of anybody who’s using this identity …
28th November 2025
Hi, DataMiner does support SAML authentication, so it should be possible to integrate with any identity provider that support SAML as well. More details about configuring SAML in DataMiner can …
27th November 2025
Hi Randy, From the exception stack trace, it appears that the Setup Wizard of IDP is failing, however, there is not enough information to draw any further conclusions. Was there …
27th November 2025
Hi Joey, Alternatively you could use the following custom operator that allows you to provide a fallback display value whenever no current display value is detected: http://Display Value Fallback | …
27th November 2025
DisplayValue overrides the Value, but you must still provide a valid Value even if you don’t intend to display it. This works: source.EventTime.HasValue ? new GQICell { Value = …
27th November 2025
Hi Manuel, I believe this happens if Cube can’t access the web API of the DMA you’re connecting to. If this is the case, I also don’t expect you to …
27th November 2025
Hi Bautista It is possible to get the time zone or its offset in a IAS when a user selects a date and time in a time and calendar component. …
26th November 2025
Hi Caio, A 413 usually means the request body is larger than the server is willing to accept. It isn’t tied to DataMiner in particular. It’s a standard safeguard on …