W2K SP4 / SQL, FAST ASP/SQL APP NOW ONLY WORKS ON SMALL AMOUNTS OF RETURN DATA.

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

  1. #1

    Default W2K SP4 / SQL, FAST ASP/SQL APP NOW ONLY WORKS ON SMALL AMOUNTS OF RETURN DATA.


    Good Evening All.

    I upgraded to SP4. Immediately I noticed that my ASP
    sql 2000 database application was only returning small
    amounts of data. Larger amounts of data (50 records)
    would time out.

    I removed SP4 and went back to SP3. Still issues.
    I re-applied SP3, still issues.
    I updated to MDAC 2.8, still issues.
    I reloaded the security database, still issues.

    The bummer is that it is not broken, no errors are being
    logged. Checked system, applications, sql, web logs...
    Nothing. Page just times out. I view the source of the
    page as it is being generated and it is ok, the process
    just does not complete.

    The processing time is not excessive.

    Any help would be greately appreciated.

    Thanks in advance.
    Grosch
    Grosch Guest

  2. Similar Questions and Discussions

    1. Storing large amounts of data in one field
      I have a Cold Fusion front end where I want to populate a MySql database with archive information. The front end puts in status and I then copy the...
    2. Retrieving large amounts of data
      Why can I only retrieve and display 67,000 characters from a db column (text data type) that contains over 100,000+ characters?:confused;
    3. $$$$ Large Return for small Investment $$$
      Follow the directions below and in two weeks you'll have up to $20000.00 in your PayPal account. There is a very high rate of participation in the...
    4. fitting large amounts of data onto CDs
      if one has a fairly large (perhaps a gig or two) tree of source, etc. that needs to go onto a cd, is there a common trick/tool/etc. for dividing...
    5. How can I pass large amounts of data from a form?
      If I use a form to pass data (say, for example, through a textbox) the data seems to be limited to somewhat smaller amounts. What should I do if I...
  3. #2

    Default Re: W2K SP4 / SQL, FAST ASP/SQL APP NOW ONLY WORKS ON SMALL AMOUNTS OF RETURN DATA.

    What is "timing out"?

    The ASP script -or- the SQL Server command?

    Cheers
    Ken

    "Grosch" <grosch@javatown.com> wrote in message
    news:05da01c380b5$bb632a20$a301280a@phx.gbl...
    :
    : Good Evening All.
    :
    : I upgraded to SP4. Immediately I noticed that my ASP
    : sql 2000 database application was only returning small
    : amounts of data. Larger amounts of data (50 records)
    : would time out.
    :
    : I removed SP4 and went back to SP3. Still issues.
    : I re-applied SP3, still issues.
    : I updated to MDAC 2.8, still issues.
    : I reloaded the security database, still issues.
    :
    : The bummer is that it is not broken, no errors are being
    : logged. Checked system, applications, sql, web logs...
    : Nothing. Page just times out. I view the source of the
    : page as it is being generated and it is ok, the process
    : just does not complete.
    :
    : The processing time is not excessive.
    :
    : Any help would be greately appreciated.
    :
    : Thanks in advance.
    : Grosch


    Ken Schaefer Guest

  4. #3

    Default Re: W2K SP4 / SQL, FAST ASP/SQL APP NOW ONLY WORKS ON SMALL AMOUNTS OF RETURN DATA.

    Thanks for a rapid response.
    Looks like the ASP script. If I look at the source
    I see the partially completed output.

    Please note that this was working 100% before the SP4
    patch was installed and is still working 100% on the local
    machine. I am only having problems with external internet
    access. My local connection is broadband. I am able to
    access other internet sites with out any problems.
    >-----Original Message-----
    >What is "timing out"?
    >
    >The ASP script -or- the SQL Server command?
    >
    >Cheers
    >Ken
    >
    >"Grosch" <grosch@javatown.com> wrote in message
    >news:05da01c380b5$bb632a20$a301280a@phx.gbl...
    >:
    >: Good Evening All.
    >:
    >: I upgraded to SP4. Immediately I noticed that my ASP
    >: sql 2000 database application was only returning small
    >: amounts of data. Larger amounts of data (50 records)
    >: would time out.
    >:
    >: I removed SP4 and went back to SP3. Still issues.
    >: I re-applied SP3, still issues.
    >: I updated to MDAC 2.8, still issues.
    >: I reloaded the security database, still issues.
    >:
    >: The bummer is that it is not broken, no errors are being
    >: logged. Checked system, applications, sql, web logs...
    >: Nothing. Page just times out. I view the source of the
    >: page as it is being generated and it is ok, the process
    >: just does not complete.
    >:
    >: The processing time is not excessive.
    >:
    >: Any help would be greately appreciated.
    >:
    >: Thanks in advance.
    >: Grosch
    >
    >
    >.
    >
    Grosch Guest

  5. #4

    Default Re: W2K SP4 / SQL, FAST ASP/SQL APP NOW ONLY WORKS ON SMALL AMOUNTS OF RETURN DATA.

    No, that's not how you determine where the timeout is occurring. You need to
    look at the error message.

    Bob Barrows

    Grosch wrote:
    > Thanks for a rapid response.
    > Looks like the ASP script. If I look at the source
    > I see the partially completed output.
    >
    > Please note that this was working 100% before the SP4
    > patch was installed and is still working 100% on the local
    > machine. I am only having problems with external internet
    > access. My local connection is broadband. I am able to
    > access other internet sites with out any problems.
    >
    >> -----Original Message-----
    >> What is "timing out"?
    >>
    >> The ASP script -or- the SQL Server command?
    >>
    >> Cheers
    >> Ken
    >>
    >> "Grosch" <grosch@javatown.com> wrote in message
    >> news:05da01c380b5$bb632a20$a301280a@phx.gbl...
    >>>
    >>> Good Evening All.
    >>>
    >>> I upgraded to SP4. Immediately I noticed that my ASP
    >>> sql 2000 database application was only returning small
    >>> amounts of data. Larger amounts of data (50 records)
    >>> would time out.
    >>>
    >>> I removed SP4 and went back to SP3. Still issues.
    >>> I re-applied SP3, still issues.
    >>> I updated to MDAC 2.8, still issues.
    >>> I reloaded the security database, still issues.
    >>>
    >>> The bummer is that it is not broken, no errors are being
    >>> logged. Checked system, applications, sql, web logs...
    >>> Nothing. Page just times out. I view the source of the
    >>> page as it is being generated and it is ok, the process
    >>> just does not complete.
    >>>
    >>> The processing time is not excessive.
    >>>
    >>> Any help would be greately appreciated.
    >>>
    >>> Thanks in advance.
    >>> Grosch
    >>
    >>
    >> .

    Bob Barrows Guest

  6. #5

    Default Re: W2K SP4 / SQL, FAST ASP/SQL APP NOW ONLY WORKS ON SMALL AMOUNTS OF RETURN DATA.

    There is is no error.
    Not in the server logs, Not in the SQL ser ver logs
    Not in the windows 2000 Application and System logs.

    The time out is like a webpage time out where dns is bad.
    In my case DNS works the database works on short querries.
    It appears that on larger quierries > 20 rows the thing
    hangs up.
    >-----Original Message-----
    >No, that's not how you determine where the timeout is
    occurring. You need to
    >look at the error message.
    >
    >Bob Barrows
    >
    >Grosch wrote:
    >> Thanks for a rapid response.
    >> Looks like the ASP script. If I look at the source
    >> I see the partially completed output.
    >>
    >> Please note that this was working 100% before the SP4
    >> patch was installed and is still working 100% on the
    local
    >> machine. I am only having problems with external
    internet
    >> access. My local connection is broadband. I am able to
    >> access other internet sites with out any problems.
    >>
    >>> -----Original Message-----
    >>> What is "timing out"?
    >>>
    >>> The ASP script -or- the SQL Server command?
    >>>
    >>> Cheers
    >>> Ken
    >>>
    >>> "Grosch" <grosch@javatown.com> wrote in message
    >>> news:05da01c380b5$bb632a20$a301280a@phx.gbl...
    >>>>
    >>>> Good Evening All.
    >>>>
    >>>> I upgraded to SP4. Immediately I noticed that my ASP
    >>>> sql 2000 database application was only returning small
    >>>> amounts of data. Larger amounts of data (50 records)
    >>>> would time out.
    >>>>
    >>>> I removed SP4 and went back to SP3. Still issues.
    >>>> I re-applied SP3, still issues.
    >>>> I updated to MDAC 2.8, still issues.
    >>>> I reloaded the security database, still issues.
    >>>>
    >>>> The bummer is that it is not broken, no errors are
    being
    >>>> logged. Checked system, applications, sql, web
    logs...
    >>>> Nothing. Page just times out. I view the source of
    the
    >>>> page as it is being generated and it is ok, the
    process
    >>>> just does not complete.
    >>>>
    >>>> The processing time is not excessive.
    >>>>
    >>>> Any help would be greately appreciated.
    >>>>
    >>>> Thanks in advance.
    >>>> Grosch
    >>>
    >>>
    >>> .
    >
    >
    >.
    >
    Grosch Guest

  7. #6

    Default Re: W2K SP4 / SQL, FAST ASP/SQL APP NOW ONLY WORKS ON SMALL AMOUNTS OF RETURN DATA.

    Oh, you're not letting it go until it times out.

    You really need to do some debugging to determine where the hangup is
    occurring. Put some response.write's at various points in the server-side
    code so you get some reporting about what is actually happening (you will
    probably have to turn the Buffer off if you have it on). You need to
    determine which line of code is causing the hangup (if it is a single line
    of code, that is).

    If it turns out that the query is taking that long, then you need to debug
    and optimize the query, using Query Analyzer. You can get some help with
    this over at m.p.sqlserver.programming.

    HTH,
    Bob Barrows

    Grosch wrote:
    > There is is no error.
    > Not in the server logs, Not in the SQL ser ver logs
    > Not in the windows 2000 Application and System logs.
    >
    > The time out is like a webpage time out where dns is bad.
    > In my case DNS works the database works on short querries.
    > It appears that on larger quierries > 20 rows the thing
    > hangs up.
    >
    >> -----Original Message-----
    >> No, that's not how you determine where the timeout is occurring. You
    >> need to look at the error message.
    >>
    >> Bob Barrows
    >>
    >> Grosch wrote:
    >>> Thanks for a rapid response.
    >>> Looks like the ASP script. If I look at the source
    >>> I see the partially completed output.
    >>>
    >>> Please note that this was working 100% before the SP4
    >>> patch was installed and is still working 100% on the local
    >>> machine. I am only having problems with external internet
    >>> access. My local connection is broadband. I am able to
    >>> access other internet sites with out any problems.
    >>>
    >>>> -----Original Message-----
    >>>> What is "timing out"?
    >>>>
    >>>> The ASP script -or- the SQL Server command?
    >>>>
    >>>> Cheers
    >>>> Ken
    >>>>
    >>>> "Grosch" <grosch@javatown.com> wrote in message
    >>>> news:05da01c380b5$bb632a20$a301280a@phx.gbl...
    >>>>>
    >>>>> Good Evening All.
    >>>>>
    >>>>> I upgraded to SP4. Immediately I noticed that my ASP
    >>>>> sql 2000 database application was only returning small
    >>>>> amounts of data. Larger amounts of data (50 records)
    >>>>> would time out.
    >>>>>
    >>>>> I removed SP4 and went back to SP3. Still issues.
    >>>>> I re-applied SP3, still issues.
    >>>>> I updated to MDAC 2.8, still issues.
    >>>>> I reloaded the security database, still issues.
    >>>>>
    >>>>> The bummer is that it is not broken, no errors are being
    >>>>> logged. Checked system, applications, sql, web logs...
    >>>>> Nothing. Page just times out. I view the source of the
    >>>>> page as it is being generated and it is ok, the process
    >>>>> just does not complete.
    >>>>>
    >>>>> The processing time is not excessive.
    >>>>>
    >>>>> Any help would be greately appreciated.
    >>>>>
    >>>>> Thanks in advance.
    >>>>> Grosch
    >>>>
    >>>>
    >>>> .
    >>
    >>
    >> .

    Bob Barrows Guest

  8. #7

    Default Re: W2K SP4 / SQL, FAST ASP/SQL APP NOW ONLY WORKS ON SMALL AMOUNTS OF RETURN DATA.

    Ouch. 3.5 hours on hold for MS support to find it was my local
    development machine with SP4. The removal on the production server was
    ok. I was so close to the problem that I didn't realize every thing
    worked on the production server via PC-Any where.

    Thanks to all for your input. It was the dreaded SQL/SP4 server problem
    just on the client machine.



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    . Grosch 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