Errors 1091 through 1100
Describes WMI SNMP provider errors 1091 through 1100.
Warning 1091
-
<1091, Warning>: "<fileName>:<line#> IMPLIED clause is not allowed for fixed size objects"
-
OBJECT-TYPE macro invocation SNMPv2C-specific module semantic warning. The IMPLIED keyword can only be present for an object having a variable-length syntax, such as an OBJECT IDENTIFIER or variable-length OCTET STRING, in the INDEX clause.
Fatal Error 1092
-
<1092, Fatal>: "<fileName>:<line#> IMPLIED clause not allowed for potentially zero-length objects"
-
OBJECT-TYPE macro invocation SNMPv2C-specific module semantic error. The IMPLIED clause cannot be used on a variable-length object if that object can have a zero length.
Fatal Error 1093
-
<1093. Fatal>: "<fileName><line#>: Only the type "INTEGER" can be enumerated according to the V1 SMI"
-
Type assignment, SNMPv1-specific module semantic error. An SNMPv1 MIB enumeration can use only the type INTEGER.
Fatal Error 1094
-
<1094. Fatal>: "<fileName><line#>: The type used in the enumeration does not resolve to one of the allowed types"
-
Type assignment, SNMPv2C-specific module semantic error. The type used in an enumeration must be INTEGER or an equivalent type, or another enumeration.
Fatal Error 1095
-
<1095. Fatal>: "<fileName><line#>: Enumeration member is not a member of the parent enumeration"
-
Type assignment, SNMPv2C-specific module semantic error. If another enumeration is used, its set of items must be a subset of the parent enumeration's set of items.
Fatal Error 1097
-
<1097, Fatal>: "<fileName><line#>: identifier <name> does not resolve to an integer value"
-
Type assignment, SNMPv2C-specific module semantic error. The values in the BITS type must be integer values.
Fatal Error 1098
-
<1098, Fatal>: "<fileName><line#>: Duplicate value <value> in BITS construct"
-
Type assignment, SNMPv2C-specific module semantic error. There must be no duplicate names and values in a BITS construct. The <line#> parameter is the position of the recurrence of the name/value.
Fatal Error 1099
-
<1099, Fatal>: "<fileName><line#>: Duplicate name <identifier> in BITS construct"
-
Type assignment, SNMPv2C-specific module semantic error. There must be no duplicate names and values in a BITS construct. The <line#> parameter is the position of the recurrence of the name/value.