Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
43404 มุมมอง

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!

อวตาร
ละทิ้ง

createdb -O bn_openerp testdb

คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง
ผู้เขียน

Thanks! solved.

Click on the check mark on the left then ;)

คำตอบที่ดีที่สุด

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;

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
3
มี.ค. 15
17536
1
ก.ค. 22
2669
6
ม.ค. 24
15600
2
ม.ค. 17
5731
0
พ.ค. 16
5013