IIS not returning data

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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



    >-----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 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139