Parameters of the View to which it belongs
30th June 2022
Other than executing a script upon opening your drawing and retrieving the view name that way (and then putting it into a variable), I don’t think this functionality exists. If …
Answer
30th June 2022
Other than executing a script upon opening your drawing and retrieving the view name that way (and then putting it into a variable), I don’t think this functionality exists. If …
29th June 2022
Hi Dominik, We normally don’t recommend to add existing DMA’s to a DMS, as during the merge you can have conflicts with the view IDs, protocol versions, element names, etc. …
29th June 2022
Hi Randy, The same result can easily be achieved by using a GQI query to visualize your table. This way, you can build your query to select the parameters and …
29th June 2022
Hi Jeroen, I found a regression test where this code is used to create a scheduled task. private void CreateScheduledTask(ElementID elementId) { var startTime = DateTime.UtcNow.AddHours(10); bool isUpdate = false; …
29th June 2022
Yes, there are 2 ways of doing so. Through the header bar Enable the application header bar and add a new header option (+ sign). Add an ‘On click’ event …
29th June 2022
Wild guess, but I see that this is a discrete value, and that the one for which it works has had changes in the past. Is it possible that the …
29th June 2022
Hi Bruno, It will be interesting to know how you envision the interaction between DataMiner and your inventory system: Should DataMiner will request data from your inventory system to know …
29th June 2022
Hi Add, It’s a good idea to make use of the Dashboard module to embed this into your Visual Overview. You can either embed the full dashboard (Specifying data input …
29th June 2022
Hi Bruno, If you are looking into managing your inventory in DataMiner you can indeed go with the csv route but if you expect to have an inventory that has …
29th June 2022
Hi Bruno, I wonder if it would be not an option for you to use our IDP APP so that you can discover and create automatically elements in DataMiner. Or …
29th June 2022
Hi Bruno, As you can see in the DataMiner Compute Requirements you can install ElasticSearch on a Windows or Linux based system. My personal preference is to use a dedicated …
29th June 2022
Hi Bruno, Maybe this article can help you. Regards, Koen
29th June 2022
If you are starting from a csv, your best bet will probably be to import elements from a csv file. Likely the help page and Rui’s rapid recap (also linked …
29th June 2022
Hi Piotr, I found an internal backlog item indicating the CassandraCluster migration tool does not support connecting to a TLS-enabled Cassandra, so I’m afraid this is not supported yet. An …
29th June 2022
Hi Jamie, First of all, I’m very happy you’re hardening your DataMiner System! The inter-DMA authentication will authenticate using the LocalSystem user, which will only work if the agents are …