low-code app for table overview

Hi Jeroen, Regarding the option of combining data from multiple elements (protocols) in the same table, a possible option is using profile definitions (Get parameters for elements where). Practical example, …

DMZ Cloud connection – DMS configuration

Just to add some information: The DMZ server needs the CloudGateway, Orchestrator (and CloudFeed) DxM The DataMiner servers need the other DxMs. If you are on a recent version of …

Service Details Dashboard

If you are cloud connected, you can deploy the Services Overview dashboard to your system to give you a good baseline to start with. Together with our course on Dashboards …

How to get all reservations

Hi Vish, All reservations can be retrieved by providing a TrueFilterElement as filter: var reservations = SrmManagers.ResourceManager.GetReservationInstances(new TRUEFilterElement<ReservationInstance>()); Would use this very carefully though, because on bigger systems, retrieving all …

How to get all reservations

Hi Vish, I found another example on SRM code snippets | DataMiner Docs Where it makes use of the ResourceManagerHelper. Still not all of them can be retreived, but if …

Automated DMA deployment

Hi Chris, Would the unattended installer as described here, meet your needs?

Migrate DataMiner that is connected to STaaS

Hi Thibault, I believe you might find the info you are looking for in this topic: https://community.dataminer.services/question/swapping-servers-with-staas/

DIS Validation Error difficult to interpret

With the latest Visual Studio 2022 update (17.8.0), DIS 2.44 has become incompatible. Our current advice is to update to the latest insider release (2.45) for now: DataMiner Integration Studio …