Automation – move elements from one view to another

Hi Sean, Following code should help you using Skyline.DataMiner.Library.Automation; using Skyline.DataMiner.Library.Common; private void MoveElements(Engine engine) { var dms = engine.GetDms(); var currentView = dms.GetView(“Current View”); var newView = dms.GetView(“New View”); …

Installing IDP 1.2.0 on 10.2.0 CU2

Hi Jeroen, IDP is not packaged in the new package format. The IDP package can be installed as a DM upgrade package with the taskbar utility or with cube. Note …

using Parameter Key in Hyperlink

Hi Jeroen, I once stumbled upon the same objective. I was informed that having the table index as part of a keyword is not available. There is a subtle work-around …

Monitoring Windows Server (DMA) in DataMiner

Hi Benjamin, The Catalog contains all integrations we have. You can simply search for Microsoft Platform to find information and downloads. (Catalog) Beneath the ranges of the connector, we also …

Dashboards / GQI – Filter on Joined Tables

Hi Jim. What version of DM are you currently running? I have a similar query and it is working, the only difference is that in the Filter I’m not using …

Cassandra and trend data that does not change

Hi Jeff, Since DM 10.0, a feature was added to handle that use case in Cassandra-based systems. To prevent trend graphs to be empty after the only data point gets …

Only getting the first row of SNMP table

This problem was due to a bug in the device firmware and after getting an update from the manufacturer. After a firmware upgrade, following Mieke’s instructions worked perfectly.

Order of authentication (local vs directory user)

Hi Bing, I think this will depend on how the user connects. For example, if you use username “username_12345” (or ‘.\username_12345’) DataMiner will try to login as a local user …