HTTP Protocol, can’t login at first time

Hi I have a issues with my protocol, I don’t know for some reason, need click in login button twice  for login, I review my code and I think all …

Automation script can’t create Element

Hello guys i have issue . I’m working with DataMiner version 10.5.6 and trying to create elements dynamically from within an Automation Script when i click on button on lowcode …

Issue in getting alarm history using GQI

Hi Team, I’m using SLC-GQIDS-ServiceHistoryAlarms for getting the history of alarms for a deleted service. This GQI requires parameters like service name, start time and end time. So i tried …

Neural network in predictive analytics

Dear All, Is there any plan to utilise neural network in predictive analytics in dataminer? Currently I am looking at using dataminer for predictive analytics to have notification alerts for …

Compilation failed for QAction Basic Driver

Hello Im creating a driver and with basic funtion that fails, i just write this Qaction with one parameter and one button to test string protocolString = (string)protocol.GetParameter(Parameter.protocol_1001); protocol.Log(“————-” + …

Grids – Clear selection on a touch screen

Hi community, When selecting an item in a grid, it is possible to clear it by pressing CTRL + Click over the item that was selected. However, on a touchscreen …

Login using HTTP on Protocol

Hi I have issues when run this session: <Sessionid=”2″name=”API Login”> <Connectionid=”1″name=”Credentials”> <Requestverb=”POST”url=”/api/v1/system/configuration/login”> <!–<Parameters> <Parameter key=”user” pid=”135″></Parameter> <Parameter key=”password” pid=”136″></Parameter> </Parameters>–> <Headers>   <Header key=”Content-Type”>application/json</Header> </Headers> </Request> <ResponsestatusCode=”4″> <Contentpid=”5″></Content> </Response> </Connection> …