We have a website that is designed in asp and extends to older java pages on a different server. We click a certain link to connect with the old site. This passes all the login cookies and transfers them to the java site server. Then a query is run on the jsp page that pulls data for a report. When we request the report to be printed it passes the information back to the parent site running in ASP with a Redirect and the HTTP request. If the query on the java side returns less than 60 items then it transfers fine. But it appears that anything over 60 causes an error, saying the DNS is not reachable. Any suggestions on what could be happening? I thought it might be a character limit in the request but even with 200 records returned we aren't exceeding the character limit. Not ruling it out though.