mray wrote: > We thought the error was duplicates moving from status to history, but it > must be just the presence of duplicates in the status table. Since this is > an integrity error, it doesn't seem to clear. Whenever you see that error, > you'll have to delete it. > > log in to the mysql instance > $ mysql -u zenoss -p > > > connect events > > > select evid from status having count(evid)>1; > > These are the dupes. Delete them with: > > > delete from status where evid='17b20f1193949540a10ffffff'; > > This should be fixed in Blue Crab. > > -Matt
Thanks for the help. The issue solved. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=31274#31274 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
