clock on a visio page
11th August 2022
Hi Arie-Jan, Is it an option to use the default clock available in DataMiner Cube? Best Regards, Jarno
Answer
11th August 2022
Hi Arie-Jan, Is it an option to use the default clock available in DataMiner Cube? Best Regards, Jarno
11th August 2022
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 …
11th August 2022
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 …
11th August 2022
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 …
11th August 2022
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 || …
11th August 2022
Hi Jeroen, Deleting that folder on all agents should indeed be sufficient.
11th August 2022
Hi Thomas, From the health output, I can see that there are 2 unassigned shards. This will be the cause of the red health state. You can send a GET …
11th August 2022
Hi Yohan, This new Job field will be new metadata to be added to your booking. This can be achieved by adding a new custom booking property to your bookings. …
10th August 2022
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 …
10th August 2022
Hi Yohan, Could you tell us more what your use case is? Do you want to see resources of ongoing bookings? Or the resources in a Service Visio, which is …
10th August 2022
Hi Michael, I currently have a DataMiner agent that uses Okta as an Identity Provider using SAML authentication. I have a 30-day trial for Okta, please let me know if …
10th August 2022
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 …
10th August 2022
Did you create the field with the Jobs app? If that’s the case, the fields should be available for new and old jobs of that domain. Creating a new field …
10th August 2022
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 …