Cloud not working
10th August 2022
Is there some update on this issue ?
Answer
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 …
9th August 2022
Hi Jan-Piet, You can remove the “AllowInheritance” options, and replace them by “ForcePropertyFromXXX” options. In your example, if you add the “ForcePropertyFromShape” option on the service shape and the “ForcePropertyFromParent” …
9th August 2022
Hi Bernard, Technically speaking, you can indeed cross that limit, but then you might indeed experience performance issues… Basically, the system would behave slower and slower the more views you …
9th August 2022
As mentioned in the comments above, these alarms are indeed created by the feature Automatic Incident Tracking, which is enabled by default in version 10.2.0. You can find a quick …
9th August 2022
Another alternative is to use the already-configured IIS HTTPS on port 443 as reverse proxy. This requires the IIS ApplicationRequestRouting plugin to be installed and enabled. The “Reroute API Deployment” …
9th August 2022
Hi Alexander, That can be configured in the following config file: C:\Skyline DataMiner\SLAPIEndpoint\appsettings.json
8th August 2022
Hi Alberto Be aware that a dashboard is by default visible for every (authenticated) user. So dashboards that are created but have no security set, will also be available in …
8th August 2022
Hi Gerwin To accomplish that you can create a capability parameter on those resources profile definition. Then for each resource you fill with a value indicating to each resource it …
8th August 2022
Hi Yohan, Yes you can, below you can find an example of some code to do it, you will need to complete with the logic to get the correct resources …
8th August 2022
Hi Shimo, The actual consumption will only take into account devices available in the Facilities View, typically handled by the Rack Layout Manager. More information can be found in the …
8th August 2022
Hi Jeroen, The elements available and/or managed by IDP are registered through element tables. Besides the element IDs, also the names are stored in certain places. Edit: All element name …