SL Port and SLSNMP manager processes running with no user assigned
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 …
Answer
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 …
1st March 2023
Hi Stefan, This should be possible using the [param] placeholder, so something like Parameter: 12345:[param:Encoder*,14018,*[Property:CHANNEL_ENCODER]*]
1st March 2023
Following Joachim’s answer, also check you have the the nuget.org ‘https://api.nuget.org/v3/index.json’ package resource configured in the NuGet Package Manager.
1st March 2023
Hi, As far as I’m aware, this is not possible for local users or manually added domain users. I would suggest, if possible, to use a different approach concerning the …
28th February 2023
Hi Richard, When you clone a repo and open your solution in Visual Studio, you will indeed still have this problem. In your QActions, the SLProtocol will not be recognized …
28th February 2023
Hi Martijn, Your code is fine, though if you use that method multiple times in the same script it may be worth to cache the resource pools to avoid calls …
28th February 2023
Just to be awkward I’ve gone with the DmsConfiguration message to return the cluster name var message = new GetInfoMessage(-1, InfoType.DmsConfiguration); var response = (GetDmsConfigurationResponseMessage)engine.SendSLNetSingleResponseMessage(message); var clusterName = response.ClusterName;
28th February 2023
Hi Andries, You need to set your read parameter as type string and then create your alarm template with the correct string values. Only the write parameter needs to be …
28th February 2023
Roger, This is a perfect use case for DataMiner and the architecture is rather flexible. Please see below for a common approach. DataMiner receives trap or generates native event/alarm DataMiner …
28th February 2023
This is not a solution, but the errors appear to indicate that there is a problem with the configuration of the Web APIs, rather than with Dashboards itself. You will …