IAS – Detect Client TimeZone
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. …
Answer
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
26th November 2025
Hi Ramesh, No, you cannot specify a custom confirmation message with Execute like you can with SET. Your only option is to use NoConfirmation to completely disable the confirmation dialog. …
26th November 2025
Hi Minh, If I am not mistaken, your GQI is trying to sum all rates for a subset of interfaces available in the `Interfaces Stats` table across different timestamps. I …
26th November 2025
Hi Ramesh, You can add the “Options” shape data to your button with the “cardvariable” value (same use case for “pagevar” or “WorkspaceVar”) to define the scope of the created …
26th November 2025
Here’s a breakdown of steps 👇 Initial State The 1,250 elements will appear as Unmanaged Inventory under Inventory > Unmanaged. Enable Management with IDP Define CI Types for these elements. …
26th November 2025
Hi David, The # character in a URL is a special character that is being used as ‘fragment identifier’. E.g. ‘Computing’ in the following URL: https://en.wikipedia.org/wiki/Number_sign#Computing If you want to …
26th November 2025
I get the impression that this question has already been answered in the comments. If this is indeed the case, could you select this answer to indicate that the question …
25th November 2025
Hi Kristian, This issue is fixed in DataMiner 10.5.11 when using the GQI DxM, which becomes the standard in 10.6. If you are on an older version or not using …
25th November 2025
Hi Arturo, There is of course the licensing side of things, but let’s assume you got this covered and this is purely a resource load question. A replicated element will …