Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
43248 Vistas

Hi, I have just installed OpenERP v7.0 on a Centos 6.3 server (minimal x64) with PostgreSQL 9.2 and now when I try create db from db manager in OpenERP Web Interface, the application show me this error:

OpenERP Server Error (code) Server Access denied.

I have used a script to install openERP, and works fine...but when I try create db from web interface, doesn't work. During script execution doesn't tell me nothing about master password of postgres or similar.

Thanks!

Avatar
Descartar

createdb -O bn_openerp testdb

Mejor respuesta

You can give bn_openerp user the right to create database (superuser), so you won't need to go through the cli to manage DB.

http://doc.openerp.com/v7.0/install/linux/postgres/index.html#first-method

Avatar
Descartar
Autor

Thanks! solved.

Click on the check mark on the left then ;)

Mejor respuesta

Solved. The problem is that script doesn't create any database for openerp. Solution: postgres=# create database testdb; postgres=# alter database testdb owner to bn_openerp;

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
mar 15
17357
1
jul 22
2458
6
ene 24
15306
2
ene 17
5555
0
may 16
4837