SMSeagle configuration

Hi Arie-Jan, by default, DataMiner will attempt to communicate with the SMSEagle modems over HTTPS using port 443. I would recommend reconfiguring the SMSEagle also to use HTTPS/port 443. If …

Add Exception on Parameter with empty value

Hi Dario, You must first be sure if the value is getting triggered. With this I mean there is literally an empty value been set to the parameter. The reason …

ChildType Row (does it exist?)

Hi Stefan, First thank you for you question. In documentation you still can find the info for childType equals to “row” see picture below. If you still are not able …

Linking Aggregation rule to a visio shape

Just to clarify I was looking for the solution to show the related alarm color to the aggregated value. It’s quite easy: create a new shape (rectangle) and assign a …

Resources instance

For anyone interested, the primary key from a table is used when linking to a resource virtual element. resource details in the resources xml showing PK 491 resource device details …

How to resolve System.Reflection.ReflectionTypeLoadException?

Hi Elmaza, These errors sometimes happened in our environments and fixed by the following operation. Stop DataMiner Remove Skyline DataMiner\Scripts\*.txf files Remove all file in Skyline DataMiner\Scripts\Compiled folder Start DataMiner …

automation script: context menu

Hi Jeroen, It is hard to know what your use case is. It would be nice to explain that as well in your question. I assume 2 things: – In …

automation script: context menu

Hi Jeroen, Please find an example below. public static void CreateClassMap(Engine engine, Element ThisElement, string ClassMapName) { int ContextMenuParameterId = 14199; SetDataMinerInfoMessage DmInfoMessage = new SetDataMinerInfoMessage { DataMinerID = ThisElement.DmaId, …