Unable to compile the LIGHTPAD-MIB.mib file. The following error is displayed in the DX Spectrum MIB Tools:
Error compiling file: HTTP error.
When we try the same using others snmp tools like (MIB Importer Paessler or Mib Browser iReasoning) it works perfectly.
Release : 10.4
Component : Spectrum Core / SpectroSERVER
Used the following URL to validate the MIB file: http://www.muonics.com/Tools/smicheck.php
The problem is in line 740 of the MIB file. The first character of each object must be in lower case.
Change from: BoardPart, BoardSerial, BoardName, NeName
To: boardPart, boardSerial, boardName, neName
Also change on the following lines - first character must be in lower case to match with line 740. Lines 766, 774, 781, and 789.
Save the changes.
Then try to compile the modified MIB file again. It should run fine at this time.