Overflow in Interactive automation script

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 …

Alarms are not updating in cube

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. …

Ad-Hoc datasource assembly load issue

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()” …

How to Display Specific Column in a Table in Visio?

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

Ad-Hoc datasource assembly load issue

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

Service Dashboard

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, …

Custom timerange for timeline component

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 …