Table with many columns a rows Best Practice
11th November 2025
Hi Juan, I’ll include regular tables in the comparison as well. In theory you can make every storage work, but the best suitable solution depends on what you want to …
Answer
11th November 2025
Hi Juan, I’ll include regular tables in the comparison as well. In theory you can make every storage work, but the best suitable solution depends on what you want to …
11th November 2025
Hi Wale, This approach uses AlarmExposers to build FilterElements for applying filters. I noticed there are extra exposers for the properties, but they return the values as a list. Because …
11th November 2025
Hi Bing, I decided to create a script that makes it easier to export and import alarm filters, or even to allow the user to create some periodic backups. You …
11th November 2025
Hello Alberto, In the current implementation of the “Check Cluster SLNet Connections” BPA, the maximum round-trip time is defined as a constant with a fixed value of 50 ms, and …
10th November 2025
Hi, Is it necessary to duplicate the elements? Keep in mind that a single element can be displayed across multiple views. If that’s not feasible, an alternative approach could be …
10th November 2025
Hi Paul, To be honest, I’m not entirely sure which metrics are used to determine the startup time recorded in startup.txt. However, I can confirm that we don’t rely on …
10th November 2025
Hi Benjamin, You can have the scrollbar, for that you should not use the fixed Height in your Views (Dialog), but instead you should use the MaxHeight. You will need …
10th November 2025
Hi Syed, It’s difficult to determine the exact cause without taking a closer look at the system. I’d recommend forwarding this to Skyline Tech Support so they can investigate further. …
7th November 2025
Hello Alberto, Apologies for the delayed response. At a first glance, it’s not entirely clear why you are seeing so many repeated notices, all related to the same user and …
7th November 2025
Hi Jarek, You should be able to take a hot snapshot of the VMware virtual machine without stopping or interrupting the running processes, including the DataMiner processes. If I understood …
7th November 2025
Hi Gerwin, The issue is that ‘SrmManagers.Default’ attaches to the static ‘Engine.SLNet’ connection, which is only available in an automation script. In an ad-hoc data source, it should use “args.DMS.GetConnection()” …
7th November 2025
Hi, you can use ParameterControlOptions and than IncludedPids and maybe TableRowFilter. https://docs.dataminer.services/dataminer/Operator_guide/Visio/turning_shapes_into_controls/Adding_options_to_a_parameter_control.html?q=parametercontroloptions Best regards, Stefan
7th November 2025
The real challenge here is not the Execute itself, but to make sure that every “button” you draw ends up in the context of the correct encoder element (main or …
7th November 2025
Hi Harinee, I believe specifying a regular expression in this case will be more robust. Can you try using the following format: <A>-A|Value|[property:Prisma Visio Filter]|Regex=. Update: Did some further testing …
7th November 2025
Hi Gerwin, I believe SLManagedAutomation.dll has some fixed 32-bit dependencies which do not work in the 64-bit GQI process. It’s recommended to split off this dependency specifically for automation scripts: https://docs.dataminer.services/develop/devguide/GQI_Extensions/GQI_Extensions_Best_Practices.html#do-not-use-skylinedataminerautomation