Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
OpenERP Server Error Client Traceback (most recent call last): File “/usr/lib/pymodules/python2.7/openerp/addons/web/http.py”, line 204, in dispatch response[“result”] = method(self, **self.params) File “/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py”, line 777, in create params[‘create_admin_pwd’]) File “/usr/lib/pymodules/python2.7/openerp/addons/web/session.py”, line 30, in proxy_method result = self.session.send(self.service_name, method, *args) File “/usr/lib/pymodules/python2.7/openerp/addons/web/session.py”, line 97, in send raise xmlrpclib.Fault(‘AccessDenied’, openerp.tools.ustr(e))
Server Access denied.
OpenERP Server Error Client Traceback (most recent call last): File “/usr/lib/pymodules/python2.7/openerp/addons/web/http.py”, line 204, in dispatch response[“result”] = method(self, **self.params) File “/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py”, line 777, in create params[‘create_admin_pwd’]) File “/usr/lib/pymodules/python2.7/openerp/addons/web/session.py”, line 30, in proxy_method result = self.session.send(self.service_name, method, *args) File “/usr/lib/pymodules/python2.7/openerp/addons/web/session.py”, line 97, in send raise xmlrpclib.Fault(‘AccessDenied’, openerp.tools.ustr(e))
Server Access denied.
There is a small issue. In case of following error: Internal Server Error {“message”: “OpenERP Server Error”, “code”: 200, “data”: {“debug”: "Server Traceback (most recent call last):\n File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 89, in send\n return openerp.netsvc.dispatch_rpc(service_name, method, args)\n File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 292, in dispatch_rpc\n result = ExportService.getService(service_name).dispatch(method, params)\n File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 122, in dispatch\n return fn(*params)\n
Just do the following: The issue is that the user/role openerp is not defined within postgreSQL.
Solution:
On a terminal, type the following:
sudo su - postgres createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp
It will ask you for a password for the role/user openerp, type it twice. When done, quit the user postgres:
exit
You should be able to use openERP now. It has been a while I have installed openERP on a new Ubuntu 12.04.2 server, you might have to add the username and/or password to a specific file. Just let us know if the above was not enough.
one more thing i think it better installing it manually from source rather then the ubuntu repository, Link: http://help.openerp.com/question/2562/how-to-install-openerp-v70-on-ubuntu-1204-from-launchpad-repository/
In case of the following error
Internal Server Error {“message”: “OpenERP Server Error”, “code”: 200, “data”: {“debug”: "Server Traceback (most recent call last):\n File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 89, in send\n return openerp.netsvc.dispatch_rpc(service_name, method, args)\n File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 292, in dispatch_rpc\n result = ExportService.getService(service_name).dispatch(method, params)\n File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 122, in dispatch\n return fn(*params)\n
Solution that worked for me:
Put password admin for the default Master password
can this openerp run on 20 dollar monthly plsn… https://www.digitalocean.com/pricing