http://social.technet.microsoft.com/Forums/en/w7itpronetworking/thread/1e654537-fd40-4b89-ac1c-f66bdd9fcd2e
Please also try the following on the Windows 7 computer:
1. Click the Start Button, type "gpedit.msc" (without quotation marks) and click OK.
2. In the "Group Policy" window, double click on "Windows Settings" under "Computer Configuration".
3. Double click on "Security Settings"-> "Local Policies"-> "Security Options"
4. In
the right panel, double click on the "Network Security: LAN Manager
authentication level", please select "Send LM & NTLM Responses".
5. Click Apply and OK.
It will work with basic authentication By this I can map the alfresco with WebDav.
But now the document is opening as Read only
http://support.microsoft.com/kb/870853
And finally doing some research i found the issues is not with Windows 7. With the registry hacks Windows 7 works fine with Basic authentication.
I tried setting webdav with alfresco 3.3.5 but did not get the success. When i tried with Alfresco 3.4.0 I am able to succeed in editing the documents.
http://blogs.msdn.com/b/saurabh_singh/archive/2009/03/07/some-info-around-webdav-content-access-issues.aspx
http://blogs.msdn.com/b/robert_mcmurray/archive/2008/01/17/webdav-redirector-registry-settings.aspx
But now the document is opening as Read only
http://support.microsoft.com/kb/870853
And finally doing some research i found the issues is not with Windows 7. With the registry hacks Windows 7 works fine with Basic authentication.
I tried setting webdav with alfresco 3.3.5 but did not get the success. When i tried with Alfresco 3.4.0 I am able to succeed in editing the documents.
http://blogs.msdn.com/b/saurabh_singh/archive/2009/03/07/some-info-around-webdav-content-access-issues.aspx
http://blogs.msdn.com/b/robert_mcmurray/archive/2008/01/17/webdav-redirector-registry-settings.aspx
http://www.slickit.ca/2009/07/webdav-on-windows-7.html
ReplyDeletehttp://help.wildapricot.com/display/DOC/Setting+Up+WebDAV+in+Windows+7
Windows features
ReplyDeleteClick Start, type “Windows features”, and click enter. This will get you to the Windows Features dialog (which you can also access through Add/Remove Programs):
Turn on IIS, and make sure you select at least the following:
Internet Information Services
IIS Management Console
WebDAV Publishing
Windows Authentication
Here perform these steps
DeleteRun -> WIndows Features
In the dialog Open Internet Informations Services -> World Wide Web Services -->Common Http Features -> then check Directory Browsing,Static Content and WebDav Publishing
Internet Informations Services -> World Wide Web Services -->Security -> then click on Basic Authentication
These settings I had done for my Windows7 , 64 bit machine to make webdav work with 64 bit machine
In addition to this if we are having any issues related to creation of the files or renaming the file then it is advisable to make the below changes in registry
ReplyDeleteHKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
FileSizeLimitInBytes
FileAttributesLimitInBytes
Try increasing these values
http://www.appassure.com/support/KB/4130091/
ReplyDeletehttp://tips.kaali.co.uk/2011/05/12/alfresco-login-ntlmv2-and-passthru-issues/