Unit tests invalid “nullable” values
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 …
Question
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 …
23rd January 2024
Hi Dojo, I know that the parentProtocol attribute is used as part of DVE child protocols but I cannot seem to find documentation of this usage or of other use …
23rd January 2024
I am creating an IAS which will allow a user to create, update and delete elements via a UI. I have created an element already, but I am struggling to …
23rd January 2024
For an upcoming project, 3 Broadpeak drivers are needed: BKA100 and BKM100 are both in the Catalog. But the BKA200 isn’t. But maybe the latter is currently under first-time development… …
23rd January 2024
Hi Community, I want to respond to a notification send by DataMiner to Teams to take the ownership of an alarm. Open some varius link from a button works fine, …
23rd January 2024
Hi, I would like to set the system name from parameter 104 in a custom alarm property, but I can only select table parameters as a value to overwrite on …
23rd January 2024
Within my application, I have a GQI query that extracts data from DOM. The extracted data is then utilized to populate a grid component. One of the columns within the …
23rd January 2024
Dear community, I am working on a service visio on which I want to create a shape that – when clicked – opens the linked service/element in a new window. …
23rd January 2024
Hi, It looks like the element connection from one of the elements is not passing the data to the destination element correctly. I saw that by checking trending on one …
23rd January 2024
Hi ALL. I can add up the total number of errors for the channels and display them on this chart ? Should I sum two queries and how to do …