Differences of the url of Dataminer cube

Hi Javier, There is no difference, if you use the URL described in point 1, it will automatically redirect you to the URL described in point 2.

Security – Execute bookings permission

Hi Jens, As far as I’m aware, the SRM solution will not check these user permissions (yet) when adding/editing or deleting bookings through the Booking Manager of a specific Virtual …

Visual Overview – Element name from element ID

Another way is to adapt your script and make a method that figures out if name or ID is used     private static IDmsElement GetElement(IDms dms, string elementInfo) { if (elementInfo.Contains(“/”)) …

DMS Casssandra cluster : Data center replication

Hi Wale, You will need to configure the cassandra-topologies.properties file (used by the snitch) to provide information towards Cassandra on the setup. Once Cassandra is aware of the network topology …

Error whilst trying to configure failover

After offline investigation there seemed to be a mistake in the DMS.xml. The failover agent was present in the DMS.xml as failover agent and as a clustered agent at the …

manual cassandra cluster configuration

Hi Jeroen, I believe the steps detailed in the help for setting up failover with remote Cassandra servers can also be used to set up failover with local Cassandra servers.

System requirements for offload database

Hi Ben, Unfortunately there are no fixed requirements for the central DB setup, as this depends on the intentions for this DB. The very bare minimum requirements to run a …

Security – Execute bookings permission

Hi Jens, Permissionsflag ‘Bookings:Execute’ is there to control allowing automation script triggering for a booking scope. See DataMiner help for booking script support. The SRM booking manager should look at …

Security – Execute bookings permission

It is possible to configure: – an automation script on the booking events, which auto-fills the selected ‘{ReservationID}’ of the booking. – customized context menu items on bookings, which define …