NATS expected behaviour in DM 10.4?
4th July 2024
Hello Alberto, will there be DM CUBE section to handle the config of cluster/gateway & leaf nodes? We plan to provide something to more easily create custom NATS configurations, what …
Answer
4th July 2024
Hello Alberto, will there be DM CUBE section to handle the config of cluster/gateway & leaf nodes? We plan to provide something to more easily create custom NATS configurations, what …
4th July 2024
Hi Yahya, Sorry for the late answer! The timeout will most likely be thrown because it takes to long to fetch the necessary data. In this case, it is strange, …
4th July 2024
Hi Benjamin, Currently, this is not possible yet, but it is a great feature suggestion! Feel free to submit it here: https://community.dataminer.services/feature-suggestions/ There are other options to show that information …
4th July 2024
Hi Alun, This is a bug in the software. I could reproduce the same behavior. You can create a ticket for this so we can look for a fix.
4th July 2024
Hello Julian, This would indicate there are issues loading the topology for configured RCA chains. Please have a look at the “Correlation > Connectivity Editor > Launch connectivity Editor” in …
4th July 2024
Hi Baranisudha, Please take a moment to review some of the ad hoc data sources available on GitHub that retrieve alarms. These examples should help you get started on creating …
4th July 2024
Hi Stefan, This is probably where the domain of the user that has access to the share should be added, e.g. domain\user
4th July 2024
You can use the GetPartialTableMesssage instead of GetParameterMessage. This allows you add the option “forceFullTable=true” (add to the Filter property). I will repeat after Jarno and suggest against using these …
4th July 2024
<HyperLinks xmlns=”http://www.skyline.be/config/hyperlinks”> <HyperLink id=”1″ valueParsing=””>Script:Open RMU Connection||RMU Name=[PROPERTY:ELEMENT:RMU Name]|||NoConfirmation,NoSetCheck,Asynchronous</HyperLink> <HyperLink id=”2″ valueParsing=””>Script:Close RMU Connection||RMU Name=[PROPERTY:ELEMENT:RMU Name]|||NoConfirmation,NoSetCheck,Asynchronous</HyperLink> <HyperLink id=”3″ valueParsing=””>Script:Poll RMU Connection||RMU Name=[PROPERTY:ELEMENT:RMU Name]|||NoConfirmation,NoSetCheck,Asynchronous</HyperLink> <HyperLink …
3rd July 2024
Hi Gina, It is not really recommended to use SLNET messages in general as these messages are not officially supported nor documented. In this case, I would advise you to …
3rd July 2024
Hi Conan, Restarting the web server (through IIS) would probably have worked as well. We have created a tasks to make this functionality more robust and to decrease its impact …
3rd July 2024
Hi Zyan, I believe you are missing the row key in your shape data ‘ParemeterControl’. In your example, it should be as follows: ParameterControl|405:0 More information in DataMiner Docs In …
3rd July 2024
Hi Yahya, Just for completeness, while the reply for Miguel is correct for most of our users, it shows some limitations: Alarms that have view impact through View impact configuration …
3rd July 2024
On DataMiner Docs, I read the following If you have alarms grouped by view, and an alarm event occurs on an element that is in multiple views, the alarm is …
3rd July 2024
Hi Hari, There is a similar question about this topic: Get alarms for filtered elements by view I believe it should cover your use case. Hope it helps.