Namespace ‘Core’ does not exist in the namespace
24th January 2024
Hi all, I tried to search in the documentation and this community, but couldn’t find the answer. Also a bit new at this (Dataminer, C# and DLLs). I have a …
Question
24th January 2024
Hi all, I tried to search in the documentation and this community, but couldn’t find the answer. Also a bit new at this (Dataminer, C# and DLLs). I have a …
24th January 2024
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 …
24th January 2024
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, …
24th January 2024
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 …
24th January 2024
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!
24th January 2024
As a user how can I copy content from a table cell in a low code app? Right Click is not working , however it did work in the past. …
24th January 2024
Hi Dojo, In this case I have a capacity profile parameter with a min. range of 10 and a max. range of 30. I’ve added this capacity to a resource …
24th January 2024
Is there a way for tech partners, which are developing their own connectors, to check which minimum DataMiner version is required for a new connector? Or would it always be …
24th January 2024
Hi Dojo, I’m playing a bit with the profile parameter settings and noticed that the max value of Decimals is 32. However, when I fill in a step size with …
24th January 2024
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 …
24th January 2024
Hi all, Is it possible to migrate data from Elastic to OpenSearch? If so, do we have any internal tools for the migration?
24th January 2024
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 …
24th January 2024
Hello, How can I dynamically feed a video URL into a web video component that utilizes custom HTML, with the ability to update the video URL based on the selected …
23rd January 2024
Hello Community, I’m trying to get the logs of a DataMiner agent but whenever I open the LogCollector from the Skyline Taskbar Utility I will get the following message: Is …
23rd January 2024
Hi Dojo, I’ve been trying to use protocol.FillArray(Parameter.Acgroups.tablePid, rows, NotifyProtocol.SaveOption.Full); however nothing seems to happen. There are no errors or exceptions, rows is a List<object[]> and I have verified that …