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     [SOLVED] Managed Reporting - Frameset issue

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Managed Reporting - Frameset issue
 Login/Join
 
Silver Member
posted
Fairly new to WF/MR.

I've set up a tab (Page) in BID which references an htm file only containing a frameset tag. I've referenced the address for the frames simply by the file names - these htm files are placed in the same folder in MR, are openable from within Dev Studio.

However, it looks like the BID is looking for the frame files in a different directory, even though (in theory) a lack of an explicitly defined path should mean "same directory."

Has anyone done their own frameset from within BID where they're keeping the frame pages within the MR folders rather than referencing an external url?

Frameset tag page:
 <html>

<frameset cols="25%,*">
  <frame src="menu_frame.htm" name="menuframe">
  <frame src="output_frame.htm" name="outputframe">
</frameset>

</html>
 


Error message returned when trying to access
 HTTP Status 404 - /ibi_apps/menu_frame.htm

type Status report

message /ibi_apps/menu_frame.htm

description The requested resource (/ibi_apps/menu_frame.htm) is not available.
Apache Tomcat/5.5.20 

This message has been edited. Last edited by: Keith MacDonald,


WebFOCUS & DataMigrator 7.7.03M
Windows 2003, Windows 2008 x64
 
Posts: 35 | Registered: May 11, 2011Report This Post
Silver Member
posted Hide Post
As some additional notes...

"Run" from dev studio produces same issue.

http://server:8080/approot/your_path/nnnn.htm works.

Seems to be related to the way WF is serving the pages...


WebFOCUS & DataMigrator 7.7.03M
Windows 2003, Windows 2008 x64
 
Posts: 35 | Registered: May 11, 2011Report This Post
Virtuoso
posted Hide Post
quote:
src="menu_frame.htm"


That indicates the htm file is located on the webserver; in dev studio that corresponds to

WebFocus Environmants | servername | Web Applications

Since it's not there, when your browser calls for it the result is a 404 - page not found.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Silver Member
posted Hide Post
Noted - although I wasn't able to load pages via a non-explicit reference in that area.

Is the most correct method then to reference http://server:8080/approot/appname/page.htm from the frameset?


WebFOCUS & DataMigrator 7.7.03M
Windows 2003, Windows 2008 x64
 
Posts: 35 | Registered: May 11, 2011Report This Post
Expert
posted Hide Post
You should be able to use relative paths by specifying it like this:
../../approot/appname/page.htm


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
Expert
posted Hide Post
Tested and works.


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
Silver Member
posted Hide Post
Thanks, that helps a lot, actually solves that one. Thanks folks


WebFOCUS & DataMigrator 7.7.03M
Windows 2003, Windows 2008 x64
 
Posts: 35 | Registered: May 11, 2011Report This Post
Expert
posted Hide Post
Good to know. Welcome to WebFOCUS and FocalPoint.


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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Managed Reporting - Frameset issue

Copyright © 1996-2020 Information Builders