Errors 231 through 240
Describes WMI SNMP provider errors 231 through 240.
Fatal Error 232
-
<232, Fatal>:"<fileName>:<line#>:Invocation of SNMPv1 SMI OBJECT-TYPE disallowed"
-
Module syntax error. You have used the SNMPv1-specific OBJECT-TYPE invocation in the MIB, but have specified the /v2c switch, which requires strict conformance to SNMPv2C syntax.
Fatal Error 233
-
<233, Fatal>: "<fileName>:<line#>: Invocation of SNMPv1 SMI TRAP-TYPE disallowed"
-
Module syntax error. You have used the SNMPv1-specific TRAP-TYPE invocation in the MIB, but have specified the /v2c switch, which requires strict conformance to SNMPv2C syntax.
Fatal Error 234
-
<234, Fatal>:"<fileName>:<line#>: MODULE-IDENTITY invocation is allowed only immediately after the IMPORTS section"
-
Module syntax error. The MODULE-IDENTITY invocation is misplaced.
Fatal Error 236
-
<236, Fatal>: "<fileName>:<line#>: Number does not fit into the 32 bit representation used by the compiler"
-
Module syntax error in value assignment. There is a MIB value assignment error in which an integer value is so large that it requires more than 32 bits to represent it.