I have 2 windows 2003 server with the anonymous users that are growing after
while asp doesn't response anymore and i have to do a IISRESET to make it
work again.

after the reset it works for +-10 h and then again the same.
Can somone help me on this?

Re: anonymous users growing by me

me
Tue Oct 19 03:16:22 CDT 2004

Do you have an application that uses an Access database? If so then there is
a fix for that. I had the exact same problem I called MS opened a ticket was
sent the fix. It worked.

"Kristof" <kristof.gooris@gmail.com> wrote in message
news:OGvYqKdtEHA.3016@TK2MSFTNGP12.phx.gbl...
> I have 2 windows 2003 server with the anonymous users that are growing
after
> while asp doesn't response anymore and i have to do a IISRESET to make it
> work again.
>
> after the reset it works for +-10 h and then again the same.
> Can somone help me on this?
>
>



Re: anonymous users growing by kristof

kristof
Tue Oct 19 08:39:01 CDT 2004

There are several sites on this server. It is a shared hosting server.
There are sites using odbc and access and mssql server connections.

Do I need to pay for the fix?


"me" wrote:

> Do you have an application that uses an Access database? If so then there is
> a fix for that. I had the exact same problem I called MS opened a ticket was
> sent the fix. It worked.
>
> "Kristof" <kristof.gooris@gmail.com> wrote in message
> news:OGvYqKdtEHA.3016@TK2MSFTNGP12.phx.gbl...
> > I have 2 windows 2003 server with the anonymous users that are growing
> after
> > while asp doesn't response anymore and i have to do a IISRESET to make it
> > work again.
> >
> > after the reset it works for +-10 h and then again the same.
> > Can somone help me on this?
> >
> >
>
>
>

Re: anonymous users growing by jeff

jeff
Tue Oct 19 09:44:50 CDT 2004

On Tue, 19 Oct 2004 13:50:43 +0200, "Kristof"
<kristof.gooris@gmail.com> wrote:

>I have 2 windows 2003 server with the anonymous users that are growing after
>while asp doesn't response anymore and i have to do a IISRESET to make it
>work again.
>
>after the reset it works for +-10 h and then again the same.
>Can somone help me on this?

Are you saying the server isn't dropping sessions? I'm not sure what
you mean by anonymous users "growing". Is this a single site,
multiple sites, cluster, etc.? Have you changed any timeouts from
defaults? Have you tried running IISState to see if there is a
runaway app or something else causing the hang? Does the server
involve other software such as SQL or Exchange?

Jeff

Re: anonymous users growing by kristof

kristof
Thu Oct 21 08:43:08 CDT 2004

euhm I hade run it and it seems to be a problem with the jet engine

I patched the computer with the patch from ms and @ the moment it is ok

I have a other server where the current anonymous users are growing also but
when I do a IISSTATE on this server i don't see any jet errors.

This is a server fresh install with IIS software
There is no exchange no dns no mail only webservice like http and ftp

IIS state says the following:

Thread ID: 11
System Thread ID: 10f4
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Possible ASP page. Possible DCOM activity
Executing Page: ASP.dll symbols not found. Unable to locate ASP page.
Continuing with other analysis.

No remote call being made

# ChildEBP RetAddr
00 0232feb4 77f430c7 SharedUserData!SystemCallStub+0x4
01 0232feb8 77e430bc ntdll!ZwRemoveIoCompletion+0xc
02 0232fee4 77c80bd1 kernel32!GetQueuedCompletionStatus+0x27
03 0232ff20 77c80a78 RPCRT4!COMMON_ProcessCalls+0x9f
04 0232ff8c 77c58159 RPCRT4!LOADABLE_TRANSPORT::ProcessIOEvents+0x115
05 0232ff90 77c60771 RPCRT4!ProcessIOEventsWrapper+0x9
06 0232ffb0 77c60857 RPCRT4!BaseCachedThreadRoutine+0x9c
07 0232ffb8 77e4a990 RPCRT4!ThreadStartRoutine+0x17
08 0232ffec 00000000 kernel32!BaseThreadStart+0x34

from these I see a lot of

there are also some waits in it also

like this one :

Thread ID: 35
System Thread ID: 12ac
Kernel Time: 0:0:0.328
User Time: 0:0:0.0
Thread Status: Thread is in a WAIT state.
Thread Type: Other
# ChildEBP RetAddr
00 016dfcec 77f4372d SharedUserData!SystemCallStub+0x4
01 016dfcf0 77f75297 ntdll!NtWaitForMultipleObjects+0xc
02 016dffb8 77e4a990 ntdll!RtlpWaitThread+0x158
03 016dffec 00000000 kernel32!BaseThreadStart+0x34

Do you now what this can be?


"Jeff Cochran" wrote:

> On Tue, 19 Oct 2004 13:50:43 +0200, "Kristof"
> <kristof.gooris@gmail.com> wrote:
>
> >I have 2 windows 2003 server with the anonymous users that are growing after
> >while asp doesn't response anymore and i have to do a IISRESET to make it
> >work again.
> >
> >after the reset it works for +-10 h and then again the same.
> >Can somone help me on this?
>
> Are you saying the server isn't dropping sessions? I'm not sure what
> you mean by anonymous users "growing". Is this a single site,
> multiple sites, cluster, etc.? Have you changed any timeouts from
> defaults? Have you tried running IISState to see if there is a
> runaway app or something else causing the hang? Does the server
> involve other software such as SQL or Exchange?
>
> Jeff
>