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 have an HTML page created in Appstudio 8202 , this page becomes blank in I.E11 and shows below warning "Codepage iso-8859-1 from (HTTP header) overrides conflicting codepage windows-1252 from (META tag)"
Please advise how to fix this issue .This message has been edited. Last edited by: FP Mod Chuck,
Not sure if this will help but double check the code page setting in the WebFOCUS client admin console. Look at the NLS settings by default it is set to 1252. Also the reporting server under the workspace tab there is also a NLS setting which by default is 1252 as well. Sounds like your html is 8859 and the default is 1252 which may be the issue.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
these HTML pages don't have any white screen issue with IE11 , iPad safaris but the page(HTML responsive) I built in 8202 app studio shows blank page in safari and I.E11. If I will reload the page it works and for next refresh it shows again white screen ,and this html page works fine in Edge Below are the meta tags for new generated HTML page ( causing issue in I. E 11)
Please advise if any workaround will help me in this case, else I will reach-out to tech support.This message has been edited. Last edited by: Chaudhary,
Possibly, IE's compatibility mode is messing things up. Changing the mode from IE=9 to IE=Edge may very well help.
Also, check that IE isn't automatically using Compatibility mode on Intranet sites - that's a checkbox in the Compatibility Settings that is on by default (preposterous!).
Why Safari on the iPad renders a blank page I don't know, and I don't think it includes developer tools to debug that. Does it behave the same on a Mac? That would allow debugging. Checking for console errors in Chrome or Firefox may also be enlightening.
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 :
That looks like some javascript fails to remove the display: hidden property. Usually that's because of a javascript error.
Check the javascript console for errors, or alternatively, undisable (just following MS's reverse logic) the options that display javascript errors in IE's advanced settings.
It won't fix the problem, but you'll at least know the cause - and that may help you fix it.
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 :
- NLS of Server of WF - NLS of Console of WF - On server.xml of TOMCAT check on Connectors URIEncoding and useBodyEncodingForURI - On TOMCAT config, tab of Java / Java Options, check if must be: -DFile.Encoding=(ur encoding).
Originally posted by Wep5622: That looks like some javascript fails to remove the display: hidden property. Usually that's because of a javascript error.
Check the javascript console for errors, or alternatively, undisable (just following MS's reverse logic) the options that display javascript errors in IE's advanced settings.
It won't fix the problem, but you'll at least know the cause - and that may help you fix it.
Wep ,I checked but did not get any java script error
I guess modern IBI javascript is not copmatible with IE9, which your HTML specifies as the latest compatible version. Is IE 9 still officially supported by IBI? (Sorry, too busy to check)
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 :