Upgrade to DM 10.5.10 not working

Hi Jens, It looks like you’re encountering this issue: https://docs.dataminer.services/dataminer/Troubleshooting/Known_issues/KI_Upgrade_fails_VerifyGRPCConnection_prerequisite.html Could you check if the troubleshooting info on that page is enough for you to solve this?

Enabling HTTPS on DataMiner

Cube will indeed try to connect using HTTPS. Same with the web applications, if IIS is configured properly, the web apps will be accessible over HTTPS, without making any changes …

Behavior of ReservationIdToIgnore in resource eligibility logic

Hi Andrea, The ReservationIdToIgnore is explained on the following page: https://docs.dataminer.services/dataminer/Frameworks/SRM/Interacting_with_SRM_using_code/srm_using_resourcemanagerhelper.html?#getting-available-resources The ReservationIdToIgnore and NodeIdToIgnore properties can be used to exclude an already booked resource. If the TimeRange property was not set on the context, the …

Ports for element replication

Hi Ruben, If you add a replicated element on a DMA, it doesn’t matter if that DMA is configured to use gRPC or not. This has nothing to do with …

Alarm when rows disappear from a table

Hi Carl, There is no way to configure an alarm template to throw an alarm when a row disappears. However there are some techniques that can be used to achieve …

QAction Csharp get IP and Port and Bus

Hi Cedric, I think you should be able to achieve this by defining a parameter of type “bus” and “port”. More information can be found here. DataMiner will automatically populate …

QAction Csharp get IP and Port and Bus

Hi Cedric, You can achieve this by defining 2 parameters in your XML One of the type bus A second with the type ip or pollingip (you can choose one …