SMSeagle configuration
24th July 2023
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 …
Answer
24th July 2023
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 …
24th July 2023
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 …
24th July 2023
Hi Elmaza, The connector throws this exception because it uses the GetTypes method to obtain information about the loaded assemblies in the application domain. The documentation of this method states …
24th July 2023
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 …
23rd July 2023
Hi Pedro, A possible option is to use the DataAggregator module (DxM). The DataAggregator DxM allows you to execute a GQI query at a specific time and store the result …
21st July 2023
Hi Philip, No that is not supported, the function object only allows to have one profile definition.
21st July 2023
Hi Mark – when you refer to the first alarms, and not the subsequent, I assume the subsequent alarms are the same as the first ones? In other words, the …
21st July 2023
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 …
21st July 2023
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 …
21st July 2023
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 …
20th July 2023
Hi Mark, This may not be the best approach, but from my testing, it seems that you can enable a sliding window with a specified time span. (E.g. 1 hour) …
20th July 2023
Hi Jacques, We implemented a similar solution for a customer managing a fleet of OB trucks in the US. Here is the article OB Truck Manager – DataMiner Dojo The …
20th July 2023
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 …
20th July 2023
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, …
20th July 2023
Hi Bram, Feel free to take a look at the answer to this Dojo question: https://community.dataminer.services/question/duplicate-pages-in-a-low-code-app/ There Leander explains how you can duplicate a page, as a workaround. DCP202736 is …