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 there a way to save an Excel file directly to my PC using Hold and Filedef? I get the following message after submitting report but cannot locate the file.
0 NUMBER OF RECORDS IN TABLE= 1529 LINES= 66 0 EXL2K FILE SAVED ...
Filedef is: FILEDEF ARTRNFR1 DISK c:\artrnfr.xls
HOLD Statement is: ON TABLE HOLD AS ARTRNFR1 FORMAT EXL2K
Our training manual seems to imply that I can send output directly to a PC folder. We are using Webfocus Developer Studio 7.1.
Thanks
Posts: 5 | Location: San Angelo | Registered: October 21, 2005
Unless you run the process through ReportCaster, PCHOLD, then do a SAVE AS is the only option, has been, always will be. The WF Reporting Server has no idea where your C: drive is...
tino if you know your computer name on your network (properties box) , and if your server has sufficient rights, you can FILEDEF MYBOOK DISK \\mycomputername\C$\myfolder\MYBOOK.xls TABLE FILE CAR.... ON TABLE HOLD AS MYBOOK FORMAT EXCEL END ..give that a try. For EXL2K output, there are multiple files in the output , and it takes a bit of work. In production, you could maintain a list of computernames for each of your users. If your users are using IE, you can take a look at this article on the Focus on Developers section.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Another option is to use an external script or batch file to ftp the file directly to a server. Again, like susannah says, you have to work at it, have permissions, etc. Our Reporting Server is Linux. Out systems group has set up a generic id that I use to ftp any file from our Reporting Server to any Windows server on our network. The generic id can only write in one specific folder. Users know to go to that folder to get their reports. This is a good way to get a lot of people access to a large report without tying up email bandwidth.
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