Locate internal object number

Started by testos, February 23, 2012, 03:18:18 PM

Previous topic - Next topic

testos

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.

Victor Kirhenshtein

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

testos

I tried this script, but without results. :-[

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