Element startup polling behavior when in timeout

The slow poll that Jarno suggests will only partially provide a solution. It will indeed prevent the other communication from happening but there is one drawback in the way the …

Element startup polling behavior when in timeout

Hi Jeff, I believe the particular feature of interest is Slowpoll for you. A similar question has been asked (How does slow poll work? – DataMiner Dojo). Perhaps the answer …

QAction execution failed with Invalid Data?

Hi Alex With how the Class Library is working, you need to use int? for the GetStandaloneParameter call. I don’t remember anymore if Class Library will throw an exception for …

QAction execution failed with Invalid Data?

That’s probably caused by a compilation error in one of the QActions. Would check if the triggered QAction (12050) compiles, and also all precompile QActions that it references. An easy …

API Calls to Dataminer

I would recommend to use JSON with the v1 interface: import requests headers1 = { “Accept”: “*/*”, “Content-type”: “application/json” } data1 = { “host”: “localhost”, “login”: “XXX”, “password”: “XXX”, “clientAppName”: …

API Calls to Dataminer

Hi Daniel, Checking the payload (‘data1’) in your question, it seems that it is not correct. According to DataMiner Help (DataMiner WebService: Connect), the following entries are required: Connection: The …