Create Dynamic AND/OR filter
7th May 2025
Hi Gerwin, If I understand your question correctly you want to: – Filter on TimeOfArrival <= x and TimeOfArrival >= y – Also filter on some exposers of information events …
Answer
7th May 2025
Hi Gerwin, If I understand your question correctly you want to: – Filter on TimeOfArrival <= x and TimeOfArrival >= y – Also filter on some exposers of information events …
7th May 2025
Hi, In your bindings, the http binding does not have a host name set. This means that it will accept incoming requests regardless of the ip or host name used …
7th May 2025
Hi Fawzan, See here : Scale webpage linked in Visual Overview – DataMiner Dojo. This depends on the webpage itself.
7th May 2025
Hi, -multipleGetBulk is the option that determines the way that the communication with the device is happening. E.g. multipleGetBulk:5 means that we are asking the device to return (max) 5 …
7th May 2025
Hi Ana, What you are describing is the expected behavior. Queries (and all other data types) in LCA are bound to components. This means that they will only be fetched …
7th May 2025
Hi Jason, I believe multipleGetBulk is focused more on performance; as in how many rows are fetched per GetBulk request. partialSNMP’s focus is on reliability; as in even if one …
7th May 2025
Hi Lisa, Cube updates to the latest version based on the update track, as mentioned in Managing the start window of the desktop app | DataMiner Docs. However, you can …
6th May 2025
Hi Samita, I confirm the issue. I guess the feature was designed to work for rather ‘static’ rows. Nevertheless, this should be easy to support. Feel free to make that …
6th May 2025
In an addition to earlier answers I also want to highlight the possibility to embed Dashboard components into Visio. You could make a Dashboard folder containing an Dashboard for each …
6th May 2025
Hi Jaroslaw, Yes it possible to migrate a MySQL system to CassandraCluster + OpenSearch. Note you cannot have standalone CassandraCluster; it needs to be a combination of CassandraCluster + OpenSearch. …
6th May 2025
Hi, You can do this by sending the following SLNet messages:
6th May 2025
Hi Samantha, If you’d like to assign a specific value to that column when the element restarts, you can use an “After Startup” trigger paired with an Action and a …
6th May 2025
Hi Ramesh, I believe you can use SetAlarmStateMessage to achieve this. Example: var tree = new AlarmTreeID(dmaId, elementId, rootAlarmId); var message = new SetAlarmStateMessage(tree, AlarmUserStatus.UnResolved, $”User {username} released ownership.”); engine.SendSLNetMessage(request); …
5th May 2025
Hi Bruno, You can use a custom property as a filter. In your case from what you are showing, I believe you are missing the [] brackets around the Property …
5th May 2025
Hi Jeroen, In the docs it’s explained you can add files like this in the /public/ folder to make them available over remote access (still behind B2C Login & remote …