Moving a DataMiner agent to a new AD domain

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 …

Regarding the Dashboard QUERIES

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 …

IDP install error for package 1.5.3

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 …

Empty Report-Dashboard list

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 …

IAS – Detect Client TimeZone

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. …

OpenTelemetry Collector

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 …

Script alternative for protocol.GetKeysForValue

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, …

Link URL avoiding # character

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