Hi Allen,
Based on what I heard from one of our senior consultants, it would help if you could provide answers to the following questions:
* Are you using CGI or servlet
* Are you getting a CGI timeout or a browser timeout
* Is the browser timeout default still 5 minutes or has it been increased
* Please explain in detail how is the webviewer not working
We could simulate the webviewer by creating multiple reports that goto PDF output. However, it won't be exact. Each report would be small enough not to time out.
This should work but it would be more helpful if we knew what type of data and how many records being reported off of as well as expected in the answer set.
TABLE FILE CAR
PRINT CAR BY COUNTRY
WHERE COUNTRY EQ 'ENGLAND'
ON TABLE PCHOLD FORMAT PDF OPEN
END
-RUN
SET FOCFIRSTPAGE=&FOCNEXTPAGE
TABLE FILE CAR
PRINT CAR BY COUNTRY
WHERE COUNTRY EQ 'FRANCE'
ON TABLE PCHOLD FORMAT PDF
END
-RUN
SET FOCFIRSTPAGE=&FOCNEXTPAGE
TABLE FILE CAR
PRINT CAR BY COUNTRY PAGE-BREAK
WHERE COUNTRY NE 'FRANCE' OR 'ENGLAND'
ON TABLE PCHOLD FORMAT PDF CLOSE
END
The above breaks the report below into 3 separate reports:
SET WEBVIEWER=ON
TABLE FILE CAR
PRINT CAR BY COUNTRY PAGE-BREAK
END
Hope this helps.
Cheers,
Kerry