This question has been flagged
4 Replies
5246 Views

After updating OpenERP V7 I cannot backup anymore from the web interface. Problem arises after updating the web part to 3987 and restarting the server (Ubuntu 12.04.2 server). Updating Ubuntu and the OpenERP server (to 5017) and addons (to 9273) parts have no influence, after that backup was still possible.

Error message:

Internal Server Error {"message": "OpenERP WebClient Error", "code": 300, "data": {"debug": "Client Traceback (most recent call last):\n File \"/opt/openerp/web/addons/web/http.py\", line 285, in dispatch\n r = method(self, **self.params)\n File \"/opt/openerp/web/addons/web/controllers/main.py\", line 812, in backup\n {'fileToken': int(token)}\nValueError: invalid literal for int() with base 10: ''\n", "type": "client_exception"}}

What is the solution?

Avatar
Discard
Best Answer

I already made a bug report of this issue....

Other entry on this forum regarding this issue.

Avatar
Discard
Author

Thanks, I searched for web backup but did not found that one.

Due to my error, I the bug-report was not in the correct location, now it is (got a noticifation from the system). openERP is looking into the issue. if you want to search/check, it is bug: 1194749

Having the same issue.. Updating to version 7.0-20130628-231051 still can't do backup database..

Best Answer

Hi Everybody,

and i have same here, with last release but its not working properly with same error, this is the Traceback :

Traceback (most recent call last): File "/opt/openerp/server/openerp/addons/web/http.py", line 285, in dispatch r = method(self, **self.params) File "/opt/openerp/server/openerp/addons/web/controllers/main.py", line 812, in backup {'fileToken': int(token)} ValueError: invalid literal for int() with base 10: ''

i just started investigating on this, hope we can fix it asap.

Avatar
Discard

Here we are, this is an issue with the werkzberg, and you can resolve it as mentioned in this revision http://bazaar.launchpad.net/~openerp/openerp-web/7.0/revision/4000 Good luck.

Best Answer

Hello, I have the same problem after updating. While I find the solution am using the tool pg_dump from postgresql to backup my database. Ej, pg_dump [database] -U [useradministrationname] > [nameofbackup]

Avatar
Discard

Hi Oscar, please see the patch described in this revision , it will work for you : http://bazaar.launchpad.net/~openerp/openerp-web/7.0/revision/4000 Good luck.

Hi Oscar, please see the patch described in this revision , it will work for you: http://bazaar.launchpad.net/~openerp/openerp-web/7.0/revision/4000 Good luck.

Best Answer

Hi all , I do use pgAdmin for DB management. It's the perfect tool. see pgadmin.org

Avatar
Discard