SSH Response is not appearing in parameter
6th August 2025
Hi Donnell, I’m not sure that this will resolve your issue, but what caught my eye after a quick glance was the configuration of parameter 300. The value specified for …
Answer
6th August 2025
Hi Donnell, I’m not sure that this will resolve your issue, but what caught my eye after a quick glance was the configuration of parameter 300. The value specified for …
6th August 2025
Hi Ive, It seems that this limitation is related to the NATS max payload (30 MB). Based on this, most probably it will not be possible to override the size …
6th August 2025
Hi João, It is currently not possible to trigger a ‘Show a notification’ action based on a condition. If this is something you are interested in, you can create a …
6th August 2025
Hi Kévin, I see that the current output type of your flow is ‘Object manager instances’ and not ‘Table’. This means that you can only merge it with other data …
6th August 2025
Hi Mia Miao, If you plan to display the table without any filter box, you can remove the option ‘Table’ from ‘ParameterControlOptions’. For example, these two shape data should be …
6th August 2025
Hi Steve, The Button component in Dashboards doesn’t allow dynamically linking data to the input parameters of the script. If you want to link data from the selection in the …
5th August 2025
Hi Jorge, The time to fail over will indeed depend on the number of elements. The standby DMA is active, but when the failover needs to happen, all the elements …
5th August 2025
Hi Alberto, thank you for your Answer. This was my solution: https://docs.dataminer.services/dataminer/dataminer_services/Advanced_config/Disconnecting_from_dataminer.services.html But for all reading this, handle with care… BR Walter
5th August 2025
Hi Mohan, In DataMiner, most of the time when you edit a component or setting, this will generate an information event. As far as I know, creating, removing, or editing …
5th August 2025
Hi Joseph, There is currently no way to do this using the UI, but there are API methods available to export your LCA and import it again on an other …
4th August 2025
What happens during these steps is that the ArtifactDeployer module fetches the blob information from the cloud. Failure to obtain this information indicates that the blob is missing or that …
4th August 2025
Hi Ryan, In the details section of an alarm template, you can configure a schedule for the alarm template to be active. (see the docs) If you combine 2 of …
4th August 2025
Hi Mahmud, The first group for SNMP in general should be of type poll. This is clear and well described on following page: SNMP Connection Summarization: If the main connection is …
4th August 2025
Hi Jason, In the LSO script of the contributing reservation you need use the method AutomationScript.HandleException(engine, exception); in your catch block so the main is informed of what error happened.