As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I am getting the HTTP 500 error on my report at the end of the ON TABLE PCHOLD FORMAT EXL2K. The file is quite large and will finish without error if I just ON TABLE HOLD AS holdname. I did a recordlimit and it ran without error at 280,000 and HTTP 500 error at 290,000. I have read that the only limit the Excel limit which in Excel 2007 is the pc memory limitation. Am I wrong? or is there another reason?This message has been edited. Last edited by: mitch goudy,
Mitch prod/test WF 7.6.9 WIN
Posts: 15 | Location: Orlando, FL, USA | Registered: December 03, 2003
Have you checked the app server log file (as advised by the http 500 error)? It may be that it tells you that it (the app server) exceeded the amount of memory allocated to it. If that is the case, you could try increasing the upper memory limit of the app server.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
there is no useful data to help troubleshoot the error in the log file
Which log file did he look in? Was it the IIS log file? If so, then he's correct. But he should look in the app server log file(s) - i.e. the log files of tomcat or whatever product you use that serves as application server. My guess is that the isapi log file is also quite clean, I haven't seen very much useful information in that log file, except when it can't connect iis with tomcat. And since that is not the case here, I expect this file to be of no use. Tomcat's log files however should provide the real reason for the failure. I'd have you SA look into those files.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007