DOM Error – An item with the same key has already been added.
20th January 2023
Hey James, The easiest way is probably to connect with the SLNetClientTest tool onto the DMA, then Advanced > Apps > DataMiner Object Model. That brings you to a page …
Answer
20th January 2023
Hey James, The easiest way is probably to connect with the SLNetClientTest tool onto the DMA, then Advanced > Apps > DataMiner Object Model. That brings you to a page …
19th January 2023
Hi Bernard, Have you tried using the rule conditions to achieve this?
19th January 2023
Even though it’s not possible to see the usage of the dashboard, you can find details about what dashboards were shared with you and some details by navigating to shares.dataminer.services:
19th January 2023
Hi For some reason, the files were removed from the repository so they cannot be found to be downloaded anymore. Normally this should also remove the catalog entry but this …
19th January 2023
Hi Dominique at the moment we do not have this feature yet. Would it also be helpful to be able to see “last accessed time” on the dashboard or in …
19th January 2023
Hi Bruno, As far as I know this is not possible in dashboard. In the low-code apps there is a possibility to open a URL from a button. Feel free …
19th January 2023
Hi Thomas, Please find below the most important CLI commands that can be used on Arista eOS switches to allow dataminer to communicate. You’ll need to make sure the management …
19th January 2023
Hi Joel, ‘Substring’ starts with a capital which is probably the reason you’re seeing this exception. Creating automation scripts in DIS would also indicate any syntax errors that are encountered …
19th January 2023
Hi Thomas, Our help currently doesn’t have a set of commands/features that need to be enabled on the switch to establish all required communication. The connector will indeed mainly require …
19th January 2023
Hi Robin looking at the code example and the comments that are provided it seems like a lot of tye arguments are optional. Default behavior if you leave them empty …
19th January 2023
Hi Steven I am getting the same error. We will investigate this and try to come back to you as soon as possible. Our apologies for the inconvenience.
19th January 2023
Hi Thijs, This is how I believe it works: When using the monitoring app in a web browser, any browser of your choice, then the Visual Overviews are being rendered …
19th January 2023
Hey Andre, Low-code apps are stored into the c:\Skyline DataMiner\Applications. Every folder corresponds to a low-code app, and the name of the folder corresponds to guid that you’ll find into …
18th January 2023
I’ve experienced same issue after upgrading DIS to latest version (and using VS 2017). I have been advised to upgrade to a more recent VS ( 2019 ) ; and …
18th January 2023
Hi Robin, I’ve used below code in the past to send a async HTTP request public class Script { private static HttpClient httpClient = new HttpClient(); public void Run(Engine engine) …