MIBCERR110: Incorrect syntax: Expected '{', read

Source:  ZENworks for Servers; Management and Monitoring Services; MIB Compiler

Explanation:  The SEQUENCE keyword is followed by a list of items making up a sequence. Each item of the list is made up of an object name and an object value pair. The list items should be separated by commas and enclosed within opening and closing braces.

Possible Cause:  Non-white-space characters (characters other than the white space characters such as tab or space) are present between the SEQUENCE keyword and the opening brace.

Action:  Delete any invalid characters between the SEQUENCE keyword and the opening brace.

Possible Cause:  The opening brace is missing entirely.

Action:  Make sure that the opening brace is not missing.

  Previous Page: MIBCERR109: Incorrect syntax: Expected '{' after VARIABLES  Next Page: MIBCERR111: Incorrect syntax: Expected a non-negative integer