Clear table from database

Hi Joshua, When you mention “making existing tables volatile” are you reusing the original element? When converting a table that was previously saved, you must create a new element, otherwise, …

Slow SLNet – 15s to connect?

Hi Alberto, By enabling the checkbox on top ‘[x] Show debug logging’, you can see more details. Here’s a screenshot from my connection and I highlighted the key parts: The …

Big data cannot process the line chart

Hi Davor You are seeing this error because you have a query that contains a sort node which would have to sort > 10k rows. We currently do not allow …

Dropdown filter table column in a low-code app

There are several ways to achieve this, and the best approach depends on your specific use case: Table Variable in a Dropdown Create a fixed table which contains the different …

Make Element update in Automation Script

Hi David, Could you test if adding the following to the beginning of your script helps you? engine.SetFlag(RunTimeFlags.NoKeyCaching); For efficiency reasons, DataMiner will cache the results of your first time …

Visualizing GQI metrics in DataMiner

Hi Tim, There is no out-of-the-box way to visualize these metrics, but we could easily leverage GQI and LCA for this. Let me create something that does this. I’ll keep …

Trending Table in Dashboards/LCA

Hi Rafael, The GQI Data source ‘Get parameter table by ID’ allows you to retrieve trend data: Hope it helps.

Syslog messages element configuration

Hi Timothy, I suspect that the connection is a smart-serial one and that you want to use it as a server. Therefore, you need to define the address you want …

Pre-Generate Images from Visio Pages

Hi Martin, These images are highly dynamic as they depend on parameter values, user permissions, etc. Creating the images for all possible cases on a fixed interval would use a …

Create Monitors and Presets with an Automation Script

Hi Sebastián, Hope this helps to create monitors/preset and to interpret the data coming out of GetMonitor/GetPreset: AddMonitor string[] monitorDetails = new string[] { “7”, // script ID “123”, // …

Proxy server with authentication

Hi for CloudGateway this is not possible yet you can only specify a proxy IP (Connecting to dataminer.services via proxy server | DataMiner Docs). For STaaS you are able to …

DCF Automation

Hi Ross, You will find the info you need here: DCF in the DataMiner class library | DataMiner Docs