I just updated to the newest svn as of this morning.  After the installation 
finished I ran:

zenmigrate run --commit

And I get this error:

INFO:zen.migrate:Installing DevicePriority
Recovering
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenModel/migrate/zenmigrate.py", line 9, in ?
    main()
  File "/opt/zenoss/Products/ZenModel/migrate/zenmigrate.py", line 6, in main
    m.main()
  File "/opt/zenoss/Products/ZenModel/migrate/Migrate.py", line 241, in main
    self.cutover()
  File "/opt/zenoss/Products/ZenModel/migrate/Migrate.py", line 138, in cutover
    self.migrate()
  File "/opt/zenoss/Products/ZenModel/migrate/Migrate.py", line 120, in migrate
    m.cutover(self.dmd)
  File "/opt/zenoss/Products/ZenModel/migrate/devicepriority.py", line 68, in 
cutover
    c = dmd.ZenEventManager.connect()
  File "/opt/zenoss/Products/ZenEvents/DbAccessBase.py", line 29, in connect
    db=database, conv=mysqlconv)
  File "/opt/zenoss/lib/python/MySQLdb/__init__.py", line 66, in Connect
    return Connection(*args, **kwargs)
  File "/opt/zenoss/lib/python/MySQLdb/connections.py", line 134, in __init__
    super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1045, "Access denied for user 
'zenoss'@'localhost' (using password: YES)")


I use the default username/password for the zenoss events table so I just hit 
enter at those prompts.  I have verified that I can login to mysql using that 
username/password.  How can I get zenmigrate to run?

Thanks

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

Reply via email to