How to create a Singleton on element level?

Hi, Could you elaborate a bit more on the reason for needing to have the info in memory? Is it because the table is changing from different sources? Or too …

How to create a Singleton on element level?

Hi Edib, this can be achieved by using a static dictionary, with the element ID as key. I once created the following class to make this more generic and easy …

Process Automation queue cleanup

Hi Jeroen, Glad you found the solution. To clear the queue elements or restart the process, the best way is to complete the associated booking and create a new one. …

Parent Visual Overview Layout

Solved this by using a dummy service with a blank visual overview the same size as others in the view

Typical DNMA Monitoring alarm Template.

Hi Ken, I believe the thresholds shown in your question seem ok. Please note that the CPU thresholds & memory thresholds for the processes in the task manager will vary …

Source Resource Unable to Full Swap

Hi Miguel, When you use the AssignResourceRequest do you fill the TargetNodeLabel? In your case since you want to assign to Source node, you need to pass SOURCE.

What is the performance impact of using SLProtocolExt?

Hi Edib. As Laurens already mentioned, there could be a small performance impact when using SLProtocolExt, because some objects are being allocated. However the impact is probably very small and …