NetXMS Support Forum

English Support => General Support => Topic started by: Geert on August 31, 2007, 12:30:56 PM

Title: Can't compile MIB files
Post by: Geert on August 31, 2007, 12:30:56 PM
According to what I found on this forum I should copy new MIBs (with a .TXT extension) to the MIBs subdirectory, change to this directory and run the command ..\..\bin\nxmibc -d -z. This returns the error 'No source files given'. The only way to get it working is to specify the path of a MIB file as an argument. (Which is useless ofcourse).

(Using NetXMS 0.2.18 on W2K3SP1, NetXMS installed under C:\NetXMS).

Geert
Title: Re: Can't compile MIB files
Post by: Geert on August 31, 2007, 02:05:15 PM
Found the solution :). Correct syntax: ..\..\bin\nxmibc -d . -z

Geert