DataMiner cluster through static NAT
24th December 2020
I have not tested this but I suspect you can configure this on the operating system level by using Netsh commands for Interface Portproxy. If that would not work you …
Answer
24th December 2020
I have not tested this but I suspect you can configure this on the operating system level by using Netsh commands for Interface Portproxy. If that would not work you …
24th December 2020
Deleting the failover config will stop the backup agent. The DataMiner ID and all data will be removed from the backup agent. This agent will no longer be able to …
24th December 2020
Hi Jens, this question looks similar to another question. Can you check if the accepted answer solves your problem?
24th December 2020
Hi Jens, Have you tried the steps of the answer to this question Visual Studio fails to create Unit Tests – DataMiner Dojo?
24th December 2020
Have you checked if the .NET framework is enabled in visual studio for .NET framework projects? You can do this by enabling the ‘.NET desktop development’ option via the Visual …
24th December 2020
Just wanted to mention that DataMiner Failover itself doesn’t really care what the network mask is. The configuration (IP + mask) get applied on the network interface, and from there …
24th December 2020
The SLProtocol process in DataMiner mainly works with strings and double values. Setting the value to a DateTime from a QAction works because SLProtocol will try to invoke a conversion …
24th December 2020
Hello Jeff, My understanding was that the elements will get started in the alphabetical order from the “C:\Skyline DataMiner\Elements” folder. But Wouter pointed out that this is not the case, …
24th December 2020
The TableRowFilter is explained in the help as: Use the “TableRowFilter” option to filter out specific rows. This is a server-side filter that accepts a semicolon-separated list of PID=value pairs. …
23rd December 2020
I tried the example filter from the help “TableRowFilter:42002 in_range 1/5” When I check the logging of SLNet then I see this passing by: (ParameterChangeEventMessage; pid: 42000; f: VALUE=42002 IN_RANGE …
23rd December 2020
Hello, I’d always start with checking the SLDatagateway.txt & sldbconnection.txt. These might mention some queues going up. For example, trending might be out of control, elementdata might be spiking…. If …
23rd December 2020
Hi Jens, In the past Ruben enabled the offload of the database queries to a file, to see what data was being written to the database. Perhaps this can help …
23rd December 2020
Hi Bruno, This is a rather broad question, where the answer is not that straight forward as many factors should be taken into consideration. Can you please give us some …
23rd December 2020
Hi Bruno, You could look into using teaming for your NICs. NIC Teaming allows you to group between one and 32 physical Ethernet network adapters into one or more software-based virtual …