Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] WF 8201 Windows 7 Listboxes not populating on Self-Serve Page

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] WF 8201 Windows 7 Listboxes not populating on Self-Serve Page
 Login/Join
 
Guru
posted
Our company upgraded from WF 8009 to 8201 and have been having numerous problems with our self-serve applications. One of the latest issues is the disappearing and reappearing of our list box content. Most of our list boxes are populated via fex programs that read data from Oracle tables that gets outputted to XML. The self-serve pages were created in WF 7.6 and were working during the 8009 upgrade. Now, with the 8201 upgrade we are having issues that we never experienced before. We have run numerous traces that have not shown any error messages or any information that points to the reason why the list box content appears and disappears sporadically. Our self-serve pages generally have about 4 list boxes. When we display the page, generally one list box is populated, the others are blank. Help! Help! Thanks.

This message has been edited. Last edited by: FP Mod Chuck,


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Virtuoso
posted Hide Post
Michele,

Can you share some sample code, it may help to find where could be the issue ?


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Virtuoso
posted Hide Post
If you change the output format of these fex programs to - for example - HTML, do you get the expected output? If not, are there any errors in the output HTML source?


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 :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Expert
posted Hide Post
I'm guessing this has nothing to do with the actual fexes that generate the XML files, but something to do with the HTML file that calls them. Actually, not really the HTML file, but how the WebFOCUS Client behaves with the HTML file. If each of the programs properly output XML when run independently, either the client is misbehaving or the JavaScript that controls the XML files is not up to scratch, specially if it was written in WebFOCUS 7.6 days.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Francis, the XML when run independently is successful. Do you have any suggestions on how we can work with IBI to determine if there is a problem with the client and/or JavaScript that controls the XML files? Or, what we need to do to fix the problem with the client and/or JavaScript. No doubt both were written in 7.6. Thanks for your feedback.


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Expert
posted Hide Post
Once in a blue moon an audit is done on our HTML pages, either hand-coded or GUI developed. This is mainly to determine how many HTTP requests are made by one page. From my past experience, most WebFOCUS related HTML pages make dozens of HTTP requests (and can be quite inefficient - WEBFOCUS 8.0.09 Portal was an example of inefficiency, allegedly), which might bog down the web server and the web browser. Perhaps some web server settings could be tweaked in the upgraded environment. Did you upgrade Apache Tomcat? Perhaps you can compare old and new environments.

Michelle, I'd take a look at this website (or others like it): HTTP Requests Checker. They suggest one should look into a page that makes more than 20 HTTP requests.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Francis, do know how we would use the link page
internally. Do we have to purchase that software? Thanks.


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Expert
posted Hide Post
Michelle, sorry, that free online tool can't handle intranet sites (I should have realized that). I'm not sure what the IT systems people would use.

For testing purposes, try eliminating a drop-down and see what happens. are any of the drop-down lists very large? Test with reduced numbers.

Also, I would take a look at Apache Tomcat settings (of which I personally know almost nothing about). If you still have the old environment around, ask the administrator to compare Tomcat environment settings - my guess is that the old environment was tweaked and the new one is at the default settings - only a wild guess.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Will do. Thanks Francis.


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Guru
posted Hide Post
I would also hit F12 on the browser to debug and look at "RemoteValues" to see header request/response etc.,
 
Posts: 289 | Location: Houston,TX | Registered: June 11, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] WF 8201 Windows 7 Listboxes not populating on Self-Serve Page

Copyright © 1996-2020 Information Builders