Errors 1051 through 1060

Describes WMI SNMP provider errors 1051 through 1060.

Fatal Error 1051

Fatal Error 1054

Fatal Error 1055

Fatal Error 1051

<1051, Fatal>: "<fileName>:<line#>: Ambiguous reference to symbol <identifier>"

IMPORTS section module semantic error, specific to neither SNMPv1 nor SNMPv2C. Each object descriptor corresponding to an object in an Internet Standard MIB must be unique. Since enterprise MIBs can have common object descriptors, such descriptors imported from two modules must be used unambiguously in the MIB module by using the notation "module.descriptor."

Fatal Error 1054

<1054, Fatal>: "<fileName>:<line#>: <identifier> in INDEX clause does not resolve to one of the allowed types"

OBJECT-TYPE macro invocation module semantic error. The type of an object in the INDEX clause, or any type specified in the INDEX clause, must resolve to a scalar type, that is, a non-SEQUENCE or non-SEQUENCE OF type. Any type specified in the INDEX clause must also resolve to one of these.

This error can occur in either SNMPv1 or SNMPv2C.

Fatal Error 1055

<1055, Fatal>:"<fileName>:<line#>: SYNTAX of INDEX OBJECT-TYPE <identifier>, does not resolve to one of the allowed types"

OBJECT-TYPE macro invocation module semantic error. The type of an object in the INDEX clause, or any type specified in the INDEX clause, must resolve to a scalar type, that is, a non-SEQUENCE or non-SEQUENCE OF type.

This error can occur in either SNMPv1 or SNMPv2C.