Virtual element with element connections in timeout
2nd March 2023
Hi Daniel, Could be that your virtual element is running a connector that is making use of call in a QAction (NotifyDataMiner 106) that raises a timeout alarm in a …
Answer
2nd March 2023
Hi Daniel, Could be that your virtual element is running a connector that is making use of call in a QAction (NotifyDataMiner 106) that raises a timeout alarm in a …
2nd March 2023
Hi Daniel, Does the solution in post Unable to set alarm values for a parameter with the ‘DependencyId’ attribute solves it? Your read parameter needs to have Measurement Type string …
2nd March 2023
Hi Joachim, could you please try with <RawType>numeric text</RawType> instead of <RawType>unsigned number</RawType>. At the bottom of the following page, there is an example that does exactly what you want. …
2nd March 2023
Hi Ive, If the reference to the DomInstance is stored in a list, it is unfortunately not possible at the moment with GQI because it does not support filtering & …
1st March 2023
Hi Joel, For a use case like this we need to refer to a feature which is still behind the ‘GenericInterface’ soft launch flag, called ‘Custom operators’. A custom operator …
1st March 2023
Hi Jeff, Please see some answers below. See answers here: (https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Installing_a_DMA/Installing_DM_using_the_DM_Installer.html#custom-dataminer-installation) I don’t see why a different user might create a problem (Configuring Failover | DataMiner Docs) As any other …
1st March 2023
On the DataMiner Compute Requrements page you will find a note that states: Important: If you intend to run e.g. DataMiner, Cassandra and Elasticsearch on a single server, the hardware …
1st March 2023
Hi Bernard, You can use GetServiceTemplate | DataMiner Docs
1st March 2023
Thank you, Ive! I try: -Xms8G -Xmx8G
1st March 2023
Hi, Is it possible to reboot the server, or are there other dependencies that need to keep running that would prevent a server reboot? With a reboot, I would expect …
1st March 2023
Hi Dominik, This is of course always very specific to the situation, but generally speaking, you should have no issues in a staging environment if you lower the JVM memory …
1st March 2023
The HTTP engine used by DataMiner connectors is WinHTTP. To configure the proxy server there you can either add it manually with the following command: netsh winhttp set proxy myproxyserver:port …
1st March 2023
Hi Thomas, Could it be that you are getting the wrong data from the device? Looking at the streamViewer data and your response I would translate it to this: 03 …
1st March 2023
Hi Rajesh, By default, when no ‘DomInstanceNameDefinition’ is found on the ModuleSettings or the DomDefinition (ModuleSettingsOverrides), the ID of the DomInstance will be used for its name. This docs page …
1st March 2023
I was able to find the settings for it as below, Module > Manager settings > Instance Name Definition There, I was able to define which field descriptor(s) I would …