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 …

Cerebrum Connector – How to switch salvos?

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 …