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

Issues Running Qaction with Timer

Hi, I have issues running QAction with timer I follow this flow Timer->group->Action->Param->QAction I run manually this QAction and Work fine: SLManagedScripting.exe|ManagedInterop|DBG|1|9|QA3 started SLManagedScripting.exe|ManagedInterop|DBG|1|9|QA3 – Raw JSON: ‘{“ping”: “ok”}’ SLManagedScripting.exe|ManagedInterop|DBG|1|9|QA3 …

SRM Discover resources

Quick question can use the SRM DiscoverResource script targeted at specific dataminer elements with resources? Currently it captures all which takes considerable amount of time to collect.

GQI script Parameter Description

Hi Dojo, I’m working on a GGQI script, in the script we get a DOM resource, from the resource I get an element, depending on which pool it is I …

QAction Tigger on Params

Hi I have 2 issues with my http protocol The first: QAction no load after params change value: <Sessionid=”1″name=”API Status”> <Connectionid=”1″name=”Check Ping”> <Requestverb=”GET”url=”/api/v1/system/network/ping”> </Request> <ResponsestatusCode=”2″> <Contentpid=”3″></Content> </Response> </Connection> </Session> <Timerid=”1″> …

DVE Hidden option

Hi, Based on this: Options overview | DataMiner Docs Is this a good method to individually enable/disable a DVE in a connector? How does hiding the DVE work – does …