Microsoft Exchange dll

Hi Jehad, In earlier versions such as 9.6.12, the trick to get this to work is to rename the referenced DLL so that it doensn’t start with “Microsoft.” or “System.” …

App DMA Switching

Hi Joseph, if upgrading to the version Miguel mentioned is not possible for you, you could pin the DataMiner Cube application to your taskbar. It’s not the same as going …

Error Dataminer: Application unresponsive

Hi, Another logfile that can be interesting is the SLClient.txt logfile on the logging directory C:\Skyline DataMiner\Logging on the server. Regards

Disk usage on DMA

That seems to be happening daily (around 1am?). By zooming in you’ll be able to see more precise around what time that is. Then check the task scheduler if something …

App DMA Switching

Hi Joseph, Please could you confirm the DMA version that you are running? Since DMA version 10.1.3 there is a back button available to go to the start window:

Error Dataminer: Application unresponsive

Hi Javier, There unfortunately could be a number of different reasons for this, some related to DataMiner and others on external factors, such as network connectivity, etc.  Probably the first …

SLDMS log flooded with ERR messages

It seems something is going wrong on type 148 (NT_REGISTER_SLA), which gets called when an SLA has changes to the alarms it listens to to calculate its SLA. The target …

Visio – How do you sign a Visio?

A (protocol) Visio file can be part of a signed protocol package. For Visio files to be assigned to a view there is no signing system as of this moment.

How to retrieve a profile instance by name in automation?

Hi Jochen, You can do this using the profileManagerHelper. e.g. private static ProfileManagerHelper pmHelper = new ProfileManagerHelper(); pmHelper.RequestResponseEvent += Helper_RequestResponseEvent; ProfileInstance thisInstance = pmHelper.GetProfileInstancesWithFilter(ProfileInstanceExposers.Name.Contains(“part of my name”)).FirstOrDefault();