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'm fairly new to Report Caster. Is it posible to ftp and email the same report after it runs when scheduled in Report Caster? The only way I can figure out is to set up two separate jobs where one emails the report and one ftp's the report. This way I have to run the report twice.
Any help is appreciated.
Thanks, Jim
Posts: 7 | Location: San Francisco | Registered: July 27, 2005
Currently, it is not possible to schedule both FTP and email of a report in one job using ReportCaster. The report should be run two times: once for email; and the other for FTP.
Another option would be to open a case with Information Builders' Technical Support Hotline and submit a New Feature Request (NFR). The phone is 1-800-736-6130, or access the online system InfoResponse.
Hope this helps.
Cheers,
Kerry
Posts: 1948 | Location: New York | Registered: November 16, 2004
sure, the way we do it is within the fex i write code to post a file to an ftp site the code takes a file made within the agent and writes the code within the agent, and executes that PUT code from within the agent. then...the fex continues to produce its ordinary html output and for the email Usually like this: ... ON TABLE HOLD AS MYTAB FORMAT HTML ... END .. then i use the ftp code to PUT that MYTAB to the ftp site. ... then i prepare the output for caster to email -HTMLFORM BEGIN !IBI.FIL.MYTAB; -HTMLFORM END done...all in one fex if you need help with writing the PUT code, holler. NOTE: the output type for the CASTER schedule is HTML ....forget FTP
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003