NetXMS Support Forum

English Support => General Support => Topic started by: stoffmann on May 11, 2020, 05:13:47 PM

Title: Unknown Alarm Message
Post by: stoffmann on May 11, 2020, 05:13:47 PM
I get a lot of alarm messages from one server, but can't find out what is the source of them. (see attached screenshot)
The message is: Script (ServiceCheck::Status::321) execution error: Error 14 in line 4: Function or operation argument is not an object
or Script (ServiceCheck::Status::327) execution error: Error 14 in line 4: Function or operation argument is not an object
In the Alarm Details/DCI Data it says "No DCI associated with this alarm".

How can I find out what's the source of this messages?

Thanks

Stefan
Title: Re: Unknown Alarm Message
Post by: Egert143 on May 12, 2020, 08:17:50 AM
Script has error on line 4. maybe null value ?
Title: Re: Unknown Alarm Message
Post by: Filipp Sudanov on May 12, 2020, 02:39:49 PM
This is error in a script of a Service Check object. 321 in the name of the script is the ID of that service check.
You'll find that service check, if you enter #321 into the filter in object tree. Check the script there.
Title: Re: Unknown Alarm Message
Post by: stoffmann on May 13, 2020, 10:51:11 AM
Quote from: Filipp Sudanov on May 12, 2020, 02:39:49 PM
This is error in a script of a Service Check object. 321 in the name of the script is the ID of that service check.
You'll find that service check, if you enter #321 into the filter in object tree. Check the script there.

Thank's a lot! With that info I was able to find the reason.