Live bar graphs in Visual overview.
20th August 2024
Hi Nathan, For this case you will need to use the shape data ParameterControl Hope it helps.
Answer
20th August 2024
Hi Nathan, For this case you will need to use the shape data ParameterControl Hope it helps.
19th August 2024
Juan, I suggest you contact your technical account manager to request a trial of the Arista Manager connector. This robust connector will give you access to everything you want to …
19th August 2024
Cassandra is automatically installed with the 10.2 Installer. For 10.2 I would probably just install the old Elasticsearch indexing engine as it is just for trying and can be activated …
19th August 2024
Hi Petar, At this moment, there is no such functionality directly available. Feel free to create a feature request, detailing which formats you would like to use and what functionality …
19th August 2024
Hi Petar – yes and no 😉 No, in the sense that DataMiner has its own fully integrated data storage solution (which is based on industry standard storage solutions) which …
19th August 2024
Hi Brent, drain is the one I was looking for. Many thanks!
19th August 2024
Hi Stefan, There are 2 commands that fit this description and both have their use. These commands are: Nodetool flush: flush everything in memory on disk, but cassandra keeps listening …
19th August 2024
Hi Hari, You can use the Idms and Idma calls to get the number of services in a cluster or in an agent. var idms = engine.GetDms(); // services in …
19th August 2024
The options are in the AvailableFileType enum: public enum AvailableFileType { Protocol = 0, Template = 1, Script = 2, Key = 3, Information = 4, AllProtocolInfo = 5, Trending …
19th August 2024
Hi Michael, At first glance, I would say that element connection offers the best option to send/receive parameter values between different elements (in terms of performance). However, since DMA version …
19th August 2024
Hi Ryan, In Perpetual-Use Licensing, we have Enterprise licenses (SLC-DMA-EXXX) and Professional licenses (SLC-DMA-PXXX). Typically, Enterprise licenses have an element capacity of 250 – 1000, whereas Professional licenses have an …
19th August 2024
Hi Stacey, As Miguel mentioned, there isn’t a built-in disconnection feature. The issue you’re facing is likely related to IIS recycling, which can be adjusted on the web server, though …
19th August 2024
Hi Min, It’s generally not expected for users to clear the Cube cache. Cache clearing is a method to reset everything so that all data is retrieved directly from the …
19th August 2024
Hi Laszlo, This information is available in our documentation (see here). The main capabilities are Advanced Analytics features, DOM, SRM and User-Defined APIs.
19th August 2024
Hi Carlos, This is not possible. What you can do is using the DOM Editor to generate c# code based on your definitions/sections/field descriptors and use that enum class to …