Adding row to SMIv2 Table
15th July 2021
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 …
Answer
15th July 2021
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 …
14th July 2021
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 …
14th July 2021
Additonal information: Do Web Interface pages work differently with Chromium? How? It is basically an alternative rendering engine. The IE render engine is built into Windows so it is easy …
14th July 2021
When browsing to your DataMiner agent via internet explorer, a thin client is downloaded. After upgrading your DataMiner system or after browsing to a DMA with a different version you …
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.