Visio ComboBox: How to add a Clear Value
28th November 2024
After your current setvar, you can add something like “:clear”. This will add another option to your combobox to clear the value. You can then do some magic in a …
Answer
28th November 2024
After your current setvar, you can add something like “:clear”. This will add another option to your combobox to clear the value. You can then do some magic in a …
28th November 2024
Hi Samuel, SLScripting is currently a 32-bit process that, by default, is shared across all elements running on a given agent. Consequently, the available memory is also shared among these …
28th November 2024
Hi Baranisudha You have 2 options to add conditional coloring to a table cell based on the cell value: Conditional coloring: here you can configure different colors for the cell …
28th November 2024
Hi Milos, I had a look at the connector, and it does indeed use the REST API to monitor the cluster, specifically retrieving CPU usage via the _nodes/stats REST call. …
27th November 2024
Hi Dan, Yes trending comes with a cost and you should always make sure you enable trending only for the most relevant parameters. This is not to say that your …
27th November 2024
Hi Riccardo, Can you check the list of processes running and their memory usage? I assume Cassandra is biggest consumer of the RAM, it takes around 8GB by default, this …
27th November 2024
Hi Harald, Unfortunately, this is not yet possible in an LCA. However, you can suggest it as a feature request using the following link. On a related note, with the …
27th November 2024
Hi Arunkrishna, I’m not quite sure this will be a Cube issue can you check the license information via the client test tool ? You should see something like this …
27th November 2024
Hi, Retrieving the full table content is not possible because of the underlying architecture of the different technologies in the background. For example with Cassandra, data is stored with the …
27th November 2024
Hi, I did not test this, but it might be possible when all the rows are removed and when then restarting the element that the primary key will start again …
26th November 2024
Hi Manuel, What you’re looking for is GetInfoMessage with InfoType.ElementInfo. var request = new GetInfoMessage(InfoType.ElementInfo); var responses = dms.SendMessages(request); var elements = responses.OfType<ElementInfoEventMessage>(); However, depending on what you’re trying to …
26th November 2024
Hi Bassam, I believe the CATEGORY property on parameters could help you achieve that. Creating an information template | DataMiner Docs In an information template, you have the ability to …
26th November 2024
Hi Zheng, Could you let us know your DMA version? It appears that the minimum required version for the installation you performed is 10.3.0.0-12752. Kind regards,