NATS expected behaviour in DM 10.4?

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 …

Using parameter data in LCA header

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 …

Connectivity Correlation configuration

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 …

Dataminer backup failed

Hi Stefan, This is probably where the domain of the user that has access to the share should be added, e.g. domain\user

Client Test Tools – GetParameterMessage

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 …

Is there a way for Open Service in the Alarm console to display links to all associated services?

<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 …

Client Test Tools – GetParameterMessage

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 …

Dashboards: Sharing cache not initialized

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 …

Visio Write parameter not showing value

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 …

Get alarms for elements filtered by a view

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 …

Get active alarm based on specific View

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.