Overflow in Interactive automation script
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 …
Answer
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
7th November 2025
Hi Vig, Dashboards for services are usually built with GQI, which can pull in all service and state information. If you need to view detailed parameters for a specific service, …
7th November 2025
Hi Stefan, At the moment, the timeline component can only have a default time range that is already available in the ‘Default time range’ setting of the component. It is …
7th November 2025
Hi Baranisudha, It looks like this issue might be too complex for this Q&A forum, as an in-depth investigation will be required to find out what is happening and what …
7th November 2025
I get the impression that this question may already have been answered in the comments. If this is indeed the case, could you select this answer to indicate that the …
6th November 2025
Hi Stefan, Are you referring to the quick picks? Hope it helps.
6th November 2025
Hi Deema, one way to collect this data would be to use a dashboard with a GQI to ‘Get Trend Data’. Following is an example of the GQI I used, …