← Back to team overview

openerp-india team mailing list archive

[Bug 1155523] Re: OpenERP 7 - Backup ACCESS DB DENIED

 

I can reproduse this error on Mac Enviroment:
...
  File "/Users/mime/Development/workspace/openerp.trunk/server/openerp/service/wsgi_server.py", line 475, in close_socket
    if e.errno != errno.ENOTCONN or platform.system() not in ['Darwin', 'Windows']:
NameError: global name 'platform' is not defined
...

If i add
<code>
import os
import base64
</code>
to "server/openerp/service/db.py", the problem is solved.

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1155523

Title:
  OpenERP 7 - Backup ACCESS DB DENIED

Status in OpenERP Server:
  Incomplete

Bug description:
  Hi
  when i try to backup the DB i have the message "ACCESS DENIED" ad screenshoot attached. I'm sure the main password is right... to test this i've tryed to change the main password and the change is confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1155523/+subscriptions


References