Visio File in Service Template
22nd January 2024
Hi Nur Aliah, All the Visio files are located in the Skyline DataMiner Installation folder, which is C:\Skyline DataMiner\Views. To upload or change the Visio file in the service template, …
Answer
22nd January 2024
Hi Nur Aliah, All the Visio files are located in the Skyline DataMiner Installation folder, which is C:\Skyline DataMiner\Views. To upload or change the Visio file in the service template, …
21st January 2024
Hi Jaroslaw, Once you were able to show the edges between nodes in your Node Edge diagram, you will need to enhance the query used as edge to include the …
19th January 2024
Hi Jarek, I created a small mockup that imitates your current setup. Checking your screenshots, I believe you will need to update the source and destination for your edges: Hope …
19th January 2024
Hi, I do not recall that information being available in any of our current libraries but feel free to make a feature suggestion here https://community.dataminer.services/feature-suggestions In the meantime, an option …
19th January 2024
Hi Samira, in an automation script that information can be retrieved using the following property: Engine.SLNetRaw.ServerDetails.ClusterName More documentation: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Net.ServerDetails.html
19th January 2024
Hi Joao. I configured the connections manually as below. External connection TMUX –> AppearTV FROm TMUX site: External connection APPEARTV –> TMUX FROm APPEARTV site It seems that everything is …
19th January 2024
Hi Ilan, Can you try the following: SHOW : <A>-A|Service:[this service]|PROPERTY:MyProperty|=YES Hope it helps!
19th January 2024
Hi Dave, You can make a DELT export of the services, by right click on the service then actions export. Then you can take the export package and import in …
19th January 2024
To check if the proactive cap detection functionality is enabled on your system, navigate to the Cube System settings > analytics config page. Additionally, there is a system-wide “Minimum alarm …
19th January 2024
Hi, I cannot say with certainty if what you are experiencing is an issue or not with the information available but I can give you some pointers on things you …
19th January 2024
Hi Aditiben, To show all values in a dictionary you could use the DropDown component. Create the dropdown control and add it to the UI: var dropdown = new DropDown(); …
19th January 2024
Hi, The upgrade was installed correctly. During the upgrade there is a check happening for duplicate properties, see this RN here . Duplicate properties will be removed automatically. There is …
19th January 2024
Hi William, As far as I know, it’s not possible to show an image directly on the element page of cube. You’ll have to use either a dashboard or low …
19th January 2024
Hi Nathan, These are available from 10.3.12 onwards on the feature release track, or 10.4.0 on the main release track. Note that you can already access part of this functionality …
19th January 2024
Hi Nathan, As mentioned in the KATA video, there’s a tutorial about the same subject. You can find it here: Detecting anomalies with DataMiner | DataMiner Docs According to this …