IDP – Restarting element

Hi Sion Restarting the IDP application should not be causing any issue Do you see any alarm or error appearing in your alarm console or the log file? Additionally, could …

Increase of SLProtocol process on Dataminer

Javier, As specified in the DataMiner User Guide (Configuration of DataMiner Processes) it is possible to configure how many of this processes run within each DataMiner Agent. However, please, keep …

Enhanced Services – Detect Service Properties Change

Flavio, This should be possible by implementing the appropriate logic within the service definition connector, since there are, already, calls that could be used to retrieve the properties associated to …

Workspaces

Hi.. Thanks for the confirmation… Please resolve.

Export element could not find DVE child element

Currently there is a bug that prevents this. Enabling the resources and moving the parent to another view can do the trick. The reason the crawling fails is because it’s …

Kafka producer and consumer connectors

Hi Jeroen, The information in the catalog is not yet there because it has internally not been approved yet. I’ll chase this to make sure it’s available as soon as …

How to delete elements and services in bulk?

This can be done by opening the view that includes the elements/services that you want to delete and open Data Display (Below This View). Here you can perform a multiple …

Unit test extension method

Hi Maxim You can just call the method directly via the ‘static’ way. bool result  = ExtensionClassName.ContainsElementSubscriptions(mockedMessage.Object); Just think of it as a regular static method.