show how much time is elapsed since a given DateTime in LCA
27th February 2024
I’d try this with a GQI custom operator. Via a GQI query you retrieve the table you want. You pass the column value of your DateTime, in your custom operator …
Answer
27th February 2024
I’d try this with a GQI custom operator. Via a GQI query you retrieve the table you want. You pass the column value of your DateTime, in your custom operator …
27th February 2024
Hi Tim, I’m not aware of a way to subscribe on a full row, but using DMS monitors (and subscriptions, see internal docs) it’s possible to subscribe on single cells: …
27th February 2024
Hi Yvan, You could use the DataMiner Object Model. Create a DOM definition and an instance. The instance can easily be updated from the same or a different low-code app. …
27th February 2024
Hi Jens With IDP we have such a scenario. We have the SetupWizard script that can either be run silently or with an interactive window. We achieve this by using …
27th February 2024
Hello Robert, I am also seeing the same behavior when applying filtering to a parameter table component. A solution to this issue is to recreate the same table using GQI. …
26th February 2024
Hi Tim, Documentation on the process for removing an Elasticsearch node from a cluster while retaining data can be found here: Removing an Elasticsearch cluster node | DataMiner Docs Regards, …
26th February 2024
Hi Esteban, As documented in Making the shape navigate to a specific page the “Page” shape data allows you to navigate to a specific visual or data page of the …
26th February 2024
Hi Roger, You do not need to install the SDK. You can indeed use the 8.0.2 installer instead. I don’t think you need to worry about IIS, it should already …
26th February 2024
Hi Thijs, This is not possible and we don’t immediately have the intention to allow this. Even with self-hosted databases, we are recommending not to go directly to the database. …
26th February 2024
Hi, When such an RTE is present, the best bet would be to start the SLLogCollector and let it gather the needed memory dumps. I don’t know if this can …
26th February 2024
An RTE in SLProtocol.exe is oftentimes linked to calls with one or more of the following processes: SLScripting SLSNMPManager SLPort SLElement Taking dumps automatically on these errors may help when …
26th February 2024
Hi Rebecca, I think I had a similar situation; I am using a service template to deploy services that have two types of IRDs (2 protocols) as part of the …
26th February 2024
Hi Ruben, There is currently no way to achieve this behavior. We have a task on our backlog to implement an ‘Select an item’ action for the grid, timeline, node-edge …
25th February 2024
Hello Cristel, maybe you could try using SLNetClientTest tool to see what is actually being sent and to further understand what might be an issue. I would suggest starting with this. …
24th February 2024
Hi Alberto, Isn’t possible to use normalization? Then you basically defined the allowed deviation from the normal, expected value (=speed) in your alarm template. Either you specify this deviation in …