← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 602433] Re: document_sftp error: no root on document server with --no-database-list

 

Hello,

Our R&D Teams are focused on the latest OpenERP version, and this issue does not affect it.
We stand of course ready to backport the change to stable releases if it has an impact on any customer. In this case please report it to our maintenance team via the OpenERP Publisher's Warranty. They will quickly help solve the issue and backport the fix if needed.

Thanks.

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
document_sftp error: no root on document server with --no-database-list
https://bugs.launchpad.net/bugs/602433
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Won't Fix

Bug description:
Hi

If the server is started with "--no-database-list" and if the module "document_sft" is activated, accessing the document server returns an error.
I think this is almost the same as in this thread: https://bugs.launchpad.net/openobject-server/+bug/532365, except that one of the proposed modification should stand in the following script:
    document_sftp/sftp_server/SFTPServerInterface.py, line 272, in function: db_list(self):
the line:
    result = s.list()
should be replaced with:
    result = s.list( document = True )

Our server is V5.0.11 with the latest patches