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 …

SetVar Visio Variable to control a parameter in an element

Keeping what you have so far, we could add the following to the Visio page’s Execute shape data: Set|<your element>|<your parameter ID>|[regexreplace:No,[regexreplace:Yes,[var:myvar],Input 1],Input 2]|SetTrigger=ValueChanged Basically the nested regexreplace will replace …

API Deployment – Custom port and HTTPS support

To extend the answer from Ive: The format of the config file C:\Skyline DataMiner\SLAPIEndpoint\appsettings.json is shown in the screenshot below. Port numbers may be changed, but the change is not …