Hi Dojo,
I'm creating an application package which contains some features that are only available on GQI DxM.
Therefore I want to check during installation if GQI DxM is active (instead of SLHelper) so that the installation can be aborted in case it isn't.
Hi Jens,
There is no official way to check whether the GQI DxM is used or not.
We do have a web API method that provides this info for our own apps: https://<host>/API/v1/Internal.asmx/GetFeatureInfo
Important: However unlikely, since this method is internal the behavior could change in newer versions of DataMiner without prior notice.
With DataMiner 10.5 we are in a transition phase and we can guarantee it is safe to use this internal web method to check whether the GQI DxM is active.
From DataMiner 10.6 onwards we intend to make the GQI DxM mandatory so then you can just check the DataMiner version.