DOM – Avoid duplicate instance names
7th July 2025
Hi Joey, In general, it is recommended to avoid situations where DOM data like the name or a value of a field needs to be unique, as this will pretty …
Answer
7th July 2025
Hi Joey, In general, it is recommended to avoid situations where DOM data like the name or a value of a field needs to be unique, as this will pretty …
7th July 2025
Hi Steve It is not possible to do a filter on a property for when it is not set When an object does not have a property field send and …
7th July 2025
Hi Stephen, I tried to locally reproduce your issue and DataMiner seems to send the header as expected, so it should not be an issue for DataMiner to authenticate with …
7th July 2025
Outside executing a script and setting session variables as output, I don’t think we have a clean way to do this (and even then I’d need to check if the …
7th July 2025
Hi Edib, As far as I know this is not possible from within a DOM CRUD script. In case time is not that important, you could consider sending the calls …
4th July 2025
Hi, Found the problem, I had set it wrong in the Triggers, which caused the QActions to run before the parameter was set. I add double check validation value in …
4th July 2025
Hi Mauricio, My best advice is to reach out to Techsupport. We’ll need a LogCollector package to help you more effectively.
4th July 2025
Hi, That is possible with a feature called “Redundant polling”. However, this requires a change to the protocol.xml of the connector. More info can be found here. Regards,
4th July 2025
Hi Hari, I see you are using the Interactive Automation Script component. This component has an On Finish event that is triggered when the automation script finishes. In this event, …
4th July 2025
Hi Ryan, I’m afraid there’s no such way. By design, all generated alarms have entries stored in the timetrace table, and the same applies to Information Events in the infotrace …
4th July 2025
Hi Daniel, In the Node Edge component, there are a few different ways to position nodes and edges: Custom – users can manually drag nodes and edges into position. Layered …
4th July 2025
Hi Alexandre, Unfortunately, to my knowledge, none of the three options you mentioned are possible at this moment. If you would really like to see these implemented, I suggest creating …