Hi All,
I am getting this unexpected exception. Where can I find some answers to what this relates to?
Unexpected Exception [Object reference not set to an instance of an object.]: Get Correlation Details for {XXX}/{XXX} ( at Skyline.DataMiner.Net.DataMiner.FindAlarms(Int32 hostingAgentId, Int32[] unsortedAlarmIDs)
The main concern here is it stopping any of the functionality for the correlation rules to trigger?
Thanks,
Ryan
Hello,
Could you share where you see this error?
Is this thrown by an Automation Script linked to a correlation rule?
My first guess is that logic in that script is failing e.g. because xxx/xxx is not a valid alarm id.
It would help to know where this is shown + what the context is.
Hello Mieke,
Thank you for your response and pointing me to the source. It was indeed an automation script to do with a correlation rule. It was down to the code trying to get a script parameter that didn’t exist.