Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
43250 Zobrazení

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
Zrušit

createdb -O bn_openerp testdb

Nejlepší odpověď

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
Zrušit
Autor

Thanks! solved.

Click on the check mark on the left then ;)

Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
bře 15
17359
1
čvc 22
2460
6
led 24
15308
2
led 17
5558
0
kvě 16
4839