Dataminer Alarm Root Time via correlation

I have created a logic to read the alarm data triggered via correlation. https://docs.dataminer.services/dataminer/Functions/Automation_module/FAQ/How_do_I_parse_Correlation_Alarm_Info_data.html?q=alarm%20correlation But I need a way to get the root time of the alarm. I can only …

Call to GetParameters returns NT_GET_PARAMETERS failed. 0x80040221

Good morning, I am getting the error NT_GET_PARAMETERS failed. 0x80040221 when calling SLProtocol.GetParameters. The line of code that is failing is object[] parameterValues = (object[])protocol.GetParameters(new int[] { Parameter.getworkflows_responsestatuscode, Parameter.getworkflows_responsecontent }); …

Unable to delete DataMiner users

Hi, We are looking to delete DataMiner users, however, some users appear greyed out and when we right click to delete, the delete option is also greyed out. Any idea …

Use custom Cube version for Manage Client Versions

We recently had an issue where a Cube version caused issues with several Visios on our system, so we’re trying to control the Cube version system-wide. I’ve found System Center …

How can I connect my vDCM to DM?

Hi all, I’ve connected one testing vDCM to Dataminer, but it is still in timeout. The connection is throught UDP and there is a firewall in the middle, but I’ve …

Cube client – mixed mode scheme

Hi, a group of users of DataMiner have grown quite accustomed to the Mixed-mode color scheme. This scheme is no longer available in the new Cube client look-and-feel. Is there …

Usage of IDms CreateView + GetView

I am using the IDms class to create + use Views. I like to understand why the dms.GetView(viewId); would return a Not found exception when used right after creating it …