NetXMS Support Forum

English Support => General Support => Topic started by: testos on February 23, 2012, 03:18:18 PM

Title: Locate internal object number
Post by: testos on February 23, 2012, 03:18:18 PM
Hi.

In the NetXMS log file I can see this error:

Quote[23-Feb-2012 12:27:24] Failed to compile script for service check object 22045 "PlantillaServicio": Error in line 1: syntax error, unexpected $end

How can I identify this object number in the Services tree?

Best regards.
Title: Re: Locate internal object number
Post by: Victor Kirhenshtein on February 23, 2012, 03:35:06 PM
Hi!

Unfortunately there are no normal way to locate object by ID. You should manually check all objects with that name. Added that to feature requests.

Best regards,
Victor
Title: Re: Locate internal object number
Post by: testos on February 23, 2012, 03:55:30 PM
I tried this script, but without results. :-[

Quoteprintln FindNodeObject(null, $1);
return 1;