Column delineation and readability
10th November 2021
Screenshot for reference.
Answer
10th November 2021
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 …
10th November 2021
Hi Filiep, The trigger will be triggered first. In case the action executes a poll group it will be added to the queue and after that the QAction will execute. …
10th November 2021
Hi Filiep, It depends on the group type: In case of type poll (action/trigger) the QAction will be executed first In case of type action/trigger I don’t think that there …
10th November 2021
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 …
9th November 2021
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 …
9th November 2021
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 …
9th November 2021
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.
9th November 2021
Hi Carlos, Sounds like something is wrong on the standby agent (it’s not correctly reporting its ID) Some ideas of things to check on the standby agent: Verify that DataMiner.xml …
9th November 2021
There are probably better solutions but I came across a similar situation once and there I found you could use the Moles framework for mocking static and built-in .NET methods.
9th November 2021
The order in which the agents appear in the Failover window is the order in which the <Agent> tags appear in the c:\Skyline DataMiner\DMS.xml configuration file. To change the order …
9th November 2021
Using the latest version of the DataMiner Cube desktop application, you can also choose “select unused versions” from the hamburger menu in the cleanup dialog to only remove versions you …
9th November 2021
As additional information: the files for upgrade packets are uploaded in chunks of 100 KB. If the agents are configured to use encrypted connections (which is the default nowadays), the …