Issues with Reports when delete failover

Hi Jose, As the failover config is still present so it’s possible that some ASP config is still looking for the virtual IP. I would recommend to mark the check …

EEG Lexi Automation Script For Encoders

Hey Miguel, Thank you so much for your answer. This has been very helpful. I attempted to test this and it keeps failing. Also, is it possible to have a …

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