ReAdd existing domain user

Hi Yvan, There are three types of users you can find in your DataMiner system: Local users: manually added and entirely managed by DataMiner -> Blue user icon without circle …

Mismatch MySQL dll versions in DataMiner

Hi Luis, I remember we requested to upgrade the MySQL library (available at C:\Skyline DataMiner\Files) to version 6.9.12 to support database connections using different encryption algorithms (e.g. TLSv1.2). This library …

GetTrendDataSimplifiedForParameter

The GetTrendData web methods only support requesting the trend data for one parameter+tableindex pair. So you will have to call the web method multiple times, once for every table index …

Visio drawing

Hi Tomoya, I believe for this case you will need to modify the connector to make use of the option SelectionSetVar. This option will allow you to link a column …

Visio drawing

Hi Tomoya In the protocol/connector you can specify an option for each column of the table called “SelectionSetVar” + the name of a session variable. When a user clicks a …

Microsoft Platform difference in cpu load

The original reason for choosing that specific call might be lost to time, as this was one of the first connectors ever developed. But I make a couple of guesses …

pass table contents to UIBuilder.AppendDropDown();

Hi Ross, With the AppendDropDown method, you are adding additional dropdown widgets to your view. Instead of using that method, I recommend you create and add the dropdown like this: …

EEG Lexi Automation Script For Encoders

Hi David, In this case you could use a script parameter to pass the display key of the table (in your example, the channel) to the set action. However, I …

Different buttons in a table column

Hi Trong, Please could you elaborate why you would like to update the text displayed in the button? Could it be the case that you would like to avoid a customer …