DataMiner cluster through static NAT

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 …

Visual Studio – Unable to create Unit Test

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 …

DateTime set parameter best practice

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 …

Element startup order

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, …

Table filtering on 2 columns with logic OR

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. …

Table filtering on 2 columns with logic OR

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 …

DMS – Best practices for network configuration

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 …