Hei, This error looks very like one I had and opened a ticket for http://dev.zenoss.org/trac/ticket/5322
I found a fix in that thread http://forums.zenoss.com/viewtopic.php?t=10346 I recommend you try the following on one device to see if you can save the zProperties after deleting: Code: zendmd >>> a=find("rubis.ptx.fr.sopra") >>> a.hasProperty("zSnmpTries") 0 [b]<- this mean the property doesn't exist[/b] >>> a.zSnmpTries ??? [b]<- if you get something here, it means it's an attribute and not a propery[/b] >>> a.__delattr__("zSnmpTries") >>> commit() -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=37246#37246 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
