Errors 1071 through 1080

Describes WMI SNMP provider errors 1071 through 1080.

Warning 1071

Warning 1072

Fatal Error 1074

Fatal Error 1075

Fatal Error 1077

Fatal Error 1079

Warning 1080

Warning 1071

<1071, Warning>: "<fileName><line#>: Symbol <identifier> not present in imported module <identifier>"

Module semantic warning about cross-referencing, specific to neither SNMPv1 nor SNMPv2C. A symbol imported from a module does not resolve to anything in that module. Even though that module is specified in the input, this warning appears.

Warning 1072

<1072, Warning>: "<fileName>:<line#> OBJECT-TYPE <name> is a descendant of OBJECT-TYPE <name> of module <name>"

OBJECT-TYPE macro invocation module semantic warning. A scalar object cannot have any descendant objects.

This warning can occur in either SNMPv1 or SNMPv2C.

Fatal Error 1074

<1074, Fatal>: "<fileName>:<line#> SEQUENCE (Conceptual row) OBJECT-TYPE <name> does not have a SEQUENCE OF (Conceptual table) OBJECT-TYPE as its parent"

OBJECT-TYPE macro invocation module semantic error. Every row object must have a table object as its parent.

This error can occur in either SNMPv1 or SNMPv2C.

Fatal Error 1075

<1075, Fatal>:"<fileName>:<line#>: OBJECT-TYPE <name> cannot be a child of table OBJECT-TYPE <name> of module <name> unless it is in the SEQUENCE of the latter"

OBJECT-TYPE macro invocation module semantic error. Every SEQUENCE object must have exactly the same objects that are mentioned in the SEQUENCE type definition as its children. Similarly, every SEQUENCE OF object must have exactly one child.

This error can occur in either SNMPv1 or SNMPv2C.

Fatal Error 1077

<1077, Fatal>: "<fileName>:<line#>: The syntax of table OBJECT-TYPE <name> is not the SEQUENCE OF the syntax of the child OBJECT-TYPE <name> of module <name>"

OBJECT-TYPE macro invocation module semantic error. The syntax clause of a table object must be the "SEQUENCE OF" of the syntax of the row object.

This error can occur in either SNMPv1 or SNMPv2C.

Fatal Error 1079

<1079, Fatal>:"fileName>:<line#>: OBJECT-TYPE <name> is an extra child of OBJECT-TYPE <name> of module <name>"

OBJECT-TYPE macro invocation module semantic error. Every SEQUENCE OF object must have exactly one child.

This error can occur in either SNMPv1 or SNMPv2C.

Warning 1080

<1080, Warning>: "<fileName><line#>: MIB Module <moduleName>, from which symbol <symbolName> is imported, is not present in input"

Module semantic warning about cross-referencing, specific to neither SNMPv1 nor SNMPv2C. If one of the modules in the IMPORTS section of the main module or a subsidiary module does not exist, but symbols from this module are not referenced, this warning appears.