Ask a Question related to ASP Database, Design and Development.
-
Chad #1
IIS not returning data
Got a very strange IIS 5.0 sp3 problem. Basically after
a restart, everything works as expect. We have a very
large report that will return enough data to the client
that the IE process will increase to over 300 meg in
memory. Again this is not a problem after the IIS server
is restarted. The problem we run into is after the IIS
box has been up for a few weeks, and we attempt to run
this report, the report never completes. I can run a
trace on the SQL server and see all of the transaction
completing - including some audit updates we put in the
asp code to track page performance - but the server never
returns data to the client. As a mater of fact, we have
ran network traces between the IIS and the client and it
never sends a packet - other than the ping I was using to
make sure the network trace was workiing. The IIS server
has no pages in queue and reports no errors in the log or
event viewer. Is there something that I am missing? Is
there some sort of problem with large data sets I should
be aware of?
Thanks in advance,
Chad
Chad Guest
-
CFSTAT Not Returning Data
On a dual-processor Windows 200 Server, we upgraded from CF MX 6.1 to MX 7. Even though CFSTAT is enabled in the CF Admin, it will no longer return... -
need help returning webservice data in arraylist...
hi there, i have a webservice which my function calls a database( eg. customer table), what i have is my own Customer class, and i want to return... -
Returning unicode and oem data through a DataSet >>??
Hi all. I have a webservice that returns some data from an SQL backend which contains international data but when this is shown on the web... -
Need help returning data from a vb.net webservice please
My task seems simple: I want to create a vb.net webservice and consume it with a client created in Macromedia FlashMX. Let's get this out of the... -
Problem returning data with a stored procedure
I have an ASP calling a stored procedure to return a recordset. The stored procedure quires another server for part of the data being returned... -
Frogbčrt #2
Re: IIS not returning data
I've seen this behaviour before with a machine that leaked memory.
Eventually, the system would hit a certain point (arbitrary) of memory usage
and would simply stop processing the query without any error messages. Check
your code for dirty object handling. You say the IE process takes 300Mb, but
what about Inetinfo and DLLHost on the server?
Robert
"Chad" <chade@jdbyrider.com> wrote in message
news:030801c36e7a$4811d6e0$a501280a@phx.gbl...> Got a very strange IIS 5.0 sp3 problem. Basically after
> a restart, everything works as expect. We have a very
> large report that will return enough data to the client
> that the IE process will increase to over 300 meg in
> memory. Again this is not a problem after the IIS server
> is restarted. The problem we run into is after the IIS
> box has been up for a few weeks, and we attempt to run
> this report, the report never completes. I can run a
> trace on the SQL server and see all of the transaction
> completing - including some audit updates we put in the
> asp code to track page performance - but the server never
> returns data to the client. As a mater of fact, we have
> ran network traces between the IIS and the client and it
> never sends a packet - other than the ping I was using to
> make sure the network trace was workiing. The IIS server
> has no pages in queue and reports no errors in the log or
> event viewer. Is there something that I am missing? Is
> there some sort of problem with large data sets I should
> be aware of?
>
>
> Thanks in advance,
>
> Chad
Frogbčrt Guest
-
Chad #3
IIS not returning data
Thank you both for your posts. I am not a programmer so
I will have to check with the devel staff regrading their
connections as well as look at the iis and dllhost
processs to see what their memory utilization is. I will
post more information when I have it. Thank you for your
help
Chad
server>-----Original Message-----
>Got a very strange IIS 5.0 sp3 problem. Basically after
>a restart, everything works as expect. We have a very
>large report that will return enough data to the client
>that the IE process will increase to over 300 meg in
>memory. Again this is not a problem after the IISnever>is restarted. The problem we run into is after the IIS
>box has been up for a few weeks, and we attempt to run
>this report, the report never completes. I can run a
>trace on the SQL server and see all of the transaction
>completing - including some audit updates we put in the
>asp code to track page performance - but the serverto>returns data to the client. As a mater of fact, we have
>ran network traces between the IIS and the client and it
>never sends a packet - other than the ping I was usingserver>make sure the network trace was workiing. The IISor>has no pages in queue and reports no errors in the log>event viewer. Is there something that I am missing? Is
>there some sort of problem with large data sets I should
>be aware of?
>
>
>Thanks in advance,
>
>Chad
>.
>Chad Guest



Reply With Quote

