Invalid DLL reference in QAction
29th June 2025
Hi, I tested this config and DLL is working with no problem.
Answer
29th June 2025
Hi, I tested this config and DLL is working with no problem.
27th June 2025
As this looks like an issue that is far too complex to solve on this Q&A, I will close this question here. Based on the comments, I assume you are …
27th June 2025
Hi, I see that this question has been inactive for quite some time. Have you been able to resolve this based on the comments above? If yes, could you select …
27th June 2025
Hi Randy, If you are the owner of the organization, and want to permanently delete it, you can send this request to support@dataminer.services. If you are a member of the …
27th June 2025
Hi Sigan, Dataminer takes care of removing old data from the database. You can find more info on how and where you can define when old data should be removed …
27th June 2025
Hi João, The _remainingTime column you are using is not initialized yet (it still has value null). Solution Initialize _remainingTime with a new GQIColumn instance like so: private static readonly …
27th June 2025
Hi Apurva, I see that this question has been inactive for some time. Have you found a solution for this yet? If yes, could you select this answer to indicate …
27th June 2025
Hi Ramesh, I see that this question has been inactive for quite some time. Have you been able to resolve this based on Miguel’s suggestion? If yes, could you select …
27th June 2025
Hi Martin, I assume you have a single table where each row represents an “Interface” and has the following columns: Index (the primary key) Bandwidth (trended) Then it should be …
27th June 2025
Hi Curtis, Yes, it is possible to connect a DataMiner system to GitLab. You can deploy an Automation script solution from a GitLab repository by using the Skyline DataMiner Deploy …
27th June 2025
Hi Chris, There is no method for this available in the WebAPIs. If you are interested in us adding support for this, you can create a feature suggestion.
27th June 2025
Hi Davor, The order of the added queries should not matter when linking the selection to other components in your app. I quickly tried a similar thing myself and it …
26th June 2025
Hi Frans; I checked the event viewer and found this error: “Startup DataMiner failed @ LaunchDataMiner. The MAC address is not licensed (hr = 0x80040291)”. My server is a Virtual …
26th June 2025
Hi Bautista, When you try to set multiple parameters at once in that manner, each set will be processed individually. Which, depending on how those are being processed in the …
26th June 2025
Hi Bautista, Having a look at DynamicUnits element | DataMiner Docs, the unit ‘Amperes’ is not supported for dynamic units. Hope it helps.