Hello

Receiving the following error when running zen2dump.py when going through the upgrade documentation, I am running FreeBSD 6.2

bin/python zen2dump.py
Traceback (most recent call last):
  File "zen2dump.py", line 496, in ?
    ex.export()
  File "zen2dump.py", line 473, in export
    root.exportXml(self.outfile,self.options.ignorerels,True)
File "/usr/local/zenoss/Products/ZenRelations/RelationshipManager.py", line 267, in exportXml
    if exportHook and callable(exportHook): exportHook(ofile, ignorerels)
File "/usr/local/zenoss/Products/ZenModel/DataRoot.py", line 213, in exportXmlHook
    map(lambda x: x.exportXml(ofile, ignorerels), self.getDmdRoots())
  File "zen2dump.py", line 283, in getDmdRoots
    roots = filter(lambda o: o.isInTree, self.objectValues())
  File "zen2dump.py", line 283, in <lambda>
    roots = filter(lambda o: o.isInTree, self.objectValues())
AttributeError: 'PerformanceReport' object has no attribute 'isInTree

Not sure what this is, it seems to be during the backup of existing 1.1 database part.

Regards

Richard

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

Reply via email to