beautypg.com

Mib c, I-21 – SMC Networks EliteView 6.20 User Manual

Page 213

background image

MIB C

OMPILER

I-21

Cause: The ACCESS clause of a variable has an invalid value in line xxx.
Action: Correct it and compile the MIB file again.

Status “%s” in %s near line %d is unknown

Cause: The STATUS clause of a variable has an invalid value in line xxx.
Action: Correct it and compile the MIB file again.

MIB Compiler cannot decide object identifier of “%s” near line %d.

Cause: Cannot find the parent of a node (variable).
Action: Correct the node definition and compile again.

Merge Tree Error.

Cause: Some ancestor node(s) cannot be found for new_variable in line xxx.
Action: Correct the node definition and compile again.

%s near line %d is a self-defined identifier.

Cause: An improper node definition.
Action: Correct it and compile again.

Error: Peers with the same ID (node1 = node2 = subidentifier)

Cause: The subidentifiers of node1 and node2 are the same.
Action: Correct them and compile again.

%s in MIB database and %s in MIB file have the same object identifier but different name.

Cause: The object identifiers of new_node and old_node are the same.
Action: Correct them and compile again.

The lexical analyzer could not recognize the token.

Line: %d

Message: %s

Cause: Unacceptable character in MIB field.
Action: Check MIB file and fix it.

Warning: MIB Compiler cannot find the import node “%s” in the database. But it found a node with the
same name in the module “%s”. Do you want to continue.