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, …

Display issue of a service name on Visio

A change was added into the most recent Cube version where we now process updates to view, service and element names. That change might have introduced an issue given what …

Multiple set in Automation

Hi Steve, Benjamin had a similar question on this. https://community.dataminer.services/question/multiple-set-from-automation-script Similar to your solution, Cube also loops over the needed parameters, setting the parameters using the SetParameter method when pressing …