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 am trying to set up a scheduled data pull for a custom report I've created. However, I'm not sure if there is a way to save it on one of the drives on my computer or if I'm required to use an FTP server?
The only options I'm seeing are using a Email, FTP, Printer, or Report Library.
WebFocus version 8.2 Service Pack 0.1 I also have access to AppStudio if that helps.
Thanks in advance for any help.This message has been edited. Last edited by: FP Mod Chuck,
Fisrt of all welcome to Focal Point. It is a great forum for getting answers to your WebFOCUS development questions!
How are you planning to use the file once it is created. Will you be reporting from it with WebFOCUS as well? If that is the case then you really want it to be staged on the reporting server. Using the APP HOLD command and ON TABLE HOLD the ReportCaster job will save it to the appropriate application folder on the reportings server with a master file ready to use to continue reporting with.This message has been edited. Last edited by: FP Mod Chuck,
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
I am assuming you are very new to WebFOCUS. I think the simplest way would be to have the output of your extract be excel and use ReportCaster to email it to yourself and then save it to your network drive for others to use.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
You’re right that I am very new to WebFOCUS. While I can use the email distiribution, this is for a daily data pull which multiple people will be utilizing. As such, it would be much better if I can automatically place the file on the network drive. Please let me know if you have any suggestions.
If you can't mount the network drive to the machine where the reporting server is and use the APP MAP command to point WebFOCUS to that drive then I don't have a suggestion. What is the reason your admins can't mount this drive to the reporting server.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
One of the Customer mounted the network drive on the AIX server and created the file using RC Schedule and moved the files to the appropriate mounted folder using shell scripts.Those files were used by another application interface. But they had to remove the network mount due to some security issue.The network drive was on the windows server. So we requested the Administrators to create FTP Server and mapped the folder. In the report caster we created the FTP Distribution task and posted the file to the FTP Folder. This is one of the solution.