Enabling HTTPS on DataMiner
26th September 2025
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 …
Answer
26th September 2025
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 …
26th September 2025
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 …
25th September 2025
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 …
24th September 2025
Hi Michiel, It has never been the intension to create enormous amounts of information events. You can look at information events as some sort of audit trail records and they …
24th September 2025
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 …
24th September 2025
Hi Michiel, I don’t think it’s possible to stop information events from being stored if they’re being generated. What you can try to do is avoid generating these events in …
24th September 2025
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 …
24th September 2025
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 …
24th September 2025
Hi Juan, You can add actions to a Grid component by modifying the template. What do you want to update in the dropdown component with the action? A list of …
23rd September 2025
If you no longer want to worry about those versions, you can also go for STaaS. Then you don’t have to waste time and resources on building and maintaining storage, …
23rd September 2025
Hi Berman, You can find the latest supported ranges on our compute requirements. For Cassandra, DataMiner is compatible with the 4.X ranges including both the 4.0 and 4.1 release branches. …
23rd September 2025
Hi Jaroslaw, As far as I know, this hasn’t been tested before by Skyline. It’s hard to predict the impact on DataMiner, so I suggest enabling it in audit mode …
23rd September 2025
Not completely out of the box; you might be able to run an nginx container configured as an reverse proxy which will set the header in proxy
23rd September 2025
Hi Bernard, As far as I’m aware, it’s not possible to use a user defined API without any token. So, in the device it’s not possible to set any headers …
23rd September 2025
Hi Anderson Kebba, Did you made sure to add the option to the softlaunch.xml and restart the agent ? <DataAPI>true</DataAPI> If this is the case and you still don’t see …