What are the IIS sc-win32-status codes?
Asked Answered
P

1

46

Background: I have a code of 64 in my IIS logs which I think are client disconnects whilst uploading large files. I also get some ComExceptions with the same status code which I have gathered are pretty much the same issue. Given the infrequency of these issues I've decided these are only to be expected and are not a problem but it did give rise to this question:

Question: What is the list of possible win32 status codes? particularly the ones that can end up in IIS logs?

Placeman answered 19/11, 2010 at 9:4 Comment(1)
There is an explanation of 64 sc-win32-status code [here][1]. [1]: serverfault.com/questions/52872/…Baronet
C
86

Here's the list of all Win32 error codes. You can use this page to lookup the error code mentioned in IIS logs:
http://msdn.microsoft.com/en-us/library/ms681381.aspx

You can also use command line utility net to find information about a Win32 error code. The syntax would be:
net helpmsg Win32_Status_Code

Coreycorf answered 20/11, 2010 at 7:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.