Kata 62 – could not load assembly

Hi Felix, I encountered a similar issue to yours, and in my case, it was due to the GQI DxM not being enabled. I had to do the step of …

Exception: BPA doesn’t have a valid signature

I was able to get this fixed on a DataMiner agent without upgrading the server. I installed the following certificates manually in the Trusted Root Certification Authorities folder: digicert-trusted-g4-code-signing-rsa4096-sha384-2021-ca1.cer SectigoPublicCodeSigningCAR36.crt …

Exception: BPA doesn’t have a valid signature

A few day ago we have updated to 10.5. and since then we had the same issue. SLBPAManager.txt: 2025/03/26 11:06:44.849|SLNet.exe|RefreshAcceptedCertificates|CRU|0|97|Force loaded certificate: SkylineCodeSigning.cer (Skyline Certificate). WARNING! Machine might not have …

PDF export LowCode App

Hi Alexandre, No, it is not possible to create a PDF of an application since these can have multiple pages and panels. With kind regards, Robin

Orphan DVE deleting

Hi Jeroen, This is a known issue, and a release note already exists to address it. The fix will be included in Main release 10.4.0 [CU14] ; 10.5.0 [CU2] and …

Historical User Login Report

Hi Vig, my apology for my late reaction. I still doubt about how we can help you because as you know already, we don’t have an off the shelf dashboard …

Unit testing for automation script

Hello, Perhaps you can try mocking the first-level property, TruckNameTextBox, and assign it a concrete value of the TextBox object instance. It would look something like: _mockDialog.Setup(d => d.TruckNameTextBox).Returns(new TextBox …

Synamedia VSM Messages

Hi Jared, You can look into the stream viewer (Connecting to an element using Stream Viewer | DataMiner Docs) and check if there is a timeout or errors seen. Alternatively, …