Dennis,

Sounds like you ran the install script after upgrading your installation? This isn't actually necessary, after updating from svn you can just run zenmigrate. That being said, running the install script again shouldn't cause problems. I've entered a ticket for this:

http://dev.zenoss.org/trac/ticket/771

-jason

On Jan 4, 2007, at 11:57 AM, Dennis B. Hopp wrote:

I changed the password via the UI and zenmigrate was able to run. I think the install script has a bug in accepting the defaults.

--Dennis

----- Dennis B. Hopp <[EMAIL PROTECTED]> wrote:
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