Counter64 SNMP parameter displaying negative number
24th January 2025
Hi, Would it be possible to send me the Wireshark capture of this data? The only large type that the device simulator knows is a “Counter64”. When I test a …
Answer
24th January 2025
Hi, Would it be possible to send me the Wireshark capture of this data? The only large type that the device simulator knows is a “Counter64”. When I test a …
23rd January 2025
Hi Julien, Indeed, in the example the counter will be incremented between two calls. The counter is kept alive within the class/object. The object is staying alive during the lifecycle …
23rd January 2025
Hi Frederic, The feed coming from the node-edge component does work as expected. The reason why you only see one value in your text box is because the interpolation in …
23rd January 2025
Hi Reza, When using the desktop application you can hold the SHIFT key when launching the Cube application. This will show you the login screen. For web apps it’s not …
23rd January 2025
Hi Ramesh, I believe that should work fine with grouping by element. And your filtering should use and OR between the 2 filters on parameter descriptions. So, something like this: …
23rd January 2025
Hi Lars, I haven’t tried this yet in low code apps, but it is definitely possible using Visio Diagrams. You could for example add an image of the floor as …
23rd January 2025
Hi Greisen, For this use case, you could use aggregation rules. Below an extra of an aggregation rule that sum rows from a column parameter (you can also aggregate single …
22nd January 2025
Hi Stefan, For this use case, you could proceed as follows: Ingest stage: Use the connector indicated by Arun to interface with the DB. This connector will enable you to …
22nd January 2025
Hi Hari Priya, What version of DataMiner are you running? It seems like you are facing one of the two or even the two issues that have already been fixed …
22nd January 2025
Hi Nathan, I believe the best solution for this would be a connector that subscribes on the alarms you want to consider, keeps track on the ‘acknowledgement’ states they way …
22nd January 2025
Hi Stefan, Can you try using this driver ? This connector can connect to an SQL Server database, execute queries, and retrieve the responses. Generic SQL Query | Catalog
22nd January 2025
Hi Apurva, To mask a specific alarm in an automation script, see this example where all the alarms of a service get masked: https://github.com/SkylineCommunications/SLC-AS-MaskServiceAlarms/blob/main/MaskServiceAlarms_1/MaskServiceAlarms_1.cs The “Get Alarms” GQI data source …
22nd January 2025
A bit tedious , but it is possible to export and import Chrome extensions. Your friendly neighborhood ChatGPT can give you the finer details.
22nd January 2025
Hi Jeroen, Please check this link : How to download Chrome extensions for installing on another computer? – Super User
22nd January 2025
Hi Romain, You can open DevCenter (located in C: –> Program Files –> Cassandra) and write a query. You need to query the elementdata table belonging to the sldmadb keyspace …