Replace IDX Value with Placeholder

Hi Daniel, Using the Property tag in this way would require you to have a custom property ‘CANAL_PLUS_TXP’ on the element set to the idx value of the table row …

Visualize past table data

As far as I know showing history data is based on trending (and/or alarm timelines). Reconstructing a table from the past would consist of getting the trend data (and/or alarm …

View’s tree traversal with automation script

Hi Simone, that can be done relatively easy using the class library: var dms = engine.GetDms(); var e = dms.GetElement(“MyElement”); var isInView = IsInView(e, “MyView”); public bool IsInView(IDmsElement element, string …

List of Information Events

In a DataMiner cube client you can create a new page in the alarm console. Add a filtered page and add the criteria below: Parameter desctiption (by Protocol) –> Equal …

Visual Overview – Trend graph from a service

Hi Sebastiaan, thanks again for your quick answer. I have never worked with variables inside of a Visio drawing. I guess even if it’s a PageVariable it should be shown …

Visual Overview – Trend graph from a service

This is an answer to the second question Stefan asked in a comment on my previous answer. If you can’t access the property using the [property:myproperty] placeholder directly, you can always …

Issue with the method : engine.SendEmail()

I have found the issue, we recently move to 10.2 which introduce new permissions and one of those permissions is regarding the send of email via DataMiner System which was …

MSSQL tables missing

an easy way to recreate the tables both on MSSQL, MySQL and local Cassandra is to restart the DMA, however the DMA needs to be active so in your case, …