Quantcast
Channel: Zenoss Community: Message List
Viewing all articles
Browse latest Browse all 1097

Re: Transient Object Error after Upgrade to 4.2

$
0
0

Very late to this party, but just in case it happens to someone again, another option you can try is to recreate the sessions table (as mentioned in the 4.2.4 release notes)

 

=======

1. Drop and then re-create the zodb_session table, substituting your host name as needed for 'zenoss'@localhost' in the following commands:

 

DROP DATABASE IF EXISTS zodb_session;

CREATE DATABASE zodb_session;

GRANT ALL ON zodb_session.* TO 'zenoss'@'localhost' IDENTIFIED BY 'zenoss';

FLUSH PRIVILEGES;

 

2. Restart the zopectl daemon.

========

 

kells


Viewing all articles
Browse latest Browse all 1097

Trending Articles