NetXMS Support Forum

English Support => General Support => Topic started by: nikos on May 20, 2009, 11:02:44 PM

Title: Error compiling NetApp MIB
Post by: nikos on May 20, 2009, 11:02:44 PM
I have toubles compiling an NetApp MIB:

NETWORK-APPLIANCE-MIB.mib.txt: ERROR 003: Parser error - syntax error, unexpected OBJECT_SYM, expecting OBJECT_TYPE_SYM in line 18622

Attached the MIB that causes the error.
If somebody can help --> THANKS in advance!
Title: Re: Error compiling NetApp MIB
Post by: Victor Kirhenshtein on May 20, 2009, 11:18:02 PM
It's a bug in MIB compiler - in lines 18622 and 18624 there are tab between words OBJECT and IDENTIFIER instead of space. As workaround, replace these tabs with space character and MIB should compile without error.

Best regards,
Victor
Title: Re: Error compiling NetApp MIB
Post by: nikos on May 20, 2009, 11:28:32 PM
GREAT stuff! Many thanks, it works now!