[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Condor-users] put_file error code



> p.s. of course, everything is different on windows. :(  there 
> is no /usr/include/errno.h you can look in.  i know windows 
> has a notion of the errno, and that's what we print out, but 
> honestly, i have no idea where you can look to map those into 
> human-readable errors.  perhaps someone who knows something 
> about windows could help out with this mystery. ;)

MSDN is the place for this sort of information. Unfortunatly the search
tool isn't the best. Here's a link to System Error Code messages that
cover codes 0-499:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/b
ase/system_error_codes__0-499_.asp

Errno 2 is File Not Found.

- Ian