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.

Exporting/importing of DOM instances

Hi Reinout, Currently, the DOM editor would the easiest solution to export DOM instances. When importing the DOM instances again, the CRUD scripts should get triggered. Do keep in mind …

serializing / deserializing dom instance

Hi Tim, The easiest way to serialize and deserialize a DOM instance is by using the ‘domInstance.ToJson()’ and ‘DomInstance.FromJson()’ methods.

Shape data filed AlarmFilter with cardVar

AlarmFilter is indeed one of those few remaining shape data fields that do not support dynamic parts yet. We tend to add and support those on a use case basis. …