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 create a report "report1"and wanted to embeded it into an HTML Web Page output.htm. the report is located in:ibisam/procedures and the html file is : ibisamp/HTML FILES
When I Launch the HTML web page i have the following error:
(FOC36225) UNABLE TO OPEN FILE REPMAJ SPECIFIED BY WEBFOCUS TABLE
The source of the "output.htm" is :
FOCUS Report <script language='javascript'> var ibiOptions = new Array("multidrill"); var focexurl = "/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&IBIC_server=EDASERVE&IBIAPP_app=IBISAMP&"; var fochtmlurl = "/ibi_html";
TABLE FILE SHORT SUM PROJECTED_RETURN BY CONTINENT HEADING "" FOOTING "" ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE HOLD AS REPMAJ FORMAT HTMTABLE ON TABLE SET HTMLCSS ON END -HTMLFORM output.htm
I am not able to figure out what is wrong.
Regards.
WebFocus 7.6.5 AND WebLogic server as web server sql2005 as database server
Posts: 273 | Location: Europe | Registered: May 31, 2007
in that case it could be as simple as not having a -RUN after the END statement. Although this does not make a difference in 764 it might in some releases.
However, Question, are you redirecting EDATEMP or APP HOLD? if you are then the file will be in the wrong place and you will either have to allocate the file directly using FILEDEF or use APP MAP to include the folder in the APP PATH.
TABLE FILE SHORT SUM PROJECTED_RETURN BY CONTINENT HEADING "" FOOTING "" ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE HOLD AS REPMAJ FORMAT HTMTABLE ON TABLE SET HTMLCSS ON END -*-HTMLFORM output.htm -HTMLFORM BEGIN !IBI.FIL.output; -HTMLFORM END
And I got the following error:
0 NUMBER OF RECORDS IN TABLE= 526 LINES= 30 HTML FILE SAVED ...(FOC36225) UNABLE TO OPEN FILE output SPECIFIED BY WEBFOCUS TABLEWebFOCUS Version 7.6.2 compiled and linked on Tue Aug 28 11:57:30 EDT 2007 (Gen branch762_hotfix:9)
It seems that the file was generated but the HTML file is not able to open/find it
Thanks.
Majid.
WebFocus 7.6.5 AND WebLogic server as web server sql2005 as database server
Posts: 273 | Location: Europe | Registered: May 31, 2007
0 NUMBER OF RECORDS IN TABLE= 526 LINES= 3 0 HTML FILE SAVED ... (FOC1517) UNRECOGNIZED COMMAND ?PATH Lname Device Lrecl Recfm Append Filename ============================================================ REPMAJ DISK 0 V D:\ibi\srv76\wfs\edatemp\ts000 028\repmaj.htm
At this time I am trying to go through the webfocus documentation and I find it hard some time to use the eaxmples.
Thanks.
WebFocus 7.6.5 AND WebLogic server as web server sql2005 as database server
Posts: 273 | Location: Europe | Registered: May 31, 2007
Hi ran below code from ibisamp dir and my output.html is in ibisamp directory, and it's working fine, if ibisamp in the app path they should work..
check is there any type eror is there.
TABLE FILE CAR PRINT CAR COUNTRY BY CAR NOPRINT ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE HOLD AS REPMAJ FORMAT HTMTABLE ON TABLE SET HTMLCSS ON END -RUN -HTMLFORM output.htm
Env Prod:WebFOCUS 7702 ,Windows xp on 64, SQL Server 2008, IRF Tool Env 1 Local: DevStudio 7702 - MS Windows XP SP2 - Apache Tomcat 5.0.28 Output: HTML, Excel and PDF
Posts: 52 | Location: NJ,USA | Registered: May 26, 2004
Thanks for you help. Unfortunatelly it still did not work. Your report is correct if I ouput to the screen. As you can see from my previous post the ibisam is in the apppath.
Regards.
WebFocus 7.6.5 AND WebLogic server as web server sql2005 as database server
Posts: 273 | Location: Europe | Registered: May 31, 2007