When to use different logging levels?
13th February 2025
Hi Joshua, For your case, the best solution to have logging ready for troubleshooting is to add a Debug Mode parameter to the protocol. Based on this parameter, extra logging …
Answer
13th February 2025
Hi Joshua, For your case, the best solution to have logging ready for troubleshooting is to add a Debug Mode parameter to the protocol. Based on this parameter, extra logging …
13th February 2025
Hi Tomás, Based on the Google.Protobuf documentation, the maximum value for the Duration class is approximately 10,000 years. Therefore, it is safe to assume that this is the maximum value you can …
13th February 2025
Hi Arunkrishna, thanks for getting back to me. That parameter is set to endpoint_snitch: SimpleSnitch. Is this the preferred setting? We will explore the articles you posted to follow up. …
13th February 2025
Hi Jeeva, Adding an extra option to the previous answer (and as a last resort), you could potentially mask a row. This option is not available by default (it will …
13th February 2025
I believe the desired behaviour can be obtained, but with a slightly different approach. 1. Preventively mask the full element (but that means receiving NO alarms for any of the …
13th February 2025
Hi Michiel, Before I can try your code, do you see anything wrong with my line to retrieve the “subscription_ID” parameter: subscription_ID = Convert.ToString(protocol.GetParameterIndexByKey(1000, sI, 1)); Knowing that “1000” is …
13th February 2025
You can drag the columns from the query towards the filter of your component.
13th February 2025
Hi Thomas, You could use query filters. In Kata session #55 there is a small demo about how to use this component. Hope it helps.
13th February 2025
Hi Thomas, You can drag the fields from your query, as a filter onto your node-edge graph.
13th February 2025
Hi Dominique Instead of retrieving cell by cell, you can retrieve the entire column at once with the following call: NT_GET_TABLE_COLUMNS (321) | DataMiner Docs When using DIS there is …
13th February 2025
Hi Matt, Can you share the value of endpoint_snitch in the cassandra.yaml file ? Depending on it, you can try the options mentioned in these links : https://stackoverflow.com/questions/38961502/cannot-start-node-if-snitchs-data-center-differs-from-previous-data-cente CassandraDaemon.java:731 – …
13th February 2025
Unfortunately this is not yet possible. A new feature has been requested to make it possible to filter with multiple grid selections in a GQI data set.
13th February 2025
Hi Felix, The form uses the name of the DomInstance for these type of fields, which defaults to the GUID if no name definition is set on the DomDefinition. You …
13th February 2025
Hi Amber, In Automation scripts, you can define an action called Email, which should also work. Example:
13th February 2025
Hi Davor, You can drag and drop your package in the upgrade window. Hope this helps you further.