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.
Does anyone know the sytnax for EDAGET? Something similiar to what Waz posted here EDAPUT Syntax for EDAPUT. I'm planning on using the technique dhagen suggested in [CLOSED] Delivering files through WebFOCUS. I want to make sure that I use EDAGET correctly.This message has been edited. Last edited by: Kerry,
-* this works FILEDEF MYREPORT DISK c:\ibi\apps\myapp\myreport.xls TABLE FILE IBISAMP/CAR PRINT SALES MODEL ON TABLE HOLD AS MYREPORT FORMAT EXL2K END -RUN SET HTMLFORMTYPE=XLS -HTMLFORM MYREPORT
-* this works CMD COPY c:\ibi\apps\myapp\myfex.fex myfex.fex EX EDAGET TXT, myfex.fex, T
-* this works APP ENABLE EX EDAGET TXT, myapp/myfex.fex,T
-* but this doesnt work; cant deliver externally created binaries FILEDEF MYREPORT DISK c:\ibi\apps\xsusantest\vacation.xls SET HTMLFORMTYPE=XLS -HTMLFORM MYREPORT
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
what - EDAGET. When I first saw this post it looked too good to be true (incl. the related posts). But then finally the small but important hint appeared "text-based files okay; binary-types no joy". Tested it myself and sadly have to agree: A
-MRNOEDIT EX EDAGET PDF,HOLD_PDF,b
returns a broken PDF.
So I still have to stick to my tedious own workarounds: Either base64 converted PDFs embedded in MHTML (does not seem to work in IE anymore) or hacking the file download function of WebFOCUS in temp folder (works quite well for 7.7.03, but requires the current browser session ID to be transfered to FEX)
Hopefully, somebody will soon find an out-of-the-box solution for providing binaries from WebFOCUS.
Linne I would raise a case with IB on this. There has been a solution to using EDAGET to retrieve externally created PDF files which has been used successfully.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007