Using engine.AddScriptOutput()

Hi, I’m using engine.AddScriptOutput(UIVariables.VisualOverview.CreateKey() to output logging to my Low Code App Web component for the user to see progress. How do I add to the output whilst using the …

Web Components request https

Hi All I’m trying to add a web components in my LCA, it should open a device that Dataminer already able to reach. But when I try to add the …

Integration with PowerBI

Hi, I am wondering how we can integrate DataMiner with PowerBI ? Does anybody have any experience with it ? What are the options ? Thanks, David

How to get service object details in GQI?

Hi, I have a code something like DmsAgent agent = new DmsAgent(); GetActiveAlarmsMessage getActiveAlarmsRequest = new GetActiveAlarmsMessage(agent.ID); var res = _dms.SendMessage(getActiveAlarmsRequest) as ActiveAlarmsResponseMessage; var activeAlarms = res.ActiveAlarms.WhereNotNull().ToList(); var filteredAlarms = …

Central Database offload timeout configuration

Hi all, We have from time to time a sqlexception from offloading data to a SQL central database. Below is the message in the SLDBConnection log. —> System.ComponentModel.Win32Exception (0x80004005): The …

Plugins Not Available in DIS

The plugins menu item is greyed out in Visual Studio (see screenshot). I am logged in, and other DIS functionality is working correctly. I also tried updating DIS (v3.1.4), but …