c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00600
Re: [Bug 663398] Re: [5.0.14] - Error save Database
On Tuesday 19 October 2010, you wrote:
> Hi,
>
> I have the same error with web client.
>
> But save database with pg_dump is OK.
>
> Now, I want to restore database in another server and try to save it.
The openerp client (due to the protocols used) have some limitation to the
amount of data they can transfer per RPC call. So, once your database grows
large enough, you will have trouble downloading it through the client.
I suggest that you stick to pg_dump and prefer it as a means of backup. It is
efficient and more safe.
In the meanwhile, we have a blueprint of extending the XML-RPC protocol for
these large files.
--
Say NO to spam and viruses. Stop using Microsoft Windows!
--
[5.0.14] - Error save Database
https://bugs.launchpad.net/bugs/663398
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Addons Modules: New
Bug description:
Hi,
Since 4 days, I have this error when I try to save database with client GTK on network :
[2010-10-19 19:14:57,313][?] INFO:web-services:DUMP DB: Protecthoms
Exception in thread Thread-11538:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/site-packages/openerp-server/netsvc.py", line 411, in run
ts.mysend(result)
File "/usr/lib/python2.5/site-packages/openerp-server/tiny_socket.py", line 56, in mysend
sent = self.sock.send(msg[totalsent:])
error: (104, 'Connexion r\xc3\xa9-initialis\xc3\xa9e par le correspondant')
I have windows error on client GTK "Impossible de sauvegarder la base de données" and when I clic on button "Valider", I have this error on server.
Can you help me to save database.
Thank's
Laurent Guilloteau
References