E
Eric Wright
I cannot find any information about what might cause this error, hope someone
here can help.
I am testing our new servers, windows server 2003 with a SQL Server database.
There is an ASP page that accepts a date range and creates an html table for
display. The result set could range from a few rows to tens of thousands.
When a small record set is created, (something less than 5600-5700 rows) the
page works fine. The banner, headings and navigation bar and resulting data
display just fine. If a larger result set is created, (>5700 rows) the
resulting page that displays is garbled because all of the html from the top
of the source is missing. No banner, headings, nav bar or about the first
several thousand rows of data.
If you view the source, it looks as if the top 20,000+ lines have been
deleted. What is displayed is the html from the middle of my loop that
formats the data into the html display. The data it starts with is about
4700 rows into the result set. (Verified by running the stored procedure in
Query analyzer.)
Where it starts displaying data from is not data specific. If I try
different data ranges, it will start displaying at different places. Where
is starts displaying the html is not always the same either, (from within the
loop of the record set.) If I narrow the date range until it gets less than
5700 rows, the page will display fine.
If the page was getting truncated at the bottom, it might make more sense.
I made a test page that executed the stored procedure with a big date range
and just looped and wrote out data unformated. It ran fine. Displaying a
result set of around 6000 rows.
On our current production server (windows NT), the page works fine.
Any ideas on what could be causing the top of the page to disappear??? Are
there server or IIS settings that could cause this??
Thanks in advance.
here can help.
I am testing our new servers, windows server 2003 with a SQL Server database.
There is an ASP page that accepts a date range and creates an html table for
display. The result set could range from a few rows to tens of thousands.
When a small record set is created, (something less than 5600-5700 rows) the
page works fine. The banner, headings and navigation bar and resulting data
display just fine. If a larger result set is created, (>5700 rows) the
resulting page that displays is garbled because all of the html from the top
of the source is missing. No banner, headings, nav bar or about the first
several thousand rows of data.
If you view the source, it looks as if the top 20,000+ lines have been
deleted. What is displayed is the html from the middle of my loop that
formats the data into the html display. The data it starts with is about
4700 rows into the result set. (Verified by running the stored procedure in
Query analyzer.)
Where it starts displaying data from is not data specific. If I try
different data ranges, it will start displaying at different places. Where
is starts displaying the html is not always the same either, (from within the
loop of the record set.) If I narrow the date range until it gets less than
5700 rows, the page will display fine.
If the page was getting truncated at the bottom, it might make more sense.
I made a test page that executed the stored procedure with a big date range
and just looped and wrote out data unformated. It ran fine. Displaying a
result set of around 6000 rows.
On our current production server (windows NT), the page works fine.
Any ideas on what could be causing the top of the page to disappear??? Are
there server or IIS settings that could cause this??
Thanks in advance.