credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #03478
[Bug 917030] Re: [6.1RC] Unable to connect - db names in hex
in postgresql.conf :
- #bytea_output = 'hex' # hex, escape
+ bytea_output = 'escape'
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/917030
Title:
[6.1RC] Unable to connect - db names in hex
Status in OpenERP Addons (modules):
New
Bug description:
I've just installed OpenERP 6.1RC side by side to an existing 6.0 with
PostgreSQL 9.0.
During the installation process a new database was created sucessfully
- openerp61
When I try to use the GTK client, the OpenERP Login screen shows the
list of PostgreSQL databases as HEX strings instead of plain
characters. After clicking the OK button, it returns an error
indicating the is unable to connect to the database ou de database
does not exist.
Here are the corresponding error messages in the server log:
[2012-01-15 13:52:14,266][x6f70656e6572703631] ERROR:db.connection_pool:Connection to the database failed
Traceback (most recent call last):
File "C:\Program Files (x86)\OpenERP 6.1rc1-20120112-173907\server\.\openerp\sql_db.py", line 423, in borrow
OperationalError: FATAL: banco de dados "x6f70656e6572703631" não existe
Everything OpenERP v6.0 seems to be working fine.
I could not find any significant differences in the openerp-
server.conf
Thanks you for helping
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/917030/+subscriptions
References