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 …

Input Data Service Template limit

Hi all, I’m wondering if there is a limit to the number of Input Data fields that can be defined within a Service Template, or if there is a recommended …

STaaS Migration Script package

When running the STaaS Migration Script package for 24hrs to gain a cost estimation does the data write to the existing local DB AND the STaaS, or do we lose …

deal reg. history

where can I see/find my deal reg. history in addition to a new deal reg. ?

Protocol HTTP

Hi, I create a protocol using http, I have doubt about how can login correctly: this is my endpoint: api/v1/system/configuration/login I need send: header: Content-Type : aplication/json Body: { “user”:”admin”, …