Pointing Alarm Status from One View to Another
13th March 2026
Hi Robin, You could link a shape to a specific view using the shape data `View` (see Linking a shape to a view) Hope it helps.
Answer
13th March 2026
Hi Robin, You could link a shape to a specific view using the shape data `View` (see Linking a shape to a view) Hope it helps.
13th March 2026
Hi Mathew, Is it required for your use case to use a grid component? Is it not an option to use state/gauge components? For example, have a look at the …
13th March 2026
Worked with tech support and this was resolved by a restart of the SLASPConnection.
13th March 2026
Hi Cedric, Yes, that is possible with a limitation. First of all, I assume you talk about DataMiner Systems. If you have a DataMiner System (=cluster) with multiple DataMiner Agents …
13th March 2026
Hi Cedric, First of all, I assume that your two DataMiner Agents are not configured as one cluster (one SMS gateway for one cluster with multiple DataMiner Agents works fine). …
13th March 2026
Dear, hoppla, I stumble again this request. Yes, I could temporarily block incoming port 25 (SMTP) on server.But client (Dataminer) may retry its mail sendings (for how long)? And If …
13th March 2026
Hi Alija, The issue was caused because of how dropdown options were loaded in the viewport only, causing the ones outside of the viewport incorrectly getting marked as invalid. This …
13th March 2026
Hi Yuki, There are two ways you can approach this: The first is by using the BackgroundColor shape data and the [Element Name] placeholder. It is then needed to do …
13th March 2026
Hi For SASL authentication, Kafka supports mechanisms such as GSSAPI, PLAIN, SCRAM-SHA-256, SCRAM-SHA-512, and OAUTHBEARER. In the current connector version, SASL authentication uses the PLAIN mechanism with username and password. …
12th March 2026
Hi Juan, Yes, it is possible to use self-signed certificate when setting up HTTPS. However, it’s recommended to use a TLS certificate obtained through a Certificate Authority or local CA. …
12th March 2026
Hi Wale, You can use a GQI to extract all services from your system, and check Is Template and Parent Template ID columns. If Parent Template ID column has an …
12th March 2026
Hi Wale, I’m not sure whether there’s a more straightforward approach, but you might consider using a small automation script like the example below. It lists all the services created …
12th March 2026
Hi Dave, If possible I will try to find a way to filter based on view name rather than view ID. While modifying the Views.xml file is technically possible, it’s …
12th March 2026
Hi Ive, A State component that has Parameter data can only have an Index and/or Element as filter (depending on the parameter type). It isn’t possible to filter on the …
12th March 2026
Hi Martin, I believe there are three possible options: Web Services: It contains a list of API calls that allows you to retrieve data from a DMA. User-Defined API: In …