Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Description of sc-win32-status values

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
sc-win32-status - Can any one please tell me if what does a value of 5 signify in field along with sc-status of 403 thanks

win32-status in IIS Log file - Where can I lookup the that can be logged in the IIS log file? I have a user who is trying to download an exe from my internal website and it is failing, but I have been unable to figure out why. Looking at the IIS log file I can see the..

sc-status sc-substatus sc-win32-status codes - Can anyone point me to a resource that explains the meaning all the different values for the and codes in the IIS log file? Thanks. -Rob Brown

New BIG index values in IIS6.0 - Can anyone explain the reason for the BIG index values in IIS6.0? I haven't looked at entirely but I am placing a new 2003 server on-line and noticed the rather large random values IIS6.0 uses when creating a Web site. I have a vbscript that creates..

Connection String Values and IIS version - Hi again everyone, this is a knowledge In a string such as ... & _ & _ & _ what delegates the..
Next:  IIS: Monitoring Connections, Analyzing Logs and Preventing Band..  
Author Message
keith2

External


Since: Jun 30, 2004
Posts: 3



(Msg. 1) Posted: Thu Jul 15, 2004 6:11 pm
Post subject: Description of sc-win32-status values
Archived from groups: microsoft>public>inetserver>iis (more info?)

All,

Does anyone know where I could find the descriptions of values found in the
sc-win32-status field of the IIS log file? You would think that I could
search the help or technical docs for "sc-win32-status" and the non-zero
value from the log file, and find my answer. But no, that would be too
easy!

Seriously, does such a table or reference exist? If so, could some kind
soul provide a link to it?

Keith

 >> Stay informed about: Description of sc-win32-status values 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Fri Jul 16, 2004 5:41 am
Post subject: Re: Description of sc-win32-status values [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I see no reason why documentation for "sc-win32-status" should ever tell you
what all the Win32 error codes mean. They are just values passed from other
Windows components -- not IIS specific -- so there is no way IIS
documentation should contain it. Those values are all documented elsewhere
and can be easily looked up. I honestly would never produce a table or
webpage for it because it'll go out of date. Best authoritative source is
to look at winerror.h inside the latest Platform SDK.

First, you need to realize that there are two sorts of values returned -- an
HRESULT (0x8#######) or NT Error code (low digit numbers, like 2, 5, 1322)

Then, you need to realize that the HRESULT frequently can be interpreted by
stripping off the top 16 bits -- i.e. 0x80070005 happens to mean the same
thing as NT Error Code 5 -- ERROR_ACCESS_DENIED. The top 16 bits of an
HRESULT have specific format and meaning (you can look up documentation on
how this is organized as well).


If you call the Win32 FormatMessage API, it would decipher the Win32 error
codes into string. In fact, Visual Studio as well as Platform SDK comes
with tools (even GUI ones) that do exactly thing, and it's also pretty
trivial to write one yourself.

NET HELPMSG <id> also works for the NT error codes (not the 0x8#######
ones).

NET HELPMSG 5

Access is denied.


--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"keith" <keith.RemoveThis@alh.com> wrote in message
news:eT4IjiraEHA.2340@TK2MSFTNGP09.phx.gbl...
All,

Does anyone know where I could find the descriptions of values found in the
sc-win32-status field of the IIS log file? You would think that I could
search the help or technical docs for "sc-win32-status" and the non-zero
value from the log file, and find my answer. But no, that would be too
easy!

Seriously, does such a table or reference exist? If so, could some kind
soul provide a link to it?

Keith

 >> Stay informed about: Description of sc-win32-status values 
Back to top
Login to vote
lists

External


Since: Apr 22, 2004
Posts: 390



(Msg. 3) Posted: Sat Jul 17, 2004 2:20 pm
Post subject: Re: Description of sc-win32-status values [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 15 Jul 2004 15:11:07 -0700, keith wrote:
 >=A0All,
 >
 >
 >=A0Does anyone know where I could find the descriptions of values
 >=A0found in the sc-win32-status field of the IIS log file? =A0You would
 >=A0think that I could search the help or technical docs for "sc-win32-
 >=A0status" and the non-zero value from the log file, and find my
 >=A0answer. =A0But no, that would be too easy!
 >
 >=A0Seriously, does such a table or reference exist? =A0If so, could some
 >=A0kind soul provide a link to it?
 >
 >=A0Keith

Try search engine or analog.cx they may have some information over there.=
Get on their list and ask them.

John Cesta

---------------------------------
The CPU Checker - Maximize Server Uptime
LogFileManager - The only IIS Logfile Management Tool
DomainReportIt PRO - Helps Convert IIS Installs
<a style='text-decoration: underline;' href="http://www.serverautomationtools.com" target="_blank">http://www.serverautomationtools.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Description of sc-win32-status values 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]