chstath / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

WebDAV Copy File Error #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Map GSS network drive in Windows using user credentials from Srce GSS;
2. Access network drive in Windows Explorer, listing OK;
3. Try to copy file on GSS network drive.

Expected output: file copied.
What do you see instead:
"Error 0x80070057: The parameter is incorect.". File created on GSS with 
original name, size 0 bytes.

Version of the product:  Srce GSS 1.2.

On what operating system?
MS Windows Vista Business SP2 X64 (Version 6.0.6002).

Kind regards,
Tomislav Galeta

Original issue reported on code.google.com by tgaleta....@gmail.com on 18 Jan 2011 at 12:35

GoogleCodeExporter commented 9 years ago

Original comment by chstath on 21 Jan 2011 at 1:46

GoogleCodeExporter commented 9 years ago
This also occurs on Windows 7. On Windows XP though it works correctly.

Original comment by chstath on 21 Jan 2011 at 1:46

GoogleCodeExporter commented 9 years ago
Just for information, so far I tried all bellow, without success:
http://support.microsoft.com/?kbid=907306
http://support.microsoft.com/kb/942392
http://support.microsoft.com/kb/933860
http://support.microsoft.com/kb/948531
http://goo.gl/SqeQS Antiviruses and firewall stopped
http://forums.techarena.in/vista-help/644280.htm BasicAuthLevel 2
http://support.microsoft.com/kb/841215 UseBasicAuth
http://support.microsoft.com/kb/943280 AuthForwardServerList
http://support.microsoft.com/kb/982736 decimal symbol or 
CopyFileBufferedSynchronousIo

Perhaps to try on server side suggestions from this article:
http://shon.org/blog/2010/03/04/howto-fix-windows-7-64bit-webdav/

Any other suggestions are mostly welcome...

Original comment by tgaleta....@gmail.com on 17 Feb 2011 at 10:53

GoogleCodeExporter commented 9 years ago
The GSS webdav implementation is based on Tomcat's implementation. 
Unfortunately, it is impossible to have it work with Windows 7. 

So eventually we started a new webDAV implementation, this time based on the 
excellent open source project Milton (http://milton.ettrema.com/index.html). 
There is a branch named 'milton' in our source repo, where you can check our 
progress. I believe that we will very soon have a first fully working version 
that supports Windows 7. Currently we are debugging it and resolving issues, 
but I'm confident about the successful result. When fully tested, it will be 
merged to the default branch and we will tag a new release, and of course close 
this issue here.

Thank you for your comments and reports.

Original comment by fstamate...@gmail.com on 17 Feb 2011 at 11:02

GoogleCodeExporter commented 9 years ago
Milton branch is merged to default. We are currently debugging for releasing 
soon.

Original comment by fstamate...@gmail.com on 25 Feb 2011 at 1:18

GoogleCodeExporter commented 9 years ago
release 1.4 resolves this issue

WebDAV now works with Windows 7. Just 'Map network drive' and provide the 
username & password as described in the webclient 'credential' menu item. After 
reboot windows will not mount the drive, you'll need to click on the drive icon 
in explorer. Instructions for linux/davfs here: 
http://code.google.com/p/gss/wiki/WebDavInstructions. MacOS remains as in the 
previous installation.

Original comment by fstamate...@gmail.com on 2 Mar 2011 at 9:31