Archived community.zenoss.org | full text search
Skip navigation
9966 Views 4 Replies Latest reply: May 3, 2010 5:42 PM by Ryan Matte RSS
Ryan Matte ZenossMaster 653 posts since
Mar 26, 2009
Currently Being Moderated

Apr 30, 2010 3:40 PM

BadRequest: The property zWinPassword does not exist

Ok, so... after my recent upgrade to 2.5.2 and upgrade of the WMI Data Source ZenPack I'm getting the following error when trying to save zProperties locally on any of my devices..

 

Type: BadRequest
Value: The property zWinPassword does not exist

Traceback (innermost last):

  • Module ZPublisher.Publish, line 119, in publish
  • Module ZPublisher.mapply, line 88, in mapply
  • Module ZPublisher.Publish, line 42, in call_object
  • Module Products.ZenRelations.ZenPropertyManager, line 441, in saveZenProperties
  • Module Products.ZenRelations.ZenPropertyManager, line 420, in setZenProperty
  • Module Products.ZenRelations.ZenPropertyManager, line 301, in _updateProperty
  • Module OFS.PropertyManager, line 207, in _updateProperty

BadRequest: The property zWinPassword does not exist

 

Now, I've seen this same error in the past and used the following method in zendmd to fix it:

 

a=find("devicename")
a.__delattr__("zWinPassword")
commit()

 

I also had to do it for zWinUser in some cases.  In the past the issue was isolated to only a handful of devices but now I have the issue on every one of my devices.  Can anyone suggest some zendmd code to cleanly fix this globally?

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points