It appears that there is an error moving events from the status table to the history table. The easiest solution is to truncate the history table. This should clear up the integrity errors, but you'll lose all your event history. You could try to manually delete the offending rows, but that could be quite time consuming.
Connect to the mysql DB: mysql -u zenoss -p > connect events > truncate table history; Thanks, Matt Ray Zenoss Community Manager community.zenoss.com [email protected] On Feb 10, 2009, at 4:11 PM, mray wrote: > This is probably related to problems generating unique event IDs > (evid) on some platforms, we implemented a new uuid generator for > Blue Crab that doesn't have this problem. Still looking for a work- > around, but this should be fixed in the next major release (2.4). > > -Matt > > > > > -------------------- m2f -------------------- > > Read this topic online here: > http://forums.zenoss.com/viewtopic.php?p=31151#31151 > > -------------------- m2f -------------------- > > > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
