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.
Hi all, We are having a troublesome issue, and are having problems finding a resolution. We are developing locally on windows with DEV studio 7.6.10, and then pushing our code to a Linux box for integration testing. The problem is on the Linux box, when we run our reports, they complete/run fine without error, but the html image of the chart or graph is not being displayed/generated. This would appear to be some setting that is getting out of whack, but we do not know what exactly. We had initially thought it had to do with the Report Distribution Server being up/not up - but that dsoes not seem to be the case. Has anyone else experienced these issues with the Graph output on a Linux box not displaying?
thank youThis message has been edited. Last edited by: Kerry,
WebFocus Developer Studio v. 7610 MySQL/Linux All different outputs including map technology and using the DMC for our ETL process as well
Check the REDIRECT_COOKIE in cgivars.wfs The default value changed in 7.6.10 and we need to reset the value to ‘OFF’. This setting needed to be ‘OFF’ in order for WebFOCUS graphs to work.
< !WFConsole begin Cookie> WF_COOKIE_EXPIRATION=0 REDIRECT_COOKIE=OFF IBI_COOKIE_DOMAIN= IBI_COOKIE_PATH=/
Please note you will have to cycle your app server after this change.
Kevin
WF 7.6.10 / WIN-AIX
Posts: 141 | Location: Denver, CO | Registered: December 09, 2005
We use WebShere as our app server...we have to stop and start our WebFOCUS App within WS...on Tomcat, it is a matter of stopping the service, deleting the work directory, and restarting the service. Hope this helps, but I'm pretty weak when it comes to App Servers.
Kevin
WF 7.6.10 / WIN-AIX
Posts: 141 | Location: Denver, CO | Registered: December 09, 2005