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.
Thanks for giving best support to my previous posts.
Here, I have come up with another issue which am facing.
Am getting below error message when i run webfocus report from J2EE home page.
"The WebFocus server might be down or the Persistent Cookie associated with request to communicate with WebFocus server might be invalid or expired: null".
and issue is exists only in QA environment not in DEV. Any needful advice for the issue?
Go to IE Tools-> Intenet Options,then go to Privacy Tab. Click on Advanced tab. Then click on "Overide automatic cookie handling". Then you can specify prompting for cookies. You should see the cookies displayed and in some cases the values of the cookies are encrypted and in other cases they are not.
Basic troubleshooting is to restart all the services and clear the caches etc..
-Rifaz
WebFOCUS 7.7.x and 8.x
Posts: 406 | Location: India | Registered: June 13, 2013
Originally posted by csmathan: Am getting below error message when i run webfocus report from J2EE home page.
No idea what you mean there; what do you call the J2EE home page?
My guess is that your report runs with ERROROUT = ON and that you're tripping an error that isn't handled well by the WF server. Try SET ERROROUT = OFF and inserting some -EXIT statements into your code until you don't get that error any more.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Hi Virtuoso, J2EE home page means, report (launch or parameter or dashboard) page was not developed in WebFocus, it was developed in Java. Just we are linking the WebFocus reports into that. My WebFocus report doen't has ERROROUT=ON command.