NetXMS Support Forum

English Support => General Support => Topic started by: edward.borst on November 05, 2013, 03:22:59 PM

Title: error compiling mib files from Citrix Branch repeater
Post by: edward.borst on November 05, 2013, 03:22:59 PM
Hi,

I'm getting an error when compiling the mib's from Citrix Branch repeater.
the error is:

[root@netxms01 mibs]# /netxms/bin/nxmibc ./APPACCELERATION-PRODUCTS-MIB.txt ./APPACCELERATION-SMI.txt ./APPACCELERATION-STATUS-MIB.txt ./APPACCELERATION-TC.txt ./CITRIX-COMMON-MIB.txt
NetXMS MIB Compiler  Version 1.2.9
Copyright (c) 2005-2013 Victor Kirhenshtein

Parsing source files:
   ./APPACCELERATION-PRODUCTS-MIB.txt
./APPACCELERATION-PRODUCTS-MIB.txt: ERROR 003: Parser error - syntax error, unexpected OBJECT_IDENTIFIER_SYM, expecting OBJECT_TYPE_SYM in line 40


I really don't know what this error is.

I have tried using the mib's in a mib browser, and it seems ok.
I have attached the mib which is failing.

Thanks for the help.
Edward
Title: Re: error compiling mib files from Citrix Branch repeater
Post by: Victor Kirhenshtein on November 05, 2013, 05:18:39 PM
According to RFC, all object identifiers in SNMP MIB must start with lower case letter. Our MIB compiler is quite strict, this is why you get the error. Try to replace object identifiers like Repeater6500 with repeater6500, and it should compile.

Best regards,
Victor
Title: Re: error compiling mib files from Citrix Branch repeater
Post by: edward.borst on November 08, 2013, 09:32:29 AM
After changing a lot of items (and others as well) compile succeeded.
Thanks for your help!