Clear table from database
5th February 2025
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, …
Answer
5th February 2025
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, …
5th February 2025
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 …
5th February 2025
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 …
5th February 2025
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 …
4th February 2025
Hi Bernard – that is not user-definable. Out of curiosity, what is the use case or the reason why you would want to change this?
4th February 2025
Hi Marcos, Maybe an option for your use case is to use a query filter with the option filter assistance enabled? Hope it helps.
4th February 2025
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 …
4th February 2025
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 …
4th February 2025
Hi Rafael, The GQI Data source ‘Get parameter table by ID’ allows you to retrieve trend data: Hope it helps.
4th February 2025
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 …
4th February 2025
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 …
4th February 2025
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”, // …
4th February 2025
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 …
4th February 2025
Would the alternative of using GetTableForParameterV2 be another alternative?
4th February 2025
Hi Ross, You will find the info you need here: DCF in the DataMiner class library | DataMiner Docs