Quantcast
Viewing all articles
Browse latest Browse all 2052

openERP Server Access Denied message database create

I just installed the openERP v7.0 stack onto a fresh Ubuntu server, 12.10.

While the administrator login and password I created for openERP itself seem to work without incident, I'm trying to use the "Manage Databases" functionality from the login page.

I wasn't asked for a Postgre master password during the installer, only the password for (what I assume to be) the specific database powering the openERP install.

There was a password filled in for me in the "Create" page in the field "Master password." I left it as-is, and then tried to create a new database with demo data loaded in it. Filling in the admin password I made during the installer in the "Admin password" lines, I get this following stack trace.

Client Traceback (most recent call last): File "/opt/openerp-7.0-0/apps/openerp/lib/openerp-7.0_20130225_002124-py2.7.egg/openerp/addons/web/http.py", line 195, in dispatch response["result"] = method(self, **self.params)

File "/opt/openerp-7.0-0/apps/openerp/lib/openerp-7.0_20130225_002124-py2.7.egg/openerp/addons/web/controllers/main.py", line 719, in create params['create_admin_pwd'])

File "/opt/openerp-7.0-0/apps/openerp/lib/openerp-7.0_20130225_002124-py2.7.egg/openerp/addons/web/session.py", line 31, in proxy_method result = self.session.send(self.service_name, method, *args)

File "/opt/openerp-7.0-0/apps/openerp/lib/openerp-7.0_20130225_002124-py2.7.egg/openerp/addons/web/session.py", line 98, in send raise xmlrpclib.Fault('AccessDenied', openerp.tools.ustr(e))

Server Access denied.

I'm not sure what's going on exactly. It doesn't seem to matter what I name the new database, or whether or not I want to pre-populate it. I also can't Backup the existing database; I simply get a modal browser popup stating "AccessDenied."

If I change the password using the menu option, it will claim that the password was changed, but using the new password doesn't appear to change the outcome in any way. When trying this, I used "admin" as the current password.

Any assistance would be appreciated.


Viewing all articles
Browse latest Browse all 2052

Trending Articles