This question has been flagged
2 Replies
5858 Views

Hello!

I'm searching for a solution on how to connect to my OpenERP-Server (6.1) using webdav.

I was only able to get a connection using third party software like cyberduck. Here it's working with this address:

http://admin@openerpserver.domain.tld/webdav/database

If I try to establish a connection through Windows Explorer I'm beeing asked for my credentials, but nothing happens.

Is anybody using webdav and Win7? I've heard Microsoft changed a few things concerning webdav... I can connect using a WinXP client without much trouble...

Avatar
Discard
Best Answer

This looks like a duplicate question of: https://accounts.openerp.com/forum/Help-1/question/6033

If your opinion is different please make your question more specific and specify further.

Avatar
Discard
Author

I think my problem is slightly different as I don't have questions regarding the installation of webdav. My problem ist only access from a Win7 client.

Best Answer

Windows 7 by default will not work with WebDAV and basic http authentication over a non-SSL connection. Therefore:

  • Either you configure OpenERP to use HTTPS
  • Or you enable the HTTP basic authentication as described in Microsoft KB 2123563, add http in front of this link: support.microsoft.com/kb/2123563
Avatar
Discard
Author

Thank you for your help. Unfortunately this didn't help either... This is what I tied: To enable Basic authentication on the client computer, follow these steps: Click Start, type regedit in the Start Search box, and then press Enter. Locate and then click the following registry subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters On the Edit menu, point to New, and then click DWORD Value. Type BasicAuthLevel, and then press Enter. Right-click BasicAuthLevel, and then click Modify. In the Value data box, type 2, and then click OK.