The SNMP provider returns an error for a CIM MOF class because some properties of a given CIM MOF class definition are marked as keyed and no associated key_order qualifier is present, or the key_order values are invalid.
[This is preliminary documentation and subject to change.]
Further description:
The key_order values are invalid if they are nonconsecutive and do not begin from index value "1".
Solutions:
-
Add the correct key_order qualifier to all properties marked as being keyed.
-
Check the ordering of all properties with the key_order qualifier to make sure that the initial value of key_order is "1" and that they are monotonically incremented based on the ordering of the properties within the SNMP MIB.