Database selection

Hi Zean, You are looking at the data offload tab. See Offloading data | DataMiner Docs for more info. You are probably looking for the General tab instead.

LCA: DOM Form Actions

Hi Sion, Depending on the data that is linked to the form, these actions can do very similar things: Only DOM definition: Create & new instance will reset all form …

Issues after deploying Cube using MSI file

I added a feature request for the error to be more meaningful, actually stating what version was required and giving the system administrator the option to show a custom message …

Many alarms in cube

Hi Thomaz. DataMiner will always keep track of all the alarms that are happening on the elements based on the alarm templates assigned to them. You can however personalize the …

Cooldown time for Visio execute script

An alternative that doesn’t involve any elements and connectors is to set the execution time in an automation script memory file. If not enough time has passed, just close the …

Cooldown time for Visio execute script

Hi Ramesh, The solution from Miguel is an option, however you could also work with any shape you’d like and conditionally show it. An option could be that you are …

Cooldown time for Visio execute script

Hi Ramesh, Rather than displaying a popup, you might consider ‘disable’ the button (see Designing buttons with four different states). Esentially, this is a group shape where every child shape …

Assembly loading issue in GetNextPage GQI data source

Hi Joel, SLManagedAutomation is 32bit whereas the process that executes the ad hoc datasource is 64 bit. (see also ad-hoc datasource assembly load issue). To retrieve the SLNet connection, you …