On Sep 3, 2008, at 12:59 PM, jeopardyracing wrote:
I have a mapping where I put a conditional statement in the Key field, and now whenever I try to go to Events/App/Failed (where I put the rule) I get

An error was encountered while publishing this resource. Please use the form below to submit details of this error to Zenoss, Inc. This information helps us identify and fix issues with the software, though we are unable to respond individually to all submissions.

The details include this:

Value: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1.3.6.1.4.1.311.1.13')'' at line 1")

Any idea how I can clean up my mess?

You can do this from zendmd. Run zendmd from the command line as the zenoss user. Then do the following to list all of the mappings you have in the /App/Failed event class.

        pprint(dmd.Events.App.Failed.instances.objectIds())

Then to delete the one that's messed up do the following.

        dmd.Events.App.Failed.instances._delObject('name of mapping')
        commit()

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to