decoding iis log error
am 10.10.2007 16:59:02 von jasoni am troubleshooting why the iisadmpwd funtionality is failing.
this is the error i see in iis log, how do i decode this into something
useful?
200 0 0 899 724 11265
thanks
i am troubleshooting why the iisadmpwd funtionality is failing.
this is the error i see in iis log, how do i decode this into something
useful?
200 0 0 899 724 11265
thanks
Hello,
What are the headers? Which value is which?
I have a feeling that 200 is the status code, 0 is the substatus code and
0 is the scwin32 status code. If that is true, then there does not seem to
be anything wrong.
I am however not sure, and i need to know which value is which to be able
to say for sure.
What do you mean by failing?
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Jason wrote:
>i am troubleshooting why the iisadmpwd funtionality is failing.
>this is the error i see in iis log, how do i decode this into something
>useful?
>
>200 0 0 899 724 11265
>
>thanks
Your right, 200 means not a problem, but the password change app is not
working, not sure where else to look for error.
We are using iisadmpwd and when people use this password change
functionality for some domains, the message it returns on the screen is.
Error: Object required
any ideas on where to dig?
"Kristofer Gafvert" wrote:
> Hello,
>
> What are the headers? Which value is which?
>
> I have a feeling that 200 is the status code, 0 is the substatus code and
> 0 is the scwin32 status code. If that is true, then there does not seem to
> be anything wrong.
>
> I am however not sure, and i need to know which value is which to be able
> to say for sure.
>
> What do you mean by failing?
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Jason wrote:
>
> >i am troubleshooting why the iisadmpwd funtionality is failing.
> >this is the error i see in iis log, how do i decode this into something
> >useful?
> >
> >200 0 0 899 724 11265
> >
> >thanks
>
header info
sc-status 200
sc-substatus 0
sc-win32-status 0
sc-bytes 899
cs-bytes 724
time-taken 11265
"Kristofer Gafvert" wrote:
> Hello,
>
> What are the headers? Which value is which?
>
> I have a feeling that 200 is the status code, 0 is the substatus code and
> 0 is the scwin32 status code. If that is true, then there does not seem to
> be anything wrong.
>
> I am however not sure, and i need to know which value is which to be able
> to say for sure.
>
> What do you mean by failing?
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Jason wrote:
>
> >i am troubleshooting why the iisadmpwd funtionality is failing.
> >this is the error i see in iis log, how do i decode this into something
> >useful?
> >
> >200 0 0 899 724 11265
> >
> >thanks
>
Your error happens at the application layer. The IIS log information,
while interesting, will not be relevant since it is at the IO layer,
not application layer.
"Object required" usually implies that the code is using some property
of an object, but the object is NULL and failed to instantiate. You
are interested in why the object failed to instantiate, but that
failure is not logged anywhere because IISADMPWD does not do it.
Yes, what is logged is useless, and what needs to be logged is not.
Such is life - if we know ahead of time what is going to fail, then it
probably wouldn't fail.
I find the fact that the request took 11.265 seconds to be concerning.
Perhaps the object that failed to be created is related to the AD, and
you had some AD access issue preventing IISADMPWD from working.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Oct 10, 11:23 am, Jason
> header info
> sc-status 200
> sc-substatus 0
> sc-win32-status 0
> sc-bytes 899
> cs-bytes 724
> time-taken 11265
>
>
>
> "Kristofer Gafvert" wrote:
> > Hello,
>
> > What are the headers? Which value is which?
>
> > I have a feeling that 200 is the status code, 0 is the substatus code and
> > 0 is the scwin32 status code. If that is true, then there does not seem to
> > be anything wrong.
>
> > I am however not sure, and i need to know which value is which to be able
> > to say for sure.
>
> > What do you mean by failing?
>
> > --
> > Regards,
> > Kristofer Gafvert
> >http://www.gafvert.info/iis/- IIS Related Info
>
> > Jason wrote:
>
> > >i am troubleshooting why the iisadmpwd funtionality is failing.
> > >this is the error i see in iis log, how do i decode this into something
> > >useful?
>
> > >200 0 0 899 724 11265
>
> > >thanks- Hide quoted text -
>
> - Show quoted text -
Hi Jason,
The problem is most likely caused by iispwchg.dll is not registered on the
server correctly, especially on an X64 machine. Please refer to the
following articles:
894825 Troubleshoot problems with the Password Change pages that are
included in IIS
http://support.microsoft.com/default.aspx?scid=kb;EN-US;8948 25
937693 Error message when you try to use the Password Change pages that are
included with IIS 6.0 to change a domain password that is expired: "Error:
Object required"
http://support.microsoft.com/default.aspx?scid=kb;EN-US;9376 93
932439 Error message when you try to use Outlook Web Access in Exchange
2007 to change an expired domain password: "Error: Object required"
http://support.microsoft.com/default.aspx?scid=kb;EN-US;9324 39
Hope the info above resolves the issue.
Have a nice day.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscriptions/support/default.aspx .
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Jason,
I just want to check how the issue is going now?
Thanks.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscriptions/support/default.aspx .
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
re-registering the dll fixed it
thanks
"David Wang" wrote:
> Your error happens at the application layer. The IIS log information,
> while interesting, will not be relevant since it is at the IO layer,
> not application layer.
>
> "Object required" usually implies that the code is using some property
> of an object, but the object is NULL and failed to instantiate. You
> are interested in why the object failed to instantiate, but that
> failure is not logged anywhere because IISADMPWD does not do it.
>
> Yes, what is logged is useless, and what needs to be logged is not.
> Such is life - if we know ahead of time what is going to fail, then it
> probably wouldn't fail.
>
> I find the fact that the request took 11.265 seconds to be concerning.
> Perhaps the object that failed to be created is related to the AD, and
> you had some AD access issue preventing IISADMPWD from working.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
>
>
>
>
> On Oct 10, 11:23 am, Jason
> > header info
> > sc-status 200
> > sc-substatus 0
> > sc-win32-status 0
> > sc-bytes 899
> > cs-bytes 724
> > time-taken 11265
> >
> >
> >
> > "Kristofer Gafvert" wrote:
> > > Hello,
> >
> > > What are the headers? Which value is which?
> >
> > > I have a feeling that 200 is the status code, 0 is the substatus code and
> > > 0 is the scwin32 status code. If that is true, then there does not seem to
> > > be anything wrong.
> >
> > > I am however not sure, and i need to know which value is which to be able
> > > to say for sure.
> >
> > > What do you mean by failing?
> >
> > > --
> > > Regards,
> > > Kristofer Gafvert
> > >http://www.gafvert.info/iis/- IIS Related Info
> >
> > > Jason wrote:
> >
> > > >i am troubleshooting why the iisadmpwd funtionality is failing.
> > > >this is the error i see in iis log, how do i decode this into something
> > > >useful?
> >
> > > >200 0 0 899 724 11265
> >
> > > >thanks- Hide quoted text -
> >
> > - Show quoted text -
>
>
>
Jason,
Glad to hear the problem has been resolved.
Have a great day.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscriptions/support/default.aspx .
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.