Discussion:
Win32 Status (sc-win32-status) values and meanings
(too old to reply)
BostonNole
2006-08-15 17:07:57 UTC
Permalink
IIS 6.0 on Windows 2003
W3C Extended Log File Format
Advanced - Win32 Status (sc-win32-status)

example values in IIS Log Files:
0
64
995
1236
121
22

Does anyone know what all the possible values are for this property and
what its meaning is?
Kristofer Gafvert
2006-08-15 18:26:02 UTC
Permalink
Hello,

0: The operation completed successfully.
64: The specified network name is no longer available.
995: The I/O operation has been aborted because of either a thread exit or
an application request.
1236: The network connection was aborted by the local system.
121: The semaphore timeout period has expired.
22: The device does not recognize the command.

They are defined in winerror.h, and a list of all of them can be found here:

http://msdn.microsoft.com/library/en-us/debug/base/system_error_codes.asp

You can also use (in a command prompt):

net helpmsg AA

where AA is the number, and it will show you what it means.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Post by BostonNole
IIS 6.0 on Windows 2003
W3C Extended Log File Format
Advanced - Win32 Status (sc-win32-status)
0
64
995
1236
121
22
Does anyone know what all the possible values are for this property and
what its meaning is?
Continue reading on narkive:
Loading...