[mrtg] mib compile syntax error

Brian A Sorrells BASorrells at tsystsol.com
Fri Aug 2 17:40:58 MEST 2002


Everytime I attempt to compile this mib on Windows 2000, I get following error. Can someone please tell me what is wrong with Syntax?

"mibcc: parsing exchange.mib
SYNTAX ERROR on line: 22, Last token read is "msedsamSExchangeDSAccess-CachesEnt
ry"
SYNTAX ERROR on line: 30, Last token read is "msedsamSExchangeDSAccess-CachesEnt
ry"
SYNTAX ERROR on line: 39, Last token read is "SEQUENCE"
Err [mibcc.cpp:194] - CheckSyntax() failed!"

    msedsamSExchangeDSAccess-CachesTable OBJECT-TYPE
        SYNTAX SEQUENCE OF msedsamSExchangeDSAccess-CachesEntry	<=== Line 22
        ACCESS not-accessible
        STATUS mandatory
        DESCRIPTION
            "A table containing performance information for instances of 'mSExchangeDSAccess-Caches' objects."
        ::= { performance 1 }

    msedsamSExchangeDSAccess-CachesEntry OBJECT-TYPE
        SYNTAX msedsamSExchangeDSAccess-CachesEntry			<=== Line 30
        ACCESS not-accessible
        STATUS mandatory
        DESCRIPTION
            "Performance information for one particular instance of 'mSExchangeDSAccess-Caches' object."
        INDEX { msedsamSExchangeDSAccess-CachesIndex }
        ::= { msedsamSExchangeDSAccess-CachesTable 1 }

    msedsamSExchangeDSAccess-CachesEntry ::=
        SEQUENCE {							<=== Lne 39
            msedsamSExchangeDSAccess-CachesIndex INTEGER,
            msedsamSExchangeDSAccess-CachesInstance DisplayString,
            msedsaCacheHitsPerSec Counter,
            msedsaCacheMissesPerSec Counter,
            msedsaCacheExpiriesPerSec(UserData) Counter,
            msedsaCacheExpiriesPerSec(ConfigurationData) Counter,
            msedsaCacheInsertsPerSec(UserData) Counter,
            msedsaCacheInsertsPerSec(ConfigurationData) Counter,
            msedsaLDAPSearchesPerSec Counter,
            msedsaOutstandingAsyncNotifies INTEGER,
            msedsaOutstandingAsyncReads INTEGER,
            msedsaOutstandingAsyncSearches INTEGER,
            msedsaTotalEntries(UserData) INTEGER,
            msedsaTotalEntries(ConfigurationData) INTEGER,
            msedsaDNEntries(UserData) INTEGER,
            msedsaDNEntries(ConfigurationData) INTEGER,
            msedsaSearchEntries(UserData) INTEGER,
            msedsaSearchEntries(ConfigurationData) INTEGER,
            msedsaNotFoundDNEntries(UserData) INTEGER,
            msedsaNotFoundDNEntries(ConfigurationData) INTEGER,
            msedsaNotFoundGUIDEntries(UserData) INTEGER,
            msedsaNotFoundGUIDEntries(ConfigurationData) INTEGER,
            msedsaTotalEntriesMemory(UserData) INTEGER,
            msedsaTotalEntriesMemory(ConfigurationData) INTEGER,
            msedsaDNEntriesMemory(UserData) INTEGER,
            msedsaDNEntriesMemory(ConfigurationData) INTEGER,
            msedsaSearchEntriesMemory(UserData) INTEGER,
            msedsaSearchEntriesMemory(ConfigurationData) INTEGER,
            msedsaNotFoundDNEntriesMemory(UserData) INTEGER,
            msedsaNotFoundDNEntriesMemory(ConfigurationData) INTEGER,
            msedsaNotFoundGUIDEntriesMemory(UserData) INTEGER,
            msedsaNotFoundGUIDEntriesMemory(ConfigurationData) INTEGER,
            msedsaCacheHitsTotal Counter,
            msedsaCacheMissesTotal Counter,
            msedsaCacheExpiriesTotal(UserData) Counter,
            msedsaCacheExpiriesTotal(ConfigurationData) Counter,
            msedsaCacheInsertsTotal(UserData) Counter,
            msedsaCacheInsertsTotal(ConfigurationData) Counter,
            msedsaLDAPSearchesTotal Counter
        }


Thanks,

Brian Sorrells MCSE, CCNA, ASE
TSYS Business Process Management
basorrells at tsystsol.com
706.644.0521


--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the mrtg mailing list