MIBCERR102: Incorrect INDEX clause. The syntax should be INDEX {object name}

Source:  ZENworks Server Management; Management and Monitoring Services; MIB Compiler

Possible Cause:  The syntax in the INDEX clause is incorrect.

Action:  Check the syntax of the INDEX clause.

The required syntax for the INDEX clause is:

INDEX List of ObjectNames

The list of object names should be separated by commas.

For example,

nwUserVolUsageEntry OBJECT-TYPE

INDEX nwUserVolUserID, nwUserVolVolID

The object names in this example are nwUserVolUserID and nwUserVolVolID.