Moving a DataMiner agent to a new AD domain
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 …
Answer
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 …
26th November 2025
Hi Senne, We have the OpenTelemetry Collector and a Generic OpenTelemetry Logger connector that can receive logs, as shown in the following deployment architecture: The idea is to have a …
26th November 2025
Hi Gilberto, Thank you for sharing your experience with reapplying services through service templates. I understand how having to update parameters one by one and not being able to revisit …
26th November 2025
Hi Ryan, There’s no built-in GetKeysForValue() method available in an automation script, but you can achieve this using a small helper method, for example: public ICollection<string> GetKeysForValue(Element element, int tablePid, …
26th November 2025
Hi Ramesh, Of course it depens a bit about the full context of how you would like to show the shape, but I think the easiest solution is to work …
26th November 2025
Hi David, Tom explained what your problem is but even better, the framework already supports a placeholder for URL-escaping values.You can use [EscapeDataString:x] for this. Kind Regards, Jarno