Hi,
is there an existing docu about the error codes trying to access windows shares ?
til now I have seen error Codes 2, 13, 19
Examples:
Failed to list Windows share \\PATH in wrkgrp/domain for user saschathon with error 13.
Failed to list Windows share \\PATH in wrkgrp/domain for user saschathon with error 2.
Failed to read Windows directory \\PATH with error 19.
thx
Solved! Go to Solution.
official Codes (from Juniper suggested) can be found here:
http://lxr.free-electrons.com/source/include/asm-generic/errno-base.h
http://lxr.free-electrons.com/source/include/asm-generic/errno.h
official Codes (from Juniper suggested) can be found here:
http://lxr.free-electrons.com/source/include/asm-generic/errno-base.h
http://lxr.free-electrons.com/source/include/asm-generic/errno.h
The files seem to have been moved, can you update with new lcoation if you know it?
Thanks
I am also searching for the error codes, does anybody have a list?
We use the response codes from the server; for example, an AD-based server would be expected to return the codes as outlined here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx
Excellent, thank you very much!