RPC server is not available message gone by clicking refresh butto

RPC server is not available message gone by clicking refresh butto

am 06.07.2007 18:50:01 von bettys

Hi all,
I am frequently bothered by a message on our web site(.asp web page).
Sometimes when I open a page, it displays a message like
"RPC server is not avaiable",
but when I click refresh button of web browser, it's gone and the page just
display fine. Our server is windows 2000 server. And I am baffled by this
message for quite a while and don't know where I can start to fix it.
Our database server is the same as web server, some time it gives error
message like this :
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionWrite (send()).
when you try to open .asp web page, when I refresh the browser, it just
display fine. I guess these two error message come from the same problem. But
I just don't have any clue.

Would you shed a light on me?
Thank you.
Betty
--
Betty

Re: RPC server is not available message gone by clicking refresh butto

am 09.07.2007 17:49:37 von patfilot

Most likely one (or more) of the ASP worker threads has had some of its data
structures corrupted. So when a request is serviced by one of the 'bad'
threads you get that message, when it is serviced by another thread you
don't.

Cycling the host process (no need for reboot) resets all of the threads.
Tracking down the culprit can be very, very difficult.


Pat

"c676228" wrote in message
news:14B45FC3-A663-4C5F-A7DC-536179CA2A61@microsoft.com...
> Hi all,
> I am frequently bothered by a message on our web site(.asp web page).
> Sometimes when I open a page, it displays a message like
> "RPC server is not avaiable",
> but when I click refresh button of web browser, it's gone and the page
> just
> display fine. Our server is windows 2000 server. And I am baffled by this
> message for quite a while and don't know where I can start to fix it.
> Our database server is the same as web server, some time it gives error
> message like this :
> [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionWrite
> (send()).
> when you try to open .asp web page, when I refresh the browser, it just
> display fine. I guess these two error message come from the same problem.
> But
> I just don't have any clue.
>
> Would you shed a light on me?
> Thank you.
> Betty
> --
> Betty