Differences of the url of Dataminer cube
14th July 2021
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.
Answer
14th July 2021
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.
14th July 2021
Hello, This is a very intresting topic you bring forward. First, the ip’s or host names you mention in DB.xml are used to build the connection. If one host of …
14th July 2021
Hi Amit, When creating a replicated element, only parameter updates are transferred from the source element to the replicated one. Alarm/trend data is not replicated. In order to cover your …
14th July 2021
Hey Jeroen, By default Dataminer will use ConsistencyLevel ONE for both single-node and failover setup. This was chosen to ensure database availability in the event of a hardware failure. This …
14th July 2021
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 …
14th July 2021
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(“/”)) …
13th July 2021
There is no Visual Overview functionality that will make the ID to name translation for you. Typically IDs are provided as an input to a script. In there, you can …
13th July 2021
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 …
13th July 2021
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 …
13th July 2021
SLNet is trying to determine if DataMiner needs to restart after installing the application package. It looks like it’s failing to read a file from the package because the signature …
13th July 2021
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.
13th July 2021
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 …
13th July 2021
Hi Luis, it is correct that a demo license has a lot more verification points as compared to a production/permanent license. Once a verification point fails, the license will be …
13th July 2021
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 …
13th July 2021
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 …