Visual Overview – [GUID] placeholder usage on SRM
27th April 2021
Hi Bruno, I’ve had problems in the past using placeholders within an ‘InitVar’ shape data. It might not actually be fully supported… Would be good if someone from the dev …
Answer
27th April 2021
Hi Bruno, I’ve had problems in the past using placeholders within an ‘InitVar’ shape data. It might not actually be fully supported… Would be good if someone from the dev …
27th April 2021
You could use System.Xml.Serialization.XmlSerializer for this. Some examples are available on the MS docs. Also note Microsoft released some important security risks to consider when using XmlSerializer, basically don’t deserialize …
27th April 2021
Hi Miguel, The syntax described in the DataMiner Development Library is correct, it is just that DIS currently does not contain the schema definition for it and as such it …
27th April 2021
Hi Mieke, in order to resolve this you can try changing the end time by clicking on the button Adjust Time. That worked for me in the past in a …
27th April 2021
Hi Niraj, It will be interesting to know the use case that you are planning to cover with the automation script. Normally we use the bus address setting to point …
27th April 2021
Around 2 years ago, I have tried running DataMiner on MySQL 5.7 but noticed some issues regarding DELT. Internally we only test version 5.5 so I would not recommend upgrading …
26th April 2021
Hi Jeff, Typically the main reason why we opt to save the primary keys on polled tables is related with Alarming & trending capabilities. Saving the primary keys in the …
26th April 2021
Data can take many forms and each have their own purpose. Some tables can contain configuration data which is send to the device. It makes sense to save these so …
26th April 2021
Hi, From automation script 2 you can use subscript = engine.PrepareSubscript (ref to Help) which will return a SubScriptOptions object You can then use this object and call subscript.SelectScriptParam (ref …
26th April 2021
Hi Michiel, A possible option is to trigger a correlation rule using as alarm filter the DMA element. For example, the following correlation rule could be triggered when the event …
26th April 2021
The Sankey visualization was indeed linked to a dashboards component which was the ‘alpha’ version of our GQI component. You can expect the Sankey visualization to come back at some …
26th April 2021
In newer versions you can find information events when e.g. the correlation engine was succesfully started: In older versions i used the trick before to trigger on the last element …
26th April 2021
Hi Bruno, The alarmstorm protection will take all active alarms into account. In case Cube notices at least 2000 alarms (depending on your settings) with the same parameter description, they …
26th April 2021
Hi Mieke, When installing a solution, the overview linked to the application contains a tab that will give you details about the version installed in the DMA. For example: IDP …
26th April 2021
Hi Mieke, Most standard solutions have an about page that shows the details about the currently installed version of that particular solution See below the example of IDP Solution and …