I've never seen that one before. It's expecting a string somewhere and getting
an int. You could try pasting the following into zendmd to figure out which
device is causing the problem then check to see if there's anything unusual
about the device.
Code:
for d in dmd.Devices.getSubDevicesGen_recursive():
try:
bah = d.getPrimaryId()
except AttributeError:
print "%r is a device that is causing this problem." % (d.id,)
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=26834#26834
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users