When there is a MIB compilation error that complains about reading EOF, it 
usually means you have an unterminated quoted string. Since the error message 
is unhelpful, I did quick test of STARENT-MIB and located the malformed entry. 
Note that the DESCRIPTION field for the 'starManagerRestart ' entry does not 
end with a ".


Code:
starManagerRestart NOTIFICATION-TYPE
    OBJECTS { starTaskfacilityName, starTaskInstance, starTaskCard, starTaskCPU 
}
    STATUS  current
    DESCRIPTION
        "The identified manager task has been restarted..
    --#SUMMARY "[System] Manager %s/%d restarted on %d/%d"
    --#ARGUMENTS {0,1,2,3}
    --#STATE OPERATIONAL
    --#SEVERITY INFORMATIONAL
    ::= { starentTraps 1099 }




Replacing the second period after 'restarted' with a double-quote allows the 
MIB to compile (with possible exception of any missing imports).


-------------------- m2f --------------------

Read this topic online here:
http://forums.dartware.com/viewtopic.php?p=1897#1897





____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [email protected]

Reply via email to