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.
Is it possible to use Report Caster to do this? It appears to be a one way out, push, from WF to a FTP server. I want to bring in a file in order to report on it. The Reporting Server does not have access to the FTP server. Could it? Would that help?
Thanks, Rick
Reporting Server 7.6.10 Dev. Studio 7.6.8 Windows NT Excel, HTML, PDF
You can run an ftp script that does a get from a focexec. I just did that last week to ftp a file from the mainframe to the WebFOCUS box. Security and logon will be your big challenges. But it can be done. I would describe what we did in the security area but I'm on a Unix box and it probably wouldn't be valid for you. You will need some sort of read id to access the ftp server.
Yep, that's what I thought. We've thought about that and then we would encypt the fex that has the username and password, and do a -INCLUDE on it. Thanks Ginny.
Reporting Server 7.6.10 Dev. Studio 7.6.8 Windows NT Excel, HTML, PDF
Actually, on Unix, we have to run the script from a focexec. You may have the same problem in Windows. In order to do this, you will be running operating system commands. If you run them one at a time, the system will not know of the preceding command.
Therefore, I recommend that you put your ftp commands in a bat file and then run that from the focexec. You will then have to protect the bat file from viewing and changing.