IDP – Restarting element
12th November 2021
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 …
Answer
12th November 2021
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 …
12th November 2021
Hey Luis, The main issue here is probably caused due to a difference in the MySQL settings between the source server and the destination server. Let us go over each …
11th November 2021
Jeroen This is not something that Skyline or one of our customers have tried as AWS Outpost need some investment. Conceptually, this should run same as using AWS services such …
10th November 2021
Hi Max, Is it possible to share which protocol are you using for this issue? Does it happen for other protocols? If not, I believe it can be a protocol …
10th November 2021
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 …
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.