Automation to import and activate Zip files from Documents module into a an element table
23rd November 2023
Hi, Could you please take a look at the answer to this other question?
Answer
23rd November 2023
Hi, Could you please take a look at the answer to this other question?
23rd November 2023
Hi, If I understood correctly you need to know how to read the contents of a directory where the ZIP file will be stored, and then using the name of …
23rd November 2023
Hi Piotr, I would assume you need to install the certificate also on your DataMiner Server. Can you share your solution? I’ll make sure it’s more clear in our documentation/help …
23rd November 2023
Hi Vig, I created a quick screen recording of how you could create a dynamic dashboard for your services, filtered on view. Note that this dashboard is dependent on the …
23rd November 2023
Hi, SLDataMiner.exe is unmanaged code, of which a memory dump cannot be investigated by a user. Please contact our Techsupport to investigate the issue. Regards,
23rd November 2023
Razvan, If you remove that node from the service definition and add it again, it should make use of the new profile Definition ID. The alternative is to use the …
23rd November 2023
Hi Ana, you can write an automation script for this: 1. get all full protocols (GetProtocolsResponseMessage). 2. For each protocol, check the VersionDetails property (ProtocolVersionDetails[]) 3. Each detail instance gives …
23rd November 2023
Hi Robin, this currently is not supported due to an issue in the QActionTable class of the helper code. We have a task in our backlog to fix this 185850.
23rd November 2023
Hi Toon, let me clear, so I want to add the this port number 1.1 and 3.4 in dataminer through Visio but in dataminer the value is not showing only …
23rd November 2023
Hi Jan, You’ll need to “press” the “submit request” button from your script, after setting the list of desired commands. Please find an example below: Element myArista = engine.FindElement(“Arista DCS-7050”); …
23rd November 2023
Hi Jurica, Working with a time hysteresis is indeed a good way to lower the amount of alarms, especially if there are a lot of them that are very short. …
23rd November 2023
Hi Vish, You could use GetRow or GetColumn functions as shown in the example below. Note, you’ll need to add the Skyline.DataMiner.Core.DataMinerSystem.Common and Skyline.DataMiner.Core.DataMinerSystem.Automation nugets to your solution to use …
23rd November 2023
It looks like this question has already been answered in the comments, so I will now close it.
23rd November 2023
It looks like this question has already been answered in the comments, so I will now close it.
22nd November 2023
Hi Gerwin, I am not aware of a way of doing what you are after with that DataMinerUser object you mentioned. However, you should be able to use the following …