Adding row to SMIv2 Table

Hi, A NotifyProtocol 220 is intended to set columns of type “retrieved”. This is for columns that you’re filling in with data coming from a QAction not with data from …

Cube crashing randomly

Hi Sean, Currently, it’s very hard to pinpoint the exact root cause of the crash. My first thoughts would be to verify .NET Framework 4.6.2 installed on the pc of …

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.