This question has been flagged
2 Replies
6588 Views

Hello,

I installed OpenERP 7.0 on a WIin Server 2008 with a Postgres DB. No errors during installation. I tried to create a new DB via web interface (localhost:8069) and got an an OpenERP Server Error (Access denied).

OpenERP Server Error

Client Traceback (most recent call last):
  File "C:\Program Files (x86)\OpenERP 7.0-20130503-232408\Server\server\openerp\addons\web\http.py", line 204, in dispatch
  File "C:\Program Files (x86)\OpenERP 7.0-20130503-232408\Server\server\openerp\addons\web\controllers\main.py", line 769, in create
  File "C:\Program Files (x86)\OpenERP 7.0-20130503-232408\Server\server\openerp\addons\web\session.py", line 31, in proxy_method
  File "C:\Program Files (x86)\OpenERP 7.0-20130503-232408\Server\server\openerp\addons\web\session.py", line 98, in send

Server Access denied.

Tried to analyze the problem and started as Administrator. But always the same error. How can that happen with a fresh install? Any idea?

Regards Roland

Avatar
Discard
Best Answer

password should be same

Avatar
Discard
Best Answer

Did you follow all steps in http://doc.openerp.com/v7.0/install/index.html (installation documentation)? The first thought in my mind about this is: could it be there was something missed, f.e. openerp database user creation or config file not edited...

Avatar
Discard