Add new row in table and retrieve the new row value in QAction
22nd November 2023
Hi Zhing, If you use the DataMiner Integration Studio (DIS), you can auto-generate the needed code.
Answer
22nd November 2023
Hi Zhing, If you use the DataMiner Integration Studio (DIS), you can auto-generate the needed code.
22nd November 2023
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, …
22nd November 2023
Hi, You should be able to add a context menu parameter linked to your table as described here (Custom table context menu | DataMiner Docs) If you need you can …
22nd November 2023
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 …
22nd November 2023
Hi, at this exact moment there is work being done on a new catalog which will be available very soon. In a next iteration of this new catalog it’s planned …
22nd November 2023
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 …
22nd November 2023
The ConnectionSettings.txt file is unique per agent in the cluster and does not get synced automatically. When the connection type is set to “auto” in Cube, it will retrieve the …
22nd November 2023
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 …
22nd November 2023
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 …
22nd November 2023
Hi Alberto, It is possible to define the connection settings on the client side. If you want to change this you can hold the SHIFT button when it is logging …
21st November 2023
Hi Chris, Would the unattended installer as described here, meet your needs?
21st November 2023
Hi Stacey, That is currently not supported, a new feature would need to be requested.
21st November 2023
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/
21st November 2023
Hi Yvon, If you wish to sync more files and folders, you will have to create/use a protocol driver.
21st November 2023
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 …