What dll is needed for ad-hoc data sources ?

Hi David, Thanks you for your question. I’ve created a PR to update the official docs (https://aka.dataminer.services/gqi-external-data-source) so this is clear for our users. PR: https://github.com/SkylineCommunications/dataminer-docs/pull/429

clock on a visio page

Some additional options available here in a simlar question: https://community.dataminer.services/question/clock-macro

clock on a visio page

Hi Arie-Jan, You could link your shape to a webpage, which then shows the clock you want. For example digital clock.

clock on a visio page

Hi Arie-Jan, Is it an option to use the default clock available in DataMiner Cube? Best Regards, Jarno

Deleting broken custom app

Hi Jens, An option could be to delete (or even better, move out) the application’s folder in c:\Skyline DataMiner\Applications. The app’s folder has the name equal to the GUID you …

Deleting broken custom app

We indeed do not check/warn/prevent users of doing stuff like this. Low-code apps are, just like dashboards, completely file-based, so we can still manipulate the app through its files. Everything …

Check on the alerts

Hi Ashwini, Can you take a look at the users’ page in system center? When clicking on your user, you’ll have an alerts tab page, where you can enable and …

GetPartialTableMessage

Hi Jeroen, Below you’ll find a sample: GetPartialTableMessage req = new GetPartialTableMessage(dmaid, eid, table, filters); ParameterChangeEventMessage data = Engine.SLNet.SendSingleResponseMessage(req) as ParameterChangeEventMessage; if (data == null || data.NewValue == null || …

Dataminer Server time zone config

Hi Chirs, It should be safe to update the DST time setting on your server to match the configuration of the other agents. There is no recommended timezone, this is …