Open alarm tab from script

Hi Ive, Could you use a Visio page control rather than an Automation script? Such as explained here: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/turning_shapes_into_controls/Making_a_shape_filter_Alarm_Console_tabs_when_clicked.html

Service Template – Child View Order

Hi James, As far as I know Surveyor will always display alphabetically. Two options: 1 – Add a numerical before the Alias Name (1-Decoder, 2-Encoder, 3-Monitor, etc.) for your workflow. …

Audible Alerts for Individual Elements

Hi Steve, The Alarm Console Audible alarms work off an Active Filtered Tab being opened with the saved filter applied to the tab.  It sounds like you are working from …

Element Replication

Hi Andy, According to DataMiner Docs, source and destination must have the same DM version: The source and replication DMA must use the same DataMiner version. In addition, the replication …

Export Services into CSV

Hi Ryan, Did you create the services using a service template? If this is the case, the same CSV file can be used to provision services in a different DMS. …

“TAG Management” application deployment failed

Hi Mahito, It looks like the last step in the package failed (Skyline.DataMiner.Net.Exceptions.DataMinerException: Run Subscript ‘Merge LCA themes’ Failed). This script merges themes for the low-code app, something we’re attempting …

Creating Jira Issues from Dataminer Connector

Hi Christopher, As Felix mentioned, you can follow the documentation in order to parse the alarm that triggered the correlation rule. In you automation script, you will have to retrieve …

Get history alarms from DMS using Repository API

Hi Max, In that case, you can use an AlarmFilterTrue() to retrieve alarms from all elements. You should find a filter to select specific elements, limiting the number of returned alarms.  The …

How add / move low code app between DMAs

Sadly, there is no easy built-in solution to do this yet. However, you can follow the same procedure as duplicating an app within the same system (which can now be …

SRM Function to Profile definition relationship

hi Philip Based on the profile definition, the profile parameters will be known when creating a booking. Next to that it’s used to link the PLS when applying a profile …

Exporting permissions into a flat file for easy documentation

Hi Bing, Maybe you could create an Ad-Hoc data source to read and parse the Security.xml file that is available at C:\Skyline DataMiner/Security.xml. More information about Ad-Hoc data sources: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_Data_Sources/Get_ad_hoc_data.html …