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.
Hello- is it possible to call an .exe with a post-processing procedure in order to place(to distribute) a file (report) on an external server? It would be really nice to run the report daily and be able to transfer it (SFTP) to the appropriate server. we are testing with WebFOCUS 8.0.08 and ReportCasterThis message has been edited. Last edited by: B,
now WF8 Release 8.2.01M, Windows 2012 now in Production
Posts: 43 | Location: Colorado | Registered: January 13, 2014
Yes. Create a fex. In the fex have the OS execute your command. For example, we are Linux, say I have a script named do_sftp1.sh to execute an sftp. My fex named do_sftp1.fex would look like this:
-UNIX . do_sftp1.sh
Then just put path/do_sftp1.fex as your post processing procedure
If you are windows you can just as easily use -DOS or -WIN to execute any valid os command or run an exe.
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006
Martin, if you are asking me, for serveral reason. 1. What RC offers is very limited. I can only send one file/report to one location. I usally have numerous files/report to send to multiple locations. 2. I've never been able to get it to work. The same sftp command that works perfectly in a script does not work if I set up Report Caster the way I think it should be. Since the script works, I've never persued my issue with IBI. 3. I use scp more than sftp
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006