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, Have installed Dev studio in a machine which has windows XP as OS. Connection made to a remote reporting server. Can get into the MRE and see the reports under the domain. But while executing the reports it shows the content of an html file with all the variables as follows in the Internet Explorer as follows. It is not showing the original report output.
Can anyone help us to resolve this. Acrobat reader 7.0 and Excel 2000 are installed in the PC.
Regards, Kasi Krishnan WF 7.1.4 & WF 7.6.9: Databases - DB2, SQL Server 2000. OS: Windows & AIX
Open up Windows Explorer click on Tools Internet options click on the Advanced Tab scroll down to Security and make sure "Allow active content to run in files on My Computer"
This should run the report instead of echoing the HTML
Good Luck! Carol
WebFOCUS 7.6.6/TomCat/Win2k3
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003
I think Carol means Internet Explorer and not Windows Explorer. However, we do not have that parm set and all our content from BID and MRE shows in the browser fine.
I have had a look at the HTML code you posted (btw, when posting code use the tags [ code ] and [ /code ] without the spaces, to surround the code you post) and it looks like this -
There are a few syntax errors in this such as no closing head or body tags and the braces following the document.form.submit should be standard braces and not a combination of square and round.
So out of this code I think that the braces are probably causing you a problem (unless they are a type when you posted your code?) and also you may want to use 'app/' before your fex name.
If neither of these help then try using one of the alternatives to servlets.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
I would also be inclined to add the following two input tags -
<INPUT type=hidden value=#yourMREfoldername name ="IBIMR_folder">
<INPUT type=hidden name ="IBIAPP_app" ismre="1">
where youMREfoldername can be found by right clicking on the standard reports sub folder and selecting properties, much the same way that you would obtain the domain value.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Thank you so much Tony A and Carol. Between we contacted IBI tech support and they have goven the same resoltion given by Carol. It worked out and it is working fine now.
Thanks so much again.
Regards, Kasi Krishnan WF 7.1.4 & WF 7.6.9: Databases - DB2, SQL Server 2000. OS: Windows & AIX