Web Services GetElementsForView
16th October 2025
Hi Ross, For that use case, a possible approach is to leverage the Data Aggregator. This DxM allows you to execute GQI queries on a scheduled basis, with the results …
Answer
16th October 2025
Hi Ross, For that use case, a possible approach is to leverage the Data Aggregator. This DxM allows you to execute GQI queries on a scheduled basis, with the results …
16th October 2025
The front panel is loaded from the Visio connector linked to the element. In the Visio connector, add a sheet named RLM-[DeviceSize]U, where [DeviceSize] corresponds to the number of rack …
16th October 2025
Getting alarms for deleted elements does not seem to be possible in UI (yet with DM 10.5.10). I would propose that you raise a feature suggestion/request if this is really …
16th October 2025
Hi Koen, Re-using an existing database is perfectly viable. The main thing to keep in mind here is for the other DMS to indeed have a different keyspace (On the …
16th October 2025
Hi Koen, I’m not aware of any specific guidelines beyond the documentation here, which states that “using a self-managed data storage architecture is not recommended.” Despite that recommendation, it is technically …
16th October 2025
Hi Maximiliano, Could you please specify which Ember+ device or DataMiner connector you’re referring to? This will help us determine whether write support is already available. If the write implementation …
16th October 2025
Hi Harald, Based on the comments above, I get the impression no further answers may be needed for this question. If this is indeed the case, could you select this …
16th October 2025
Hi Alexandre, Good question! You’re right, default values aren’t currently shown in the query builder. They’re only applied internally in GQI when no value is set in the query builder. …
15th October 2025
Hi Tom, As per the documentation provided by the vendor, “The SDK interface is modeled on Microsoft’s Component Object Model (COM). On Microsoft Windows platforms, it is provided as a …
15th October 2025
Hi Arbab, I see that you’ve added the DLL as a COM reference to QAction 9000. This is probably not supported (yet) by DIS. Could you please try adding the …
15th October 2025
Hi Brecht, Maybe you can use the option “Matches wildcard expression” :
15th October 2025
Hi Daniel, As of writing this, nothing on the DataMiner Agent requires .NET 9 so it’s not required for it to function. That being said, if you require .NET 9 …
14th October 2025
DataMiner connectors that use HTTP connections rely on WinHTTP to handle requests, which delegates SSL/TLS handling to the operating system. Which operating system version is your DataMiner running on? It’s …
14th October 2025
Hi, Using the class library is indeed a valid replacement for connectors. By using the IDmsTable object (Skyline.DataMiner.Core.DataMinerSystem.Common) and calling the method GetData(), an object will be returned that contains …
14th October 2025
Hi Herald, It is currently not possible to limit the ability to transition a DOM instance based on the logged-in user. This is however something we are considering to add …