NetXMS Support Forum

English Support => General Support => Topic started by: adarsh031 on September 05, 2022, 09:18:01 AM

Title: MIB files from Alcatel OXE causing error.
Post by: adarsh031 on September 05, 2022, 09:18:01 AM
Hi

I need help with Alcatel OXE mib files. When I am trying to compile the MIBS, I am getting the below error. Please support.

C:\NetXMS\share\mibs\A4400-RTM-MIB.txt: ERROR 003: Parser error - syntax error,
unexpected RIGHT_BRACE_SYM, expecting UCASEFIRST_IDENT_SYM or LCASEFIRST_IDENT_S
YM in line 51
Title: Re: MIB files from Alcatel OXE causing error.
Post by: Victor Kirhenshtein on September 05, 2022, 09:58:21 AM
Remove , at the end of line 51:

   cacOverrun INTEGER,

should become

   cacOverrun INTEGER

Best regards,
Victor
Title: Re: MIB files from Alcatel OXE causing error.
Post by: adarsh031 on September 05, 2022, 12:26:44 PM
Hi Victor

Thanks for the support. It resolved the issue. Just have one more query.
After running it I saw a final message. Could you please tell me what it is.

ALCATEL-NMC-PROXY-AGENT-MIB: ERROR 002: Import module "HPOV-NNM-MIB" unresolved
Title: Re: MIB files from Alcatel OXE causing error.
Post by: Victor Kirhenshtein on September 06, 2022, 12:55:51 PM
Quote from: adarsh031 on September 05, 2022, 12:26:44 PM
ALCATEL-NMC-PROXY-AGENT-MIB: ERROR 002: Import module "HPOV-NNM-MIB" unresolved

Are you sure that HPOV-NNM.txt was included into compilation?