How is offload file limit monitored?

Hi, it is understood that the offload file limit is 10GB by default (i.e.: when either Cassandra or Elastic is offline data is pushed to offload sqlite files in c:/Skyline …

How use Pop-up in dashboard ?

Hi All Is it possible to create a pop-up window with information about the number of pids with CC errors when you hover over the information about the number of …

HTTP binary data upload

I’m trying to upload a binary (mp3) file using an HTTP post session. The file is read-out using File.ReadAllBytes and the content bytes are set on the session data parameter …

Custom parameters in an install package

Hi, Is it possible to include custom parameters in an install package? e.g. Create some elements in the Install script based on the provided parameters. I tried adding a ScriptParameter, …

Edit element IP from Automation

Hi Dojo! One of ous customer asked about be able to change the polling IP address of some elements when necessary so we want to know if it is possible …

Change Polling IP from a Automation?

Hi everyone! Is it possible to change the polling IP of a element from a Automation? We found the PollingIP element property but its read-only. Regards!

Unit tests invalid “nullable” values

Hi, I am currently having some issues building my unit tests. This is my Qaction100 .csproj file with nullable enabled However, if i were to disable nullable, I get other …

Buffering a Serial gzip Response

I have a HTTP/Serial driver that parses a gzip-encoded response. The issue that I’m currently facing is that the decompressed gzip byte array returns a byte-length of 0. Upon further …