DOM Instance – Get previous status transition
11th March 2024
Hi German, As mentioned by Tom, you could use the DOM history to know this. You could retrieve the last few history records for that specific DOM instance and try …
Answer
11th March 2024
Hi German, As mentioned by Tom, you could use the DOM history to know this. You could retrieve the last few history records for that specific DOM instance and try …
11th March 2024
Hi Reinout, To add a cross-reference to a specific header of a different page in the documentation, use the “xref:uid” syntax, followed by a hash and the header text, specified …
11th March 2024
Hi Min, It looks as though the SLDMS process ran out of memory. Since it is a 32-bit process, that means that it can use at most 2 Gb of …
11th March 2024
Hi Ryan, There is no separate user permission for element documents, but indeed the right click context menu is inconsistent and for the elements it doesn’t show the ‘Open’ option. …
11th March 2024
Hi German, I think this can be used to obtain the previous states of the DOM instance: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_history.html#changes-to-the-status. Please let me know if you need further assistance.
9th March 2024
Hi Thomas, As far as I know it is not possible to change the default 15 min RTE threshold. There is a new feature coming in 10.3.0(CU13)/10.4.4 that avoids RTE …
8th March 2024
Hi, Whilst I’m not sure what the root cause is, a workaround for similar cases in the past has been to use a different server to set up the connection …
8th March 2024
Hi Robbie, the DMS library unfortunately doesn’t expose the polling IP in an easy way. The connections first need to be downcasted to the correct type before the IP address …
8th March 2024
Hi everyone, we’ve had the same request in the past: is there a way to activate/deactivate a correlation rule based on a user action. Skyline actually came up with exactly …
8th March 2024
Hi Ana, It is possible to retrieve all currently running scripts using an SLNet message. It is the same message that is used to populate the table in João’s reply. …
8th March 2024
I would recommend having a look at these videos: Children shape – DataMiner Dojo They explain how you can generate shapes dynamically. On the children shapes you can have then …
8th March 2024
The machine where you’re running the development environment should be able to reach the DataMiner server through HTTP(S) and port 8004. If your DataMiner agent already supports gRPC (recommended from …
7th March 2024
Hi Ana, I could not find a way to request the active script IDs as seen in the screenshot from João’s response. The ID is however returned as part of …
7th March 2024
Hi Miao Miao, if it is to get status information regarding a failover setup. There is also the Generic Failover Status connector. Which you could use to alarm the failover …
7th March 2024
Hi Ana, I don’t think you can determine the ScriptID just from the script name and I don’t believe using that SLNet message is the best way of going about …